diff options
author | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-24 17:44:51 +0000 |
---|---|---|
committer | einhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46> | 2006-09-24 17:44:51 +0000 |
commit | eedad02e621755aa269a6728364fa2ef07f6bca9 (patch) | |
tree | e56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/Service-pick_list.tex | |
parent | 1eb75f0d6e9074d96445c810267aebe415b1b2d7 (diff) |
Changed all templates to the new syntax
git-svn-id: https://ledger-smb.svn.sourceforge.net/svnroot/ledger-smb/trunk@142 4979c152-3d1c-0410-bac9-87ea11338e46
Diffstat (limited to 'templates/Service-pick_list.tex')
-rwxr-xr-x | templates/Service-pick_list.tex | 72 |
1 files changed, 36 insertions, 36 deletions
diff --git a/templates/Service-pick_list.tex b/templates/Service-pick_list.tex index b4653002..b88285e6 100755 --- a/templates/Service-pick_list.tex +++ b/templates/Service-pick_list.tex @@ -29,28 +29,28 @@ \parbox{\textwidth}{ \parbox[b]{.42\textwidth}{ - <%company%> + <?lsmb company ?> - <%address%> + <?lsmb address ?> } \parbox[b]{.2\textwidth}{ \includegraphics[scale=0.3]{ledger-smb} }\hfill \begin{tabular}[b]{rr@{}} - Telephone & <%tel%>\\ - Facsimile & <%fax%> + Telephone & <?lsmb tel ?>\\ + Facsimile & <?lsmb fax ?> \end{tabular} \rule[1.5ex]{\textwidth}{0.5pt} } -<%pagebreak 65 27 37%> +<?lsmb pagebreak 65 27 37 ?> \end{tabularx} \newpage -\markboth{<%company%>\hfill <%ordnumber%>}{<%company%>\hfill <%ordnumber%>} +\markboth{<?lsmb company ?>\hfill <?lsmb ordnumber ?>}{<?lsmb company ?>\hfill <?lsmb ordnumber ?>} \vspace*{-12pt} @@ -58,7 +58,7 @@ \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Qty} & \textbf{Ship} & & \textbf{Bin} \\ -<%end pagebreak%> +<?lsmb end pagebreak ?> \vspace*{0.5cm} @@ -73,28 +73,28 @@ \parbox[t]{1cm}{\hfill} \parbox[t]{.5\textwidth}{ -<%shiptoname%> +<?lsmb shiptoname ?> -<%shiptoaddress1%> +<?lsmb shiptoaddress1 ?> -<%shiptoaddress2%> +<?lsmb shiptoaddress2 ?> -<%shiptocity%> <%shiptostate%> <%shiptozipcode%> +<?lsmb shiptocity ?> <?lsmb shiptostate ?> <?lsmb shiptozipcode ?> -<%shiptocountry%> +<?lsmb shiptocountry ?> } \parbox[t]{.4\textwidth}{ - <%shiptocontact%> + <?lsmb shiptocontact ?> - <%if shiptophone%> - Tel: <%shiptophone%> - <%end shiptophone%> + <?lsmb if shiptophone ?> + Tel: <?lsmb shiptophone ?> + <?lsmb end shiptophone ?> - <%if shiptofax%> - Fax: <%shiptofax%> - <%end shiptofax%> + <?lsmb if shiptofax ?> + Fax: <?lsmb shiptofax ?> + <?lsmb end shiptofax ?> - <%shiptoemail%> + <?lsmb shiptoemail ?> } \hfill @@ -109,18 +109,18 @@ \textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Contact} & \textbf{Warehouse} & \textbf{Shipping Point} & \textbf{Ship via} \\ [0.5em] \hline - <%invnumber%> & <%ordnumber%> - <%if shippingdate%> - & <%shippingdate%> - <%end shippingdate%> - <%if not shippingdate%> - & <%transdate%> - <%end shippingdate%> - & <%employee%> - <%if warehouse%> - & <%warehouse%> - <%end warehouse%> - & <%shippingpoint%> & <%shipvia%> \\ + <?lsmb invnumber ?> & <?lsmb ordnumber ?> + <?lsmb if shippingdate ?> + & <?lsmb shippingdate ?> + <?lsmb end shippingdate ?> + <?lsmb if not shippingdate ?> + & <?lsmb transdate ?> + <?lsmb end shippingdate ?> + & <?lsmb employee ?> + <?lsmb if warehouse ?> + & <?lsmb warehouse ?> + <?lsmb end warehouse ?> + & <?lsmb shippingpoint ?> & <?lsmb shipvia ?> \\ \hline \end{tabularx} @@ -129,10 +129,10 @@ \begin{tabularx}{\textwidth}{@{}rlXrcll@{}} \textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Qty} & \textbf{Ship} & & \textbf{Bin} \\ -<%foreach number%> - <%runningnumber%> & <%number%> & <%description%> & - <%qty%> & [\hspace{1cm}] & <%unit%> & <%bin%> \\ -<%end number%> +<?lsmb foreach number ?> + <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & + <?lsmb qty ?> & [\hspace{1cm}] & <?lsmb unit ?> & <?lsmb bin ?> \\ +<?lsmb end number ?> \end{tabularx} |