02e7b97962330423a3c0d448e00ea9b54c501ed1
[kivitendo-erp.git] / templates / webpages / dbupgrade / cp_greeting_update_form_de.html
1 [% USE HTML %]<div class="listtop">cp_greeting to cp_gender migration</div>
2
3
4 <form action="[% script %]" method="POST">
5 <br>
6 <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>
7
8 <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>
9
10 During the conversion process:<br>
11 1. All contact persons will have their gender set to "m" (male) as a default<br>
12 2. All contact persons where the greeting contains "frau,mrs,miss" are set to "f" (female)<br>
13
14 <p>The gender of the following contact persons couldn't be determined automatically from the greeting, please set the gender manually:</p>
15 [% gender_table %]
16
17
18 <p>Please enter your desired default greeting for men and women. To change the
19 default greeting or add a greeting in more languages, go to: System -> Languages -> Greetings
20 </p>
21
22 <p>
23 Greeting for men: [% default_greeting_text_male %] <br>
24 Greeting for women: [% default_greeting_text_female %] <br>
25 </p>
26
27 <br><br>
28 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:
29 <br>
30 [% title_table %]
31
32 <input type=hidden name="do_migrate" value="1"> 
33 <input type=submit VALUE="submit">
34
35 </form>
36