From: Marei Peischl Date: Wed, 27 Nov 2019 12:39:16 +0000 (+0100) Subject: switch to PricingTabular* X-Git-Tag: release-3.5.6.1~313 X-Git-Url: http://wagnertech.de/git?a=commitdiff_plain;h=f63daa16146d365679fec7342b11befeaea4057f;p=kivitendo-erp.git switch to PricingTabular* --- diff --git a/sales_quotation.tex b/sales_quotation.tex index da097c415..2cebc5df5 100644 --- a/sales_quotation.tex +++ b/sales_quotation.tex @@ -128,16 +128,7 @@ \angebotsformel -\begin{PricingTabular} - % Tabellenende letzte Seite - \midrule - \multicolumn{5}{@{}l}{\nettobetrag} & <%subtotal%>\tabularnewline - <%foreach tax%> - \multicolumn{5}{@{}l}{<%taxdescription%>} & <%tax%>\tabularnewline - <%end tax%> - \multicolumn{5}{@{}l}{\bfseries\schlussbetrag} & \textbf{<%ordtotal%>}\tabularnewline - \bottomrule - \endlastfoot +\begin{PricingTabular*} % eigentliche Tabelle \FakeTable{ <%foreach number%>% @@ -155,7 +146,15 @@ <%linetotal%>\tabularnewline <%end number%> } -\end{PricingTabular} + \begin{PricingTotal} + % Tabellenende letzte Seite + \nettobetrag & <%subtotal%>\\ + <%foreach tax%> + %taxdescription%> & <%tax%>\\ + <%end tax%> + \bfseries\schlussbetrag & \bfseries <%ordtotal%>\\ + \end{PricingTotal} +\end{PricingTabular*} <%if notes%> <%notes%>