Lieferwertbericht um Filter nach Warengruppen erweitert
[kivitendo-erp.git] / templates / webpages / dbupgrade / cp_greeting_update_form.html
1 [%- USE T8 %]
2 [% USE HTML %]
3 <h1>[% 'cp_greeting to cp_gender migration' | $T8 %]</h1>
4
5 <form name="Form" method="post" action="login.pl">
6 <input type="hidden" name="action" value="login">
7
8 <br>
9 <p> The method for generating greetings ("Dear Mr. Smith") is being changed so the greeting is controlled by the gender. For this a new database field cp_gender is introduced, while the old database field cp_greeting will be removed. The various translations (Mr./Herr/Monsieur) will be stored in the database, under generic_translations. The print variable cp_greeting still exists, however, so print templates don't have to be changed, and the variable is assigned according to the gender of the contact person and the desired language.</p>
10
11 <p>During the conversion process all contact persons need to be assigned a gender. The gender is detected automatically where possible, but in some cases will have to be set manually.</p>
12
13 During the conversion process:<br>
14 1. All contact persons will have their gender set to "m" (male) as a default<br>
15 2. All contact persons where the greeting contains "frau,mrs,miss" are set to "f" (female)<br>
16
17 <p>The gender of the following contact persons couldn't be determined automatically from the greeting, please set the gender manually:</p>
18 [% gender_table %]
19
20
21 <p>Please enter your desired default greeting for men and women. To change the
22 default greeting or add a greeting in more languages, go to: System -> Languages -> Greetings
23 </p>
24
25 <p>
26 Greeting for men: [% default_greeting_text_male %] <br>
27 Greeting for women: [% default_greeting_text_female %] <br>
28 </p>
29
30 <br><br>
31 The data from the cp_greeting field will now be dropped. To prevent any data loss if you used the cp_greeting field for anything else, we suggest you transfer this information to the cp_title field:
32 <br>
33 [% title_table %]
34
35 <input type=hidden name="do_migrate" value="1">
36 <input type=submit VALUE="submit">
37
38 </form>
39