Revision ecbb5ab1
Von Stephan Köhler vor fast 19 Jahren hinzugefügt
SL/IS.pm | ||
---|---|---|
167 | 167 |
$linetotal = ($linetotal != 0) ? $linetotal : " "; |
168 | 168 |
|
169 | 169 |
push(@{ $form->{discount} }, $discount); |
170 |
push(@{ $form->{p_discount} }, $form->{"discount_$i"}); |
|
170 | 171 |
|
171 | 172 |
$form->{total} += $linetotal; |
172 | 173 |
|
SL/OE.pm | ||
---|---|---|
914 | 914 |
$linetotal = ($linetotal != 0) ? $linetotal : " "; |
915 | 915 |
|
916 | 916 |
push(@{ $form->{discount} }, $discount); |
917 |
push(@{ $form->{p_discount} }, $form->{"discount_$i"}); |
|
917 | 918 |
|
918 | 919 |
$form->{ordtotal} += $linetotal; |
919 | 920 |
|
doc/latex-template-variablen.html | ||
---|---|---|
524 | 524 |
<td><code>description</code></td> |
525 | 525 |
<td>Artikelbeschreibung</td> |
526 | 526 |
</tr> |
527 |
<tr> |
|
528 |
<td><code>discount</code></td> |
|
529 |
<td>Rabatt als Betrag</td> |
|
530 |
</tr> |
|
527 | 531 |
<tr> |
528 | 532 |
<td><code>linetotal</code></td> |
529 | 533 |
<td>Zeilensumme (Anzahl * Einzelpreis)</td> |
... | ... | |
541 | 545 |
<td>Artikelnummer</td> |
542 | 546 |
</tr> |
543 | 547 |
<tr> |
544 |
<td><code>partnotes</code></td> |
|
548 |
<td><code>p_discount</code></td> |
|
549 |
<td>Rabatt in Prozent</td> |
|
550 |
</tr> |
|
551 |
<td><code>partnotes</code></td> |
|
545 | 552 |
<td>Die beim Artikel gespeicherten Bemerkungen</td> |
546 | 553 |
</tr> |
547 | 554 |
<tr> |
Auch abrufbar als: Unified diff
Merge von 784,790 aus unstable: Bugfix 220 Nachtrag Variablen
-Neue Variable p_discount = Rabattprozente pro Position fuer Rechnungen, Auftraege und Angebote eingefuert. Die Variable discount enthaelt den als Rabatt gewaehrten Betrag
-Latex-template-variablen fuer r784 angepasst