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/Estonian-receipt.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/Estonian-receipt.tex')
-rwxr-xr-x | templates/Estonian-receipt.tex | 46 |
1 files changed, 23 insertions, 23 deletions
diff --git a/templates/Estonian-receipt.tex b/templates/Estonian-receipt.tex index effc19b6..01e84022 100755 --- a/templates/Estonian-receipt.tex +++ b/templates/Estonian-receipt.tex @@ -12,64 +12,64 @@ \fontfamily{cmss}\fontsize{9pt}{9pt}\selectfont \parbox[t]{12cm}{ - <%company%> + <?lsmb company ?> - <%address%>} + <?lsmb address ?>} \hfill -\parbox[t]{6cm}{\hfill <%source%>} +\parbox[t]{6cm}{\hfill <?lsmb source ?>} \vspace*{0.6cm} -<%text_amount%> \dotfill <%decimal%>/100 \makebox[0.5cm]{\hfill} +<?lsmb text_amount ?> \dotfill <?lsmb decimal ?>/100 \makebox[0.5cm]{\hfill} \vspace{0.5cm} -\hfill <%datepaid%> \makebox[2cm]{\hfill} <%amount%> +\hfill <?lsmb datepaid ?> \makebox[2cm]{\hfill} <?lsmb amount ?> % different date format for datepaid -% <%DD%><%MM%><%YYYY%> +% <?lsmb DD ?><?lsmb MM ?><?lsmb YYYY ?> \vspace{0.5cm} -<%name%> +<?lsmb name ?> -<%address1%> +<?lsmb address1 ?> -<%address2%> +<?lsmb address2 ?> -<%city%> -<%if state%> -\hspace{-0.1cm}, <%state%> -<%end state%> -<%zipcode%> +<?lsmb city ?> +<?lsmb if state ?> +\hspace{-0.1cm}, <?lsmb state ?> +<?lsmb end state ?> +<?lsmb zipcode ?> -<%country%> +<?lsmb country ?> \vspace{1.8cm} -<%memo%> +<?lsmb memo ?> \vspace{0.8cm} -<%company%> +<?lsmb company ?> \vspace{0.5cm} -<%name%> \hfill <%datepaid%> \hfill <%source%> +<?lsmb name ?> \hfill <?lsmb datepaid ?> \hfill <?lsmb source ?> \vspace{0.5cm} \begin{tabularx}{\textwidth}{lXrr@{}} \textbf{Invoice No.} & \textbf{Invoice Date} & \textbf{Due} & \textbf{Applied} \\ -<%foreach invnumber%> -<%invnumber%> & <%invdate%> \dotfill - & <%due%> & <%paid%> \\ -<%end invnumber%> +<?lsmb foreach invnumber ?> +<?lsmb invnumber ?> & <?lsmb invdate ?> \dotfill + & <?lsmb due ?> & <?lsmb paid ?> \\ +<?lsmb end invnumber ?> \end{tabularx} \vspace{1cm} -<%memo%> +<?lsmb memo ?> \vfill |