Revision 6d5d4f24
Von Bernd Blessmann vor mehr als 14 Jahren hinzugefügt
SL/Form.pm | ||
---|---|---|
1813 | 1813 |
$amounts{invtotal} = $self->{invtotal}; |
1814 | 1814 |
$amounts{total} = $self->{total}; |
1815 | 1815 |
} |
1816 |
$amounts{skonto_in_percent} = 100.0 * $self->{percent_skonto}; |
|
1816 | 1817 |
|
1817 | 1818 |
map { $amounts{$_} = $self->parse_amount($myconfig, $amounts{$_}) } keys %amounts; |
1818 | 1819 |
|
... | ... | |
1866 | 1867 |
|
1867 | 1868 |
map { $self->{payment_terms} =~ s/<%${_}%>/$formatted_amounts{$_}/g; } keys %formatted_amounts; |
1868 | 1869 |
|
1870 |
$self->{skonto_in_percent} = $formatted_amounts{skonto_in_percent}; |
|
1871 |
|
|
1869 | 1872 |
$main::lxdebug->leave_sub(); |
1870 | 1873 |
|
1871 | 1874 |
} |
bin/mozilla/am.pl | ||
---|---|---|
2531 | 2531 |
"with discount") |
2532 | 2532 |
. qq|</li> |
2533 | 2533 |
<li>| . $locale->text("<%skonto_amount%> -- The deductible amount") |
2534 |
. qq|</li> |
|
2535 |
<li>| . $locale->text("<%skonto_in_percent%> -- The discount in percent") |
|
2534 | 2536 |
. qq|</li> |
2535 | 2537 |
<li>| . $locale->text("<%total%> -- Amount payable") |
2536 | 2538 |
. qq|</li> |
locale/de/am | ||
---|---|---|
10 | 10 |
'<%netto_date%> -- Date the payment is due in full' => '<%netto_date%> -- Das Datum, bis die Rechnung in voller Höhe bezahlt werden muss', |
11 | 11 |
'<%skonto_amount%> -- The deductible amount' => '<%skonto_amount%> -- Der abziehbare Skontobetrag', |
12 | 12 |
'<%skonto_date%> -- Date the payment is due with discount' => '<%skonto_date%> -- Das Datum, bis die Rechnung unter Abzug von Skonto bezahlt werden kann', |
13 |
'<%skonto_in_percent%> -- The discount in percent' => '<%skonto_in_percent%> -- Skonto in Prozent', |
|
13 | 14 |
'<%terms_netto%> -- The number of days for full payment' => '<%terms_netto%> -- Die Anzahl Tage, bis die Rechnung in voller Höhe bezahlt werden muss', |
14 | 15 |
'<%total%> -- Amount payable' => '<%total%> -- Noch zu bezahlender Betrag', |
15 | 16 |
'<%total_wo_skonto%> -- Amount payable less discount' => '<%total_wo_skonto%> -- Noch zu bezahlender Betrag abzüglich Skonto', |
locale/en/am | ||
---|---|---|
10 | 10 |
'<%netto_date%> -- Date the payment is due in full' => '<%netto_date%> -- Date the payment is due in full', |
11 | 11 |
'<%skonto_amount%> -- The deductible amount' => '<%skonto_amount%> -- The deductible amount', |
12 | 12 |
'<%skonto_date%> -- Date the payment is due with discount' => '<%skonto_date%> -- Date the payment is due with discount', |
13 |
'<%skonto_in_percent%> -- The discount in percent' => '<%skonto_in_percent%> -- The discount in percent', |
|
13 | 14 |
'<%terms_netto%> -- The number of days for full payment' => '<%terms_netto%> -- The number of days for full payment', |
14 | 15 |
'<%total%> -- Amount payable' => '<%total%> -- Amount payable', |
15 | 16 |
'<%total_wo_skonto%> -- Amount payable less discount' => '<%total_wo_skonto%> -- Amount payable less discount', |
Auch abrufbar als: Unified diff
Zahlungsbedingungen: skonto_in_percent kann verwendet werden.
Im Langtext der Zahlungsbedingungen kann so der Prozentsatz
des Skonto ausgegeben werden.