diff options
Diffstat (limited to 'templates/Dutch-sales_order.tex')
-rwxr-xr-x | templates/Dutch-sales_order.tex | 74 |
1 files changed, 37 insertions, 37 deletions
diff --git a/templates/Dutch-sales_order.tex b/templates/Dutch-sales_order.tex index 09758950..990d16b8 100755 --- a/templates/Dutch-sales_order.tex +++ b/templates/Dutch-sales_order.tex @@ -25,12 +25,12 @@ \parbox{\textwidth}{ \parbox[b]{12cm}{ - <%company%> + <?lsmb company ?> - <%address%>}\hfill + <?lsmb address ?>}\hfill \begin{tabular}[b]{rr@{}} - Telefoon & <%tel%>\\ - Fax & <%fax%> + Telefoon & <?lsmb tel ?>\\ + Fax & <?lsmb fax ?> \end{tabular} \rule[1.5ex]{\textwidth}{0.5pt} @@ -39,62 +39,62 @@ \fontfamily{cmss}\fontshape{n}\selectfont -\markboth{<%company%>\hfill <%ordnumber%>}{\usebox{\hdr}} +\markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{\usebox{\hdr}} \pagestyle{myheadings} %\thispagestyle{empty} use this with letterhead paper -<%pagebreak 65 27 48%> +<?lsmb pagebreak 65 27 48 ?> \end{tabular*} \rule{\textwidth}{2pt} \hfill \begin{tabularx}{7cm}{Xr@{}} - \textbf{Subtotaal} & \textbf{<%sumcarriedforward%>} \\ + \textbf{Subtotaal} & \textbf{<?lsmb sumcarriedforward ?>} \\ \end{tabularx} \newpage -\markright{<%company%>\hfill <%ordnumber%>} +\markright{<?lsmb company ?>\hfill <?lsmb ordnumber ?>} \vspace*{-12pt} \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrrr@{}} \textbf{Nummer} & \textbf{Omschrijving} & \textbf{Aantal} & \textbf{Eenheid} & \textbf{Prijs} & \textbf{Korting} & \textbf{Bedrag} \\ - & Transport van <%lastpage%> & & & & & <%sumcarriedforward%> \\ -<%end pagebreak%> + & Transport van <?lsmb lastpage ?> & & & & & <?lsmb sumcarriedforward ?> \\ +<?lsmb end pagebreak ?> \fontfamily{cmss}\fontsize{10pt}{12pt}\selectfont \vspace*{2cm} -<%name%> +<?lsmb name ?> -<%address1%> +<?lsmb address1 ?> -<%if address2%> -<%address2%> -<%end address2%> +<?lsmb if address2 ?> +<?lsmb address2 ?> +<?lsmb end address2 ?> -<%city%> <%state%> <%zipcode%> +<?lsmb city ?> <?lsmb state ?> <?lsmb zipcode ?> -<%if country%> -<%country%> -<%end country%> +<?lsmb if country ?> +<?lsmb country ?> +<?lsmb end country ?> \vspace{3.5cm} \textbf{V E R K O O P} \parbox{0.3cm}{\hfill} \textbf{B E S T E L L I N G} \hfill \begin{tabular}[t]{l@{\hspace{0.3cm}}l} - \textbf{Bestel Datum} & <%orddate%> \\ -<%if reqdate%> - \textbf{Gewenste Leverdatum} & <%reqdate%> \\ -<%end reqdate%> - \textbf{Bestel Nummer} & <%ordnumber%> + \textbf{Bestel Datum} & <?lsmb orddate ?> \\ +<?lsmb if reqdate ?> + \textbf{Gewenste Leverdatum} & <?lsmb reqdate ?> \\ +<?lsmb end reqdate ?> + \textbf{Bestel Nummer} & <?lsmb ordnumber ?> \end{tabular} \vspace{1cm} @@ -102,10 +102,10 @@ \begin{tabular*}{\textwidth}{@{}lp{\descrwidth}@{\extracolsep\fill}rlrrr@{}} \textbf{Nummer} & \textbf{Omschrijving} & \textbf{Aantal} & \textbf{Eenheid} & \textbf{Prijs} & \textbf{Korting} & \textbf{Bedrag} \\ -<%foreach number%> - <%number%> & <%description%> & <%qty%> & - <%unit%> & <%sellprice%> & <%discount%> & <%linetotal%> \\ -<%end number%> +<?lsmb foreach number ?> + <?lsmb number ?> & <?lsmb description ?> & <?lsmb qty ?> & + <?lsmb unit ?> & <?lsmb sellprice ?> & <?lsmb discount ?> & <?lsmb linetotal ?> \\ +<?lsmb end number ?> \end{tabular*} @@ -116,24 +116,24 @@ \hfill \begin{tabularx}{7cm}{Xr@{}} - \textbf{Subtotaal} & \textbf{<%subtotal%>} \\ -<%foreach tax%> - <%taxdescription%> over <%taxbase%> & <%tax%>\\ -<%end tax%> + \textbf{Subtotaal} & \textbf{<?lsmb subtotal ?>} \\ +<?lsmb foreach tax ?> + <?lsmb taxdescription ?> over <?lsmb taxbase ?> & <?lsmb tax ?>\\ +<?lsmb end tax ?> \hline - \textbf{Totaal} & \textbf{<%ordtotal%>}\\ + \textbf{Totaal} & \textbf{<?lsmb ordtotal ?>}\\ \end{tabularx} \vspace{0.3cm} \hfill - Alle prijzen in \textbf{<%currency%>}. + Alle prijzen in \textbf{<?lsmb currency ?>}. \vspace{12pt} -<%if notes%> - <%notes%> -<%end if%> +<?lsmb if notes ?> + <?lsmb notes ?> +<?lsmb end if ?> } |