Revision 8154c3b1
Von Moritz Bunkus vor fast 18 Jahren hinzugefügt
bin/mozilla/am.pl | ||
---|---|---|
2572 | 2572 |
<td colspan=2><hr size=3 noshade></td> |
2573 | 2573 |
</tr> |
2574 | 2574 |
</table> |
2575 |
|; |
|
2575 |
|
|
2576 |
<p>| . $locale->text("You can use the following strings in the long " . |
|
2577 |
"description and all translations. They will be " . |
|
2578 |
"replaced by their actual values by Lx-Office " . |
|
2579 |
"before they're output.") |
|
2580 |
. qq|</p> |
|
2581 |
|
|
2582 |
<ul> |
|
2583 |
<li>| . $locale->text("<%netto_date%> -- Date the payment is due in " . |
|
2584 |
"full") |
|
2585 |
. qq|</li> |
|
2586 |
<li>| . $locale->text("<%skonto_date%> -- Date the payment is due " . |
|
2587 |
"with discount") |
|
2588 |
. qq|</li> |
|
2589 |
<li>| . $locale->text("<%skonto_amount%> -- The deductible amount") |
|
2590 |
. qq|</li> |
|
2591 |
<li>| . $locale->text("<%total%> -- Amount payable") |
|
2592 |
. qq|</li> |
|
2593 |
<li>| . $locale->text("<%invtotal%> -- Invoice total") |
|
2594 |
. qq|</li> |
|
2595 |
<li>| . $locale->text("<%currency%> -- The selected currency") |
|
2596 |
. qq|</li> |
|
2597 |
<li>| . $locale->text("<%terms_netto%> -- The number of days for " . |
|
2598 |
"full payment") |
|
2599 |
. qq|</li> |
|
2600 |
<li>| . $locale->text("<%account_number%> -- Your account number") |
|
2601 |
. qq|</li> |
|
2602 |
<li>| . $locale->text("<%bank%> -- Your bank") |
|
2603 |
. qq|</li> |
|
2604 |
<li>| . $locale->text("<%bank_code%> -- Your bank code") |
|
2605 |
. qq|</li> |
|
2606 |
</ul>|; |
|
2576 | 2607 |
|
2577 | 2608 |
$lxdebug->leave_sub(); |
2578 | 2609 |
} |
Auch abrufbar als: Unified diff
Hilfstext für die Zahlungskonditionen.