Revision f63daa16
Von Marei Peischl vor fast 5 Jahren hinzugefügt
sales_quotation.tex | ||
---|---|---|
128 | 128 |
\angebotsformel |
129 | 129 |
|
130 | 130 |
|
131 |
\begin{PricingTabular} |
|
132 |
% Tabellenende letzte Seite |
|
133 |
\midrule |
|
134 |
\multicolumn{5}{@{}l}{\nettobetrag} & <%subtotal%>\tabularnewline |
|
135 |
<%foreach tax%> |
|
136 |
\multicolumn{5}{@{}l}{<%taxdescription%>} & <%tax%>\tabularnewline |
|
137 |
<%end tax%> |
|
138 |
\multicolumn{5}{@{}l}{\bfseries\schlussbetrag} & \textbf{<%ordtotal%>}\tabularnewline |
|
139 |
\bottomrule |
|
140 |
\endlastfoot |
|
131 |
\begin{PricingTabular*} |
|
141 | 132 |
% eigentliche Tabelle |
142 | 133 |
\FakeTable{ |
143 | 134 |
<%foreach number%>% |
... | ... | |
155 | 146 |
<%linetotal%>\tabularnewline |
156 | 147 |
<%end number%> |
157 | 148 |
} |
158 |
\end{PricingTabular} |
|
149 |
\begin{PricingTotal} |
|
150 |
% Tabellenende letzte Seite |
|
151 |
\nettobetrag & <%subtotal%>\\ |
|
152 |
<%foreach tax%> |
|
153 |
%taxdescription%> & <%tax%>\\ |
|
154 |
<%end tax%> |
|
155 |
\bfseries\schlussbetrag & \bfseries <%ordtotal%>\\ |
|
156 |
\end{PricingTotal} |
|
157 |
\end{PricingTabular*} |
|
159 | 158 |
|
160 | 159 |
<%if notes%> |
161 | 160 |
<%notes%> |
Auch abrufbar als: Unified diff
switch to PricingTabular*