Revision fd3dd151
Von wulf@coulmann.de vor mehr als 13 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
281 | 281 |
} |
282 | 282 |
|
283 | 283 |
push @{ $form->{TEMPLATE_ARRAYS}->{linetotal} }, $form->format_amount($myconfig, $linetotal, 2); |
284 |
push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} }, $linetotal; |
|
285 |
push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_raw} }, $form->format_amount($myconfig, $linetotal_exact, 8); |
|
286 |
push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_raw_nofmt} }, $linetotal_exact; |
|
284 |
push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} }, $linetotal_exact; |
|
287 | 285 |
push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal} }, $form->format_amount($myconfig, $nodiscount_linetotal, 2); |
288 | 286 |
push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal_nofmt} }, $nodiscount_linetotal; |
289 | 287 |
|
SL/OE.pm | ||
---|---|---|
1226 | 1226 |
} |
1227 | 1227 |
|
1228 | 1228 |
push @{ $form->{TEMPLATE_ARRAYS}->{linetotal} }, $form->format_amount($myconfig, $linetotal, 2); |
1229 |
push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} }, $linetotal; |
|
1230 |
push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_raw} }, $form->format_amount($myconfig, $linetotal_exact, 8); |
|
1231 |
push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_raw_nofmt} }, $linetotal_exact; |
|
1229 |
push @{ $form->{TEMPLATE_ARRAYS}->{linetotal_nofmt} }, $linetotal_exact; |
|
1232 | 1230 |
push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal} }, $form->format_amount($myconfig, $nodiscount_linetotal, 2); |
1233 | 1231 |
push @{ $form->{TEMPLATE_ARRAYS}->{nodiscount_linetotal_nofmt} }, $nodiscount_linetotal; |
1234 | 1232 |
push(@{ $form->{TEMPLATE_ARRAYS}->{projectnumber} }, $projectnumbers{$form->{"project_id_$i"}}); |
doc/dokumentenvorlagen-und-variablen.html | ||
---|---|---|
815 | 815 |
<td><code>linetotal[_nofmt]</code></td> |
816 | 816 |
<td>Zeilensumme (Anzahl * Einzelpreis)</td> |
817 | 817 |
</tr> |
818 |
<tr> |
|
819 |
<td><code>linetotal_raw[_nofmt]</code></td> |
|
820 |
<td>Zeilensumme (Anzahl * Einzelpreis) gerundet auf 8 Stellen nach dem Komma (statt 2)</td> |
|
821 |
</tr> |
|
822 | 818 |
<tr> |
823 | 819 |
<td><code>longdescription</code></td> |
824 | 820 |
<td>Langtext</td> |
Auch abrufbar als: Unified diff
_raw entfehrnt