Revision ea274593
Von Udo Spallek vor fast 18 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
553 | 553 |
|
554 | 554 |
$tax .= qq| |
555 | 555 |
<tr> |
556 |
<th align=right>$form->{"${item}_description"}</th> |
|
556 |
<th align=right>$form->{"${item}_description"} | |
|
557 |
. $form->{"${item}_rate"} * 100 .qq|%</th> |
|
557 | 558 |
<td align=right>$form->{"${item}_total"}</td> |
558 | 559 |
</tr> |
559 | 560 |
|; |
... | ... | |
594 | 595 |
|
595 | 596 |
$tax .= qq| |
596 | 597 |
<tr> |
597 |
<th align=right>Enthaltene $form->{"${item}_description"}</th> |
|
598 |
<th align=right>Enthaltene $form->{"${item}_description"} | |
|
599 |
. $form->{"${item}_rate"} * 100 .qq|%</th> |
|
598 | 600 |
<td align=right>$form->{"${item}_total"}</td> |
599 | 601 |
</tr> |
600 | 602 |
<tr> |
bin/mozilla/is.pl | ||
---|---|---|
853 | 853 |
|
854 | 854 |
$tax .= qq| |
855 | 855 |
<tr> |
856 |
<th align=right>$form->{"${item}_description"}</th> |
|
856 |
<th align=right>$form->{"${item}_description"} | |
|
857 |
. $form->{"${item}_rate"} * 100 .qq|%</th> |
|
857 | 858 |
<td align=right>$form->{"${item}_total"}</td> |
858 | 859 |
</tr> |
859 | 860 |
|; |
... | ... | |
892 | 893 |
|
893 | 894 |
$tax .= qq| |
894 | 895 |
<tr> |
895 |
<th align=right>Enthaltene $form->{"${item}_description"}</th> |
|
896 |
<th align=right>Enthaltene $form->{"${item}_description"} | |
|
897 |
. $form->{"${item}_rate"} * 100 .qq|%</th> |
|
896 | 898 |
<td align=right>$form->{"${item}_total"}</td> |
897 | 899 |
</tr> |
898 | 900 |
<tr> |
bin/mozilla/oe.pl | ||
---|---|---|
891 | 891 |
|
892 | 892 |
$tax .= qq| |
893 | 893 |
<tr> |
894 |
<th align=right>$form->{"${item}_description"}</th> |
|
894 |
<th align=right>$form->{"${item}_description"} | |
|
895 |
. $form->{"${item}_rate"} * 100 .qq|%</th> |
|
895 | 896 |
<td align=right>$form->{"${item}_total"}</td> |
896 | 897 |
</tr> |
897 | 898 |
|; |
... | ... | |
930 | 931 |
|
931 | 932 |
$tax .= qq| |
932 | 933 |
<tr> |
933 |
<th align=right>Enthaltene $form->{"${item}_description"}</th> |
|
934 |
<th align=right>Enthaltene $form->{"${item}_description"} | |
|
935 |
. $form->{"${item}_rate"} * 100 .qq|%</th> |
|
934 | 936 |
<td align=right>$form->{"${item}_total"}</td> |
935 | 937 |
</tr> |
936 | 938 |
<tr> |
Auch abrufbar als: Unified diff
Steueranzeige unterhalb von Rechnungen, Angeboten, etc. an die neuen Taxkeys angepasst.
Der Steuersatz wird nicht mehr in der 'description' redundant gefuehrt, sondern aus der
'rate' generiert.