Revision c108773f
Von Moritz Bunkus vor etwa 18 Jahren hinzugefügt
bin/mozilla/ct.pl | ||
---|---|---|
953 | 953 |
<tr> |
954 | 954 |
<th align=right>| . $locale->text('Credit Limit') . qq|</th> |
955 | 955 |
<td><input name=creditlimit size=9 value="$form->{creditlimit}"></td> |
956 |
<th align=right>| . $locale->text('Terms: Net') . qq|</th>
|
|
957 |
<td><input name=terms size=2 value="$form->{terms}">|
|
|
958 |
. $locale->text('days') . qq|</td>
|
|
956 |
<input type="hidden" name="terms" value="$form->{terms}">
|
|
957 |
<th align=right>| . $locale->text('Payment Terms') . qq|</th>
|
|
958 |
<td><select name=payment_id>$payment</select></td>
|
|
959 | 959 |
<th align=right>| . $locale->text('Discount') . qq|</th> |
960 | 960 |
<td><input name=discount size=4 value="$form->{discount}"> |
961 | 961 |
%</td> |
... | ... | |
991 | 991 |
<tr> |
992 | 992 |
<td align=right>| . $locale->text('Obsolete') . qq|</td> |
993 | 993 |
<td><input name=obsolete class=checkbox type=checkbox value=1 $form->{obsolete}></td> |
994 |
<th align=right>| . $locale->text('Payment Terms') . qq|</th> |
|
995 |
<td><select name=payment_id>$payment |
|
996 |
</select></td> |
|
997 | 994 |
</tr> |
998 | 995 |
$taxzone |
999 | 996 |
</table> |
bin/mozilla/oe.pl | ||
---|---|---|
493 | 493 |
$vclabel = ucfirst $form->{vc}; |
494 | 494 |
$vclabel = $locale->text($vclabel); |
495 | 495 |
|
496 |
$terms = qq| |
|
497 |
<tr> |
|
498 |
<th align=right nowrap>| . $locale->text('Terms: Net') . qq|</th> |
|
499 |
<td nowrap><input name=terms size="3" maxlength="3" value=$form->{terms}> | |
|
500 |
. $locale->text('days') . qq|</td> |
|
501 |
</tr> |
|
502 |
|; |
|
496 |
$terms = qq|<input name=terms size="3" maxlength="3" value="| . |
|
497 |
$form->quote($form->{terms}) . qq|">|; |
|
503 | 498 |
|
504 | 499 |
if ($form->{business}) { |
505 | 500 |
$business = qq| |
doc/dokumentenvorlagen-und-variablen.html | ||
---|---|---|
272 | 272 |
<td><code>name</code></td> |
273 | 273 |
<td>Firmenname</td> |
274 | 274 |
</tr> |
275 |
<tr> |
|
276 |
<td><code>payment_terms</code></td> |
|
277 |
<td>Zahlungskonditionen</td> |
|
278 |
</tr> |
|
275 | 279 |
<tr> |
276 | 280 |
<td><code>phone</code></td> |
277 | 281 |
<td>Telefonnummer</td> |
... | ... | |
339 | 343 |
<td><code>taxnumber</code></td> |
340 | 344 |
<td>Steuernummer</td> |
341 | 345 |
</tr> |
342 |
<tr> |
|
343 |
<td><code>terms</code></td> |
|
344 |
<td>Zahlungsziel</td> |
|
345 |
</tr> |
|
346 | 346 |
<tr> |
347 | 347 |
<td><code>vendoremail</code></td> |
348 | 348 |
<td>Email des Lieferanten; nur für Lieferanten</td> |
... | ... | |
511 | 511 |
<td><code>ordnumber</code></td> |
512 | 512 |
<td>Auftragsnummer, wenn die Rechnung aus einem Auftrag erstellt wurde</td> |
513 | 513 |
</tr> |
514 |
<tr> |
|
515 |
<td><code>payment_terms</code></td> |
|
516 |
<td>Zahlungskonditionen</td> |
|
517 |
</tr> |
|
514 | 518 |
<tr> |
515 | 519 |
<td><code>quonumber</code></td> |
516 | 520 |
<td>Angebotsnummer</td> |
locale/de/all | ||
---|---|---|
955 | 955 |
'Template saved!' => 'Schablone gespeichert!', |
956 | 956 |
'Templates' => 'Vorlagen', |
957 | 957 |
'Terms missing in row ' => '+Tage fehlen in Zeile ', |
958 |
'Terms: Net' => 'Zahlungsziel', |
|
959 | 958 |
'The \'tag\' field must only consist of alphanumeric characters or the carachters - _ ( )' => 'Das Feld \'tag\' darf nur aus alphanumerischen Zeichen und den Zeichen - _ ( ) bestehen.', |
960 | 959 |
'The base unit does not exist or it is about to be deleted in row %d.' => 'Die Basiseinheit in Zeile %d existiert nicht oder soll gelöscht werden.', |
961 | 960 |
'The base unit does not exist.' => 'Die Basiseinheit existiert nicht.', |
... | ... | |
1141 | 1140 |
'config' => 'Konfiguration', |
1142 | 1141 |
'continue' => 'weiter', |
1143 | 1142 |
'customernumber not unique!' => 'Die Kundennummer ist schon vergeben', |
1144 |
'days' => 'Tage', |
|
1145 | 1143 |
'debug' => 'Debug', |
1146 | 1144 |
'deliverydate' => 'Lieferdatum', |
1147 | 1145 |
'dimension units' => 'Maßeinheiten', |
locale/de/ct | ||
---|---|---|
94 | 94 |
'Tax Number' => 'Steuernummer', |
95 | 95 |
'Tax Number / SSN' => 'Steuernummer', |
96 | 96 |
'Taxable' => 'Steuerpflichtig', |
97 |
'Terms: Net' => 'Zahlungsziel', |
|
98 | 97 |
'Title' => 'Titel', |
99 | 98 |
'Type of Business' => 'Kundentyp', |
100 | 99 |
'USt-IdNr.' => 'USt-IdNr.', |
... | ... | |
108 | 107 |
'Vendors' => 'Lieferanten', |
109 | 108 |
'Zipcode' => 'PLZ', |
110 | 109 |
'customernumber not unique!' => 'Die Kundennummer ist schon vergeben', |
111 |
'days' => 'Tage', |
|
112 | 110 |
's' => 's', |
113 | 111 |
}; |
114 | 112 |
|
locale/de/oe | ||
---|---|---|
220 | 220 |
'Subtotal' => 'Zwischensumme', |
221 | 221 |
'Tax' => 'Steuer', |
222 | 222 |
'Tax Included' => 'Steuer im Preis inbegriffen', |
223 |
'Terms: Net' => 'Zahlungsziel', |
|
224 | 223 |
'To' => 'An', |
225 | 224 |
'Total' => 'Summe', |
226 | 225 |
'Trade Discount' => 'Rabatt', |
... | ... | |
245 | 244 |
'Yes' => 'Ja', |
246 | 245 |
'Zipcode' => 'PLZ', |
247 | 246 |
'button' => '?', |
248 |
'days' => 'Tage', |
|
249 | 247 |
'ea' => 'St.', |
250 | 248 |
'emailed to' => 'gemailt an', |
251 | 249 |
'none (pricegroup)' => 'keine', |
Auch abrufbar als: Unified diff
Bei Kunden, Lieferanten und den Verkaufsmasken die Zahlungsziele entfernt. In der Datenbank bleiben sie erst einmal vorhanden.