Revision ea274593
Von Udo Spallek vor etwa 18 Jahren hinzugefügt
bin/mozilla/ir.pl | ||
---|---|---|
|
||
$tax .= qq|
|
||
<tr>
|
||
<th align=right>$form->{"${item}_description"}</th>
|
||
<th align=right>$form->{"${item}_description"} |
|
||
. $form->{"${item}_rate"} * 100 .qq|%</th>
|
||
<td align=right>$form->{"${item}_total"}</td>
|
||
</tr>
|
||
|;
|
||
... | ... | |
|
||
$tax .= qq|
|
||
<tr>
|
||
<th align=right>Enthaltene $form->{"${item}_description"}</th>
|
||
<th align=right>Enthaltene $form->{"${item}_description"} |
|
||
. $form->{"${item}_rate"} * 100 .qq|%</th>
|
||
<td align=right>$form->{"${item}_total"}</td>
|
||
</tr>
|
||
<tr>
|
bin/mozilla/is.pl | ||
---|---|---|
|
||
$tax .= qq|
|
||
<tr>
|
||
<th align=right>$form->{"${item}_description"}</th>
|
||
<th align=right>$form->{"${item}_description"} |
|
||
. $form->{"${item}_rate"} * 100 .qq|%</th>
|
||
<td align=right>$form->{"${item}_total"}</td>
|
||
</tr>
|
||
|;
|
||
... | ... | |
|
||
$tax .= qq|
|
||
<tr>
|
||
<th align=right>Enthaltene $form->{"${item}_description"}</th>
|
||
<th align=right>Enthaltene $form->{"${item}_description"} |
|
||
. $form->{"${item}_rate"} * 100 .qq|%</th>
|
||
<td align=right>$form->{"${item}_total"}</td>
|
||
</tr>
|
||
<tr>
|
bin/mozilla/oe.pl | ||
---|---|---|
|
||
$tax .= qq|
|
||
<tr>
|
||
<th align=right>$form->{"${item}_description"}</th>
|
||
<th align=right>$form->{"${item}_description"} |
|
||
. $form->{"${item}_rate"} * 100 .qq|%</th>
|
||
<td align=right>$form->{"${item}_total"}</td>
|
||
</tr>
|
||
|;
|
||
... | ... | |
|
||
$tax .= qq|
|
||
<tr>
|
||
<th align=right>Enthaltene $form->{"${item}_description"}</th>
|
||
<th align=right>Enthaltene $form->{"${item}_description"} |
|
||
. $form->{"${item}_rate"} * 100 .qq|%</th>
|
||
<td align=right>$form->{"${item}_total"}</td>
|
||
</tr>
|
||
<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.