switch to PricingTabular*
authorMarei Peischl <marei@peitex.de>
Wed, 27 Nov 2019 12:39:16 +0000 (13:39 +0100)
committerJan Büren <jan@kivitendo.de>
Mon, 3 Feb 2020 11:21:38 +0000 (12:21 +0100)
sales_quotation.tex

index da097c4..2cebc5d 100644 (file)
 \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%>%
                        <%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%>