Revision 07ce368c
Von Jan Büren vor mehr als 13 Jahren hinzugefügt
locale/de/all | ||
---|---|---|
1212 | 1212 |
'Payment Terms' => 'Zahlungsbedingungen', |
1213 | 1213 |
'Payment Terms missing in row ' => 'Zahlungsfrist fehlt in Zeile ', |
1214 | 1214 |
'Payment date missing!' => 'Tag der Zahlung fehlt!', |
1215 |
'Payment description' => 'Beschreibung der Zahlungsbedingung', |
|
1216 |
'Payment description detail' => 'Langtext (Detail) der Zahlungsbedingung', |
|
1215 | 1217 |
'Payment list as PDF' => 'Zahlungsliste als PDF', |
1216 | 1218 |
'Payment posted!' => 'Zahlung gebucht!', |
1217 | 1219 |
'Payment terms' => 'Zahlungsbedingungen', |
templates/webpages/payment_term/form.html | ||
---|---|---|
69 | 69 |
|
70 | 70 |
<table> |
71 | 71 |
<tr class="listheading"><th>[%- LxERP.t8('Field') %]</th><th>[%- LxERP.t8('Description') %]</th></tr> |
72 |
<tr><td><%description%></td><td>[% LxERP.t8("Payment description") %]</td></tr> |
|
73 |
<tr><td><%description_long%></td><td>[% LxERP.t8("Payment description detail") %]</td></tr> |
|
72 | 74 |
<tr><td><%netto_date%></td><td>[% LxERP.t8("Date the payment is due in full") %]</td></tr> |
73 | 75 |
<tr><td><%skonto_date%></td><td>[% LxERP.t8("Date the payment is due with discount") %]</td></tr> |
74 | 76 |
<tr><td><%skonto_amount%></td><td>[% LxERP.t8("The deductible amount") %]</td></tr> |
Auch abrufbar als: Unified diff
Entsprechend noch den Hinweis auf description und description_long für Zahlungsbedingungen in der HTML-Oberfläche beim Anlegen.
S.a. commit und changelog von gerade