Update des DHTML-Tab-Scripts auf Version 2.2.
[kivitendo-erp.git] / templates / webpages / ct / form_header_de.html
1 [% USE HTML %][% USE LxERP %]<body onLoad="fokus()">
2
3  <div class="listtop">[% title %]</div>
4
5  <form method="post" name="ct" action="ct.pl" onKeyUp="highlight(event)" onClick="highlight(event)">
6
7   <ul id="maintab" class="shadetabs">
8    <li class="selected"><a href="#" rel="billing">Rechnungsadresse</a></li>
9    <li><a href="#" rel="shipto">Lieferadresse</a></li>
10    <li><a href="#" rel="contacts">Ansprechpartner</a></li>
11    <li><a href="#" rel="deliveries">Lieferungen</a></li>
12    <li><a href="#" rel="vcnotes">Bemerkungen</a></li>
13    [%- IF CUSTOM_VARIABLES.size %]
14    <li><a href="#" rel="custom_variables">Benutzerdefinierte Variablen</a></li>
15    [%- END %]
16   </ul>
17
18   <div class="tabcontentstyle">
19
20    <div id="billing" class="tabcontent">
21
22     <table width="100%">
23      <tr height="5"></tr>
24      <tr>
25       [%- IF is_customer %]
26       <th align="right" nowrap>Kundennummer</th>
27       <td><input name="customernumber" size="35" value="[% HTML.escape(customernumber) %]"></td>
28       [%- ELSE %]
29       <th align="right" nowrap>Lieferantennummer</th>
30       <td><input name="vendornumber" size="35" value="[% HTML.escape(vendornumber) %]"></td>
31       [%- END %]
32      </tr>
33
34      <tr>
35       <th align="right" nowrap>Anrede</th>
36       <td>
37        <input id="greeting" name="greeting" size="30" value="[% HTML.escape(greeting) %]">&nbsp;
38        [%- INCLUDE generic/multibox.html
39              name       = 'selected_company_greeting',
40              DATA       = MB_COMPANY_GREETINGS,
41              show_empty = 1,
42              id_key     = 'id',
43              label_key  = 'description',
44        -%]
45       </td>
46      </tr>
47
48      <tr>
49       <th align="right" nowrap>Firmenname</th>
50       <td><input name="name" size="35" maxlength="75" value="[% name %]"></td>
51      </tr>
52
53      <tr>
54       <th align="right" nowrap>Abteilung</th>
55       <td>
56        <input name="department_1" size="16" maxlength="75" value="[% HTML.escape(department_1) %]">
57        <input name="department_2" size="16" maxlength="75" value="[% HTML.escape(department_2) %]">
58       </td>
59      </tr>
60
61      <tr>
62       <th align="right" nowrap>Straße</th>
63       <td><input name="street" size="35" maxlength="75" value="[% HTML.escape(street) %]"></td>
64      </tr>
65
66      <tr>
67       <th align="right" nowrap>PLZ/Stadt</th>
68       <td>
69        <input name="zipcode" size="5" maxlength="10" value="[% HTML.escape(zipcode) %]">
70        <input name="city" size="30" maxlength="75" value="[% HTML.escape(city) %]">
71       </td>
72      </tr>
73
74      <tr>
75       <th align="right" nowrap>Land</th>
76       <td><input name="country" size="35" maxlength="75" value="[% HTML.escape(country) %]"></td>
77      </tr>
78
79      <tr>
80       <th align="right" nowrap>Kontakt</th>
81       <td><input name="contact" size="28" maxlength="75" value="[% HTML.escape(contact) %]"></td>
82      </tr>
83
84      <tr>
85       <th align="right" nowrap>Telefon</th>
86       <td><input name="phone" size="30" maxlength="30" value="[% HTML.escape(phone) %]"></td>
87      </tr>
88
89      <tr>
90       <th align="right" nowrap>Fax</th>
91       <td><input name="fax" size="30" maxlength="30" value="[% HTML.escape(fax) %]"></td>
92      </tr>
93
94      <tr>
95       <th align="right" nowrap>eMail</th>
96       <td><input name="email" size="45" value="[% HTML.escape(email) %]"></td>
97      </tr>
98
99      <tr>
100       <th align="right" nowrap>Homepage</th>
101       <td><input name="homepage" size="45" value="[% HTML.escape(homepage) %]"></td>
102      </tr>
103     </table>
104
105     <table>
106      <tr>
107       <th align="right">Kreditlimit</th>
108       <td><input name="creditlimit" size="9" value="[% LxERP.format_amount(creditlimit, 0) %]"></td>
109       <input type="hidden" name="terms" value="[% HTML.escape(terms) %]">
110       <th align="right">Zahlungskonditionen</th>
111       <td>
112        [%- INCLUDE generic/multibox.html
113              name       = 'payment_id',
114              DATA       = payment_terms,
115              show_empty = 1,
116              id_key     = 'id',
117              label_key  = 'description',
118        -%]
119       </td>
120
121       <th align="right">Rabatt</th>
122       <td><input name="discount" size="4" value="[% LxERP.format_amount(discount) %]"> %</td>
123      </tr>
124
125      <tr>
126       <th align="right">Steuernummer</th>
127       <td><input name="taxnumber" size="20" value="[% HTML.escape(taxnumber) %]"></td>
128       <th align="right">USt-IdNr.</th>
129       <td><input name="ustid" maxlength="14" size="20" value="[% HTML.escape(ustid) %]"></td>
130       [%- IF is_sustomer %]
131       <th align="right">KNr. beim Kunden</th>
132       <td><input name="c_vendor_id" size="10" value="[% HTML.escape(c_vendor_id) %]"></td>
133       [%- ELSE %]
134       <th align="right">Kundennummer</th>
135       <td><input name="v_customer_id" size="10" value="[% HTML.escape(v_customer_id) %]"></td>
136       [%- END %]
137      </tr>
138
139      <tr>
140       <th align="right">Kontonummer</th>
141       <td><input name="account_number" size="10" maxlength="15" value="[% HTML.escape(account_number) %]"></td>
142       <th align="right">Bankleitzahl</th>
143       <td><input name="bank_code" size="10" maxlength="10" value="[% HTML.escape(bank_code) %]"></td>
144       <th align="right">Bank</th>
145       <td><input name="bank" size="30" value="[% HTML.escape(bank) %]"></td>
146      </tr>
147
148      <tr>
149       <th align="right">Kunden-/Lieferantentyp</th>
150       <td>
151        [%- INCLUDE generic/multibox.html
152              name       = 'business',
153              DATA       = all_business,
154              show_empty = 1,
155              id_key     = 'id',
156              label_key  = 'description',
157        -%]
158       </td>
159       <th align="right">Sprache</th>
160       <td>
161        [%- INCLUDE generic/multibox.html
162              name       = 'language_id',
163              DATA       = languages,
164              show_empty = 1,
165              id_key     = 'id',
166              label_key  = 'description',
167        -%]
168       </td>
169
170       [%- IF is_customer %]
171       <th align="right">Preisgruppe</th>
172       <td>
173        [%- INCLUDE generic/multibox.html
174              name       = 'klass',
175              DATA       = all_pricegroup,
176              show_empty = 1,
177              id_key     = 'id',
178              label_key  = 'pricegroup',
179        -%]
180       </td>
181       [%- END  %]
182      </tr>
183
184      <tr>
185       <td align="right">Ungültig</td>
186       <td><input name="obsolete" class="checkbox" type="checkbox" value="1" [% IF obsolete %]checked[% END %]></td>
187      </tr>
188
189      <tr>
190       <th align="right">Steuersatz</th>
191       <td>
192        [%- INCLUDE generic/multibox.html
193              name       = 'taxzone_id',
194              DATA       = ALL_TAXZONES,
195              show_empty = 1,
196              id_key     = 'id',
197              label_key  = 'description',
198        -%]
199       </td>
200       [%- IF is_customer %]
201       <th align="right">Verkäufer/in</th>
202       <td>
203        [%- INCLUDE generic/multibox.html
204              name       = 'salesman_id',
205              DATA       = ALL_SALESMEN,
206              show_empty = 1,
207              id_key     = 'id',
208              label_sub  = 'salesman_label',
209        -%]
210       </td>
211       [%- END %]
212      </tr>
213     </table>
214
215     <table>
216      <tr>
217       <th align="left" nowrap>Bemerkungen</th>
218      </tr>
219
220      <tr>
221       <td><textarea name="notes" rows="3" cols="60" wrap="soft">[% HTML.escape(notes) %]</textarea></td>
222      </tr>
223     </table>
224
225     <br style="clear: left" />
226    </div>
227
228    <div id="shipto" class="tabcontent">
229
230     <table width="100%">
231      <tr>
232       <th align="right">Lieferadresse</th>
233       <td>
234        [%- INCLUDE generic/multibox.html
235              name       = 'shipto_id',
236              id         = 'shipto_id',
237              DATA       = SHIPTO,
238              onChange   = "get_shipto(['shipto_id__' + this.value], ['shiptoname','shiptodepartment_1', 'shiptodepartment_2','shiptostreet','shiptozipcode','shiptocity','shiptocountry','shiptocontact','shiptophone','shiptofax','shiptoemail',enable_delete_shipto])",
239              id_key     = 'shipto_id',
240              label_sub  = 'shipto_label',
241              label_key  = 'shipto_label',
242        -%]
243       </td>
244      </tr>
245
246      <tr>
247       <th align="right" nowrap>Firmenname</th>
248       <td><input id="shiptoname" name="shiptoname" size="35" maxlength="75" value="[% HTML.escape(shiptoname) %]"></td>
249      </tr>
250
251      <tr>
252       <th align="right" nowrap>Abteilung</th>
253       <td>
254        <input id="shiptodepartment_1" name="shiptodepartment_1" size="16" maxlength="75" value="[% HTML.escape(shiptodepartment_1) %]">
255        <input id="shiptodepartment_2" name="shiptodepartment_2" size="16" maxlength="75" value="[% HTML.escape(shiptodepartment_2) %]">
256       </td>
257      </tr>
258
259      <tr>
260       <th align="right" nowrap>Straße</th>
261       <td><input id="shiptostreet" name="shiptostreet" size="35" maxlength="75" value="[% HTML.escape(shiptostreet) %]"></td>
262      </tr>
263
264      <tr>
265       <th align="right" nowrap>PLZ/Stadt</th>
266       <td>
267        <input id="shiptozipcode" name="shiptozipcode" size="5" maxlength="75" value="[% HTML.escape(shiptozipcode) %]">
268        <input id="shiptocity" name="shiptocity" size="30" maxlength="75" value="[% HTML.escape(shiptocity) %]">
269       </td>
270      </tr>
271
272      <tr>
273       <th align="right" nowrap>Land</th>
274       <td><input id="shiptocountry" name="shiptocountry" size="35" maxlength="75" value="[% HTML.escape(shiptocountry) %]"></td>
275      </tr>
276
277      <tr>
278       <th align="right" nowrap>Kontakt</th>
279       <td><input id="shiptocontact" name="shiptocontact" size="30" maxlength="75" value="[% HTML.escape(shiptocontact) %]"></td>
280      </tr>
281
282      <tr>
283       <th align="right" nowrap>Telefon</th>
284       <td><input id="shiptophone" name="shiptophone" size="30" maxlength="30" value="[% HTML.escape(shiptophone) %]"></td>
285      </tr>
286
287      <tr>
288       <th align="right" nowrap>Fax</th>
289       <td><input id="shiptofax" name="shiptofax" size="30" maxlength="30" value="[% HTML.escape(shiptofax) %]"></td>
290      </tr>
291
292      <tr>
293       <th align="right" nowrap>eMail</th>
294       <td><input id="shiptoemail" name="shiptoemail" size="45" value="[% HTML.escape(shiptoemail) %]"></td>
295      </tr>
296
297      <tr>
298       <td>&nbsp;</td>
299      </tr>
300      <tr>
301       <td>&nbsp;</td>
302      </tr>
303     </table>
304
305     <input type="submit" id="delete_shipto" name="action" value="Lieferadresse löschen" disabled>
306     <br style="clear: left" />
307    </div>
308
309    <div id="contacts" class="tabcontent">
310     <table>
311      <input type="hidden" name="cp_id" value="[% HTML.escape(cp_id) %]">
312      <tr>
313       <th align="right">Ansprechpartner</th>
314       <td>
315        [%- INCLUDE generic/multibox.html
316              name       = 'cp_id',
317              id         = 'cp_id',
318              DATA       = CONTACTS,
319              onChange   = "get_contact(['cp_id__'+this.value],['cp_name','cp_greeting','cp_title','cp_givenname','cp_phone1','cp_phone2','cp_email','cp_abteilung','cp_fax','cp_mobile1','cp_mobile2','cp_satphone','cp_satfax','cp_project','cp_privatphone','cp_privatemail','cp_birthday',enable_delete_contact])",
320              id_key     = 'cp_id',
321              label_sub  = 'contacts_label',
322        -%]
323       </td>
324      </tr>
325
326      <tr>
327       <th align="left" nowrap>Anrede</th>
328       <td>
329        <input id="cp_greeting" name="cp_greeting" size="40" maxlength="75" value="[% HTML.escape(cp_greeting) %]">&nbsp;
330         [%- INCLUDE generic/multibox.html
331               name       = 'selected_cp_greeting',
332               DATA       = MB_GREETINGS,
333               show_empty = 1,
334               id_key     = 'id',
335               label_key  = 'description',
336         -%]
337       </td>
338      </tr>
339
340      <tr>
341       <th align="left" nowrap>Titel</th>
342       <td>
343        <input id="cp_title" name="cp_title" size="40" maxlength="75" value="[% HTML.escape(cp_title) %]">&nbsp;
344        [%- INCLUDE generic/multibox.html
345              name       = 'selected_cp_title',
346              DATA       = MB_TITLES,
347              show_empty = 1,
348              id_key     = 'id',
349              label_key  = 'description',
350        -%]
351       </td>
352      </tr>
353
354      <tr>
355       <th align="left" nowrap>Abteilung</th>
356       <td>
357        <input id="cp_abteilung" name="cp_abteilung" size="40" value="[% HTML.escape(cp_abteilung) %]">&nbsp;
358        [%- INCLUDE generic/multibox.html
359              name       = 'selected_cp_abteilung',
360              DATA       = MB_DEPARTMENT,
361              show_empty = 1,
362              id_key     = 'id',
363              label_key  = 'description',
364        -%]
365       </td>
366      </tr>
367
368      <tr>
369       <th align="left" nowrap>Vorname</th>
370       <td><input id="cp_givenname" name="cp_givenname" size="40" maxlength="75" value="[% HTML.escape(cp_givenname) %]"></td>
371      </tr>
372
373      <tr>
374       <th align="left" nowrap>Name</th>
375       <td><input id="cp_name" name="cp_name" size="40" maxlength="75" value="[% HTML.escape(cp_name) %]"></td>
376      </tr>
377
378      <tr>
379       <th align="left" nowrap>Telefon 1 </th>
380       <td><input id="cp_phone1" name="cp_phone1" size="40" maxlength="75" value="[% HTML.escape(cp_phone1) %]"></td>
381      </tr>
382
383      <tr>
384       <th align="left" nowrap>Telefon 2</th>
385       <td><input id="cp_phone2" name="cp_phone2" size="40" maxlength="75" value="[% HTML.escape(cp_phone2) %]"></td>
386      </tr>
387
388      <tr>
389       <th align="left" nowrap>Fax</th>
390       <td><input id="cp_fax" name="cp_fax" size="40" value="[% HTML.escape(cp_fax) %]"></td>
391      </tr>
392
393      <tr>
394       <th align="left" nowrap>Mobile 1</th>
395       <td><input id="cp_mobile1" name="cp_mobile1" size="40" value="[% HTML.escape(cp_mobile1) %]"></td>
396      </tr>
397
398      <tr>
399       <th align="left" nowrap>Mobile 2</th>
400       <td><input id="cp_mobile2" name="cp_mobile2" size="40" value="[% HTML.escape(cp_mobile2) %]"></td>
401      </tr>
402
403      <tr>
404       <th align="left" nowrap>Sat. Tel.</th>
405       <td><input id="cp_satphone" name="cp_satphone" size="40" value="[% HTML.escape(cp_satphone) %]"></td>
406      </tr>
407
408      <tr>
409       <th align="left" nowrap>Sat. Fax</th>
410       <td><input id="cp_satfax" name="cp_satfax" size="40" value="[% HTML.escape(cp_satfax) %]"></td>
411      </tr>
412
413      <tr>
414       <th align="left" nowrap>Projekt</th>
415       <td><input id="cp_project" name="cp_project" size="40" value="[% HTML.escape(cp_project) %]"></td>
416      </tr>
417
418      <tr>
419       <th align="left" nowrap>eMail</th>
420       <td><input id="cp_email" name="cp_email" size="40" value="[% HTML.escape(cp_email) %]"></td>
421      </tr>
422
423      <tr>
424       <th align="left" nowrap>Privates Tel.</th>
425       <td><input id="cp_privatphone" name="cp_privatphone" size="40" value="[% HTML.escape(cp_privatphone) %]"></td>
426      </tr>
427
428      <tr>
429       <th align="left" nowrap>Private eMail</th>
430       <td><input id="cp_privatemail" name="cp_privatemail" size="40" value="[% HTML.escape(cp_privatemail) %]"></td>
431      </tr>
432
433      <tr>
434       <th align="left" nowrap>Geburtstag</th>
435       <td><input id="cp_birthday" name="cp_birthday" size="40" value="[% HTML.escape(cp_birthday) %]"></td>
436      </tr>
437
438      <tr>
439       <td colspan="2"><hr></td>
440      </tr>
441
442      <tr>
443       <th align="left" nowrap>Bcc</th>
444       <td><input name="bcc" size="40" value="[% HTML.escape(bcc) %]"></td>
445      </tr>
446     </table>
447
448     <input type="submit" id="delete_contact" name="action" value="Ansprechpartner löschen" disabled>
449     <br style="clear: left" />
450    </div>
451
452    <div id="deliveries" class="tabcontent">
453     <table>
454      <tr>
455       <th align="right">Lieferadresse</th>
456       <td>
457        [%- INCLUDE generic/multibox.html
458              name       = 'delivery_id',
459              id         = 'delivery_id',
460              DATA       = SHIPTO,
461              onChange   = "get_delivery(['shipto_id__' + this.value, 'from__' + from.value, 'to__' + to.value, 'id__' + cvid.value, 'db__' + db.value], ['delivery'])",
462              id_key     = 'shipto_id',
463              label_sub  = 'shipto_label',
464        -%]
465       </td>
466      </tr>
467
468      <tr>
469       <th align="left" nowrap>Von</th>
470       <td>
471        <input id="from" name="from" size="10" maxlength="10" value="[% HTML.escape(from) %]">
472        <input type="button" name="fromB" id="trigger_from" value="?">
473       </td>
474       <th align="left" nowrap>Bis</th>
475       <td>
476        <input id="to" name="to" size="10" maxlength="10" value="[% HTML.escape(to) %]">
477        <input type="button" name="toB" id="trigger_to" value="?">
478       </td>
479      </tr>
480
481      <tr>
482       <td colspan="4">
483        <div id="delivery">
484        </div>
485       </td>
486      </tr>
487     </table>
488
489     <br style="clear: left" />
490    </div>
491
492    <div id="vcnotes" class="tabcontent">
493
494     [%- IF NOTES && NOTES.size %]
495     <p>
496      <table>
497       <tr>
498        <th class="listheading">Löschen</th>
499        <th class="listheading">Betreff</th>
500        <th class="listheading">Erstellt am</th>
501        <th class="listheading">Erstellt von</th>
502        <th class="listheading">Wiedervorlagedatum</th>
503        <th class="listheading">Wiedervorlage f&uuml;r</th>
504        <th class="listheading">Wiedervorlage erledigt</th>
505       </tr>
506
507       [%- FOREACH row = NOTES %]
508       <tr class="listrow[% loop.count % 2 %]">
509        <input type="hidden" name="NOTE_id_[% loop.count %]" value="[% HTML.escape(row.id) %]">
510        <td>[% UNLESS NOTE_id && (NOTE_id == row.id) %]<input type="checkbox" name="NOTE_delete_[% loop.count %]" value="1">[% END %]</td>
511        <td><a href="ct.pl?action=edit&db=[% HTML.url(db) %]&id=[% HTML.url(id) %]&edit_note_id=[% HTML.url(row.id) %]">[% HTML.escape(row.subject) %]</a></td>
512        <td>[% HTML.escape(row.created_on) %]</td>
513        <td>[% IF row.created_by_name %][% HTML.escape(row.created_by_name) %][% ELSE %][% HTML.escape(row.created_by_login) %][% END %]</td>
514        <td>[% HTML.escape(row.follow_up_date) %]</td>
515        <td>[% IF row.created_for_name %][% HTML.escape(row.created_for_name) %][% ELSE %][% HTML.escape(row.created_for_login) %][% END %]</td>
516        <td>[% IF row.follow_up_date %][% IF row.follow_up_done %]Ja[% ELSE %]Nein[% END %][% END %]</td>
517       </tr>
518       [%- END %]
519
520       <input type="hidden" name="NOTES_rowcount" value="[% NOTES.size %]">
521
522      </table>
523     </p>
524     [%- END %]
525
526     <div class="listtop">[% IF NOTE_id %]Notiz bearbeiten[% ELSE %]Notiz erfassen[% END %]</div>
527
528     <input type="hidden" name="NOTE_id" value="[% HTML.escape(NOTE_id) %]">
529     <input type="hidden" name="FU_id" value="[% HTML.escape(FU_id) %]">
530
531     <p>
532      <table>
533       <tr>
534        <td valign="right">Betreff</td>
535        <td><input name="NOTE_subject" value="[% HTML.escape(NOTE_subject) %]" size="50"></td>
536       </tr>
537
538       <tr>
539        <td valign="right" align="top">Text</td>
540        <td align="top"><textarea cols="50" rows="10" name="NOTE_body">[% HTML.escape(NOTE_body) %]</textarea></td>
541       </tr>
542
543       <tr>
544        <td valign="right">Wiedervorlage am</td>
545        <td>
546         <input name="FU_date" id="FU_date" value="[% HTML.escape(FU_date) %]" size="12">
547         <input type="button" name="FU_date_button" id="FU_date_trigger" value="?">
548         f&uuml;r
549         <select name="FU_created_for_user">
550          [%- FOREACH row = ALL_EMPLOYEES %]
551          <option value="[% HTML.escape(row.id) %]"[% IF (NOTE_id && (row.id == FU_created_for_user)) || (row.login == login) %] selected[% END %]>
552           [%- IF row.name %][%- HTML.escape(row.name) %] ([% HTML.escape(row.login) %])[% ELSE %][% HTML.escape(row.login) %][% END %]
553          </option>
554          [%- END %]
555         </select>
556        </td>
557       </tr>
558
559       <tr>
560        <td>&nbsp;</td>
561        <td>
562         <input type="checkbox" name="FU_done" id="FU_done" value="1"[% IF FU_done %] checked[% END %]>
563         <label for="FU_done">Wiedervorlage erledigt</label>
564        </td>
565       </tr>
566      </table>
567     </p>
568
569     <br style="clear: left" />
570    </div>
571
572    [%- IF CUSTOM_VARIABLES.size %]
573    <div id="custom_variables" class="tabcontent">
574
575     <p>
576      <table>
577       [%- FOREACH var = CUSTOM_VARIABLES %]
578       <tr>
579        <td align="right" valign="top">[% HTML.escape(var.description) %]</td>
580        <td valign="top">[% var.HTML_CODE %]</td>
581       </tr>
582       [%- END %]
583      </table>
584     </p>
585
586     <br style="clear: left" />
587    </div>
588    [%- END %]
589
590   </div>