From: Stephan Köhler Date: Mon, 16 Jan 2006 16:41:59 +0000 (+0000) Subject: Merge von 784,790 aus unstable: Bugfix 220 Nachtrag Variablen X-Git-Tag: release-2.2.0~29 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=ecbb5ab171fa8cc38a3575c77401782aada88945;p=kivitendo-erp.git 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 --- diff --git a/SL/IS.pm b/SL/IS.pm index 14f375a1f..484dcb9d0 100644 --- a/SL/IS.pm +++ b/SL/IS.pm @@ -167,6 +167,7 @@ sub invoice_details { $linetotal = ($linetotal != 0) ? $linetotal : " "; push(@{ $form->{discount} }, $discount); + push(@{ $form->{p_discount} }, $form->{"discount_$i"}); $form->{total} += $linetotal; diff --git a/SL/OE.pm b/SL/OE.pm index 6dec175bd..535006598 100644 --- a/SL/OE.pm +++ b/SL/OE.pm @@ -914,6 +914,7 @@ sub order_details { $linetotal = ($linetotal != 0) ? $linetotal : " "; push(@{ $form->{discount} }, $discount); + push(@{ $form->{p_discount} }, $form->{"discount_$i"}); $form->{ordtotal} += $linetotal; diff --git a/doc/latex-template-variablen.html b/doc/latex-template-variablen.html index 8cbb7b2db..e19eb6dad 100644 --- a/doc/latex-template-variablen.html +++ b/doc/latex-template-variablen.html @@ -524,6 +524,10 @@ td { description Artikelbeschreibung + + discount + Rabatt als Betrag + linetotal Zeilensumme (Anzahl * Einzelpreis) @@ -541,7 +545,10 @@ td { Artikelnummer - partnotes + p_discount + Rabatt in Prozent + + partnotes Die beim Artikel gespeicherten Bemerkungen