summaryrefslogtreecommitdiff
path: root/templates/Russian-packing_list.tex
diff options
context:
space:
mode:
authoreinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
committereinhverfr <einhverfr@4979c152-3d1c-0410-bac9-87ea11338e46>2006-09-24 17:44:51 +0000
commiteedad02e621755aa269a6728364fa2ef07f6bca9 (patch)
treee56cb7ebc28954055603056c514dd3c4c62b02d0 /templates/Russian-packing_list.tex
parent1eb75f0d6e9074d96445c810267aebe415b1b2d7 (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/Russian-packing_list.tex')
-rwxr-xr-xtemplates/Russian-packing_list.tex82
1 files changed, 41 insertions, 41 deletions
diff --git a/templates/Russian-packing_list.tex b/templates/Russian-packing_list.tex
index 6df4b657..e18bc745 100755
--- a/templates/Russian-packing_list.tex
+++ b/templates/Russian-packing_list.tex
@@ -29,34 +29,34 @@
\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}
\begin{tabularx}{\textwidth}{@{}rlXllrrl@{}}
\textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Ship} & \\
-<%end pagebreak%>
+<?lsmb end pagebreak ?>
\vspace*{0.5cm}
@@ -70,28 +70,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
@@ -104,24 +104,24 @@
\begin{tabularx}{\textwidth}{*{7}{|X}|} \hline
\textbf{Invoice \#} & \textbf{Order \#} & \textbf{Date} & \textbf{Contact}
- <%if warehouse%>
+ <?lsmb if warehouse ?>
& \textbf{Warehouse}
- <%end warehouse%>
+ <?lsmb end 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}
@@ -130,10 +130,10 @@
\begin{tabularx}{\textwidth}{@{}rlXllrrl@{}}
\textbf{Pos} & \textbf{Number} & \textbf{Description} & \textbf{Serial Number} & & \textbf{Qty} & \textbf{Ship} & \\
-<%foreach number%>
- <%runningnumber%> & <%number%> & <%description%> & <%serialnumber%> &
- <%deliverydate%> & <%qty%> & <%ship%> & <%unit%> \\
-<%end number%>
+<?lsmb foreach number ?>
+ <?lsmb runningnumber ?> & <?lsmb number ?> & <?lsmb description ?> & <?lsmb serialnumber ?> &
+ <?lsmb deliverydate ?> & <?lsmb qty ?> & <?lsmb ship ?> & <?lsmb unit ?> \\
+<?lsmb end number ?>
\end{tabularx}
@@ -142,7 +142,7 @@
\vspace{12pt}
-<%notes%>
+<?lsmb notes ?>
}
@@ -153,9 +153,9 @@
\footnotetext[1]{\tiny
Items returned are subject to a 10\% restocking charge.
-A return authorization must be obtained from <%company%> before goods are
+A return authorization must be obtained from <?lsmb company ?> before goods are
returned. Returns must be shipped prepaid and properly insured.
-<%company%> will not be responsible for damages during transit.}
+<?lsmb company ?> will not be responsible for damages during transit.}
\end{document}