diff options
author | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
---|---|---|
committer | ivan <ivan> | 2004-11-15 10:35:56 +0000 |
commit | 32306b5f8ffe4ce594409aa6e89626740b225a39 (patch) | |
tree | 8dba82e8424ebe8d089b4e0ef579d87db06742a3 /sql-ledger/templates/Spanish_A4-invoice.tex | |
parent | 52072fcd26f2faf57923f598c358e7f47c4e2643 (diff) |
import sql-ledger 2.4.4SQL_LEDGER
Diffstat (limited to 'sql-ledger/templates/Spanish_A4-invoice.tex')
-rw-r--r-- | sql-ledger/templates/Spanish_A4-invoice.tex | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sql-ledger/templates/Spanish_A4-invoice.tex b/sql-ledger/templates/Spanish_A4-invoice.tex index 1d0619e97..24b55bf52 100644 --- a/sql-ledger/templates/Spanish_A4-invoice.tex +++ b/sql-ledger/templates/Spanish_A4-invoice.tex @@ -39,15 +39,15 @@ \textbf{F A C T U R A} \vspace{1cm} -<%shiptoname%> +<%name%> -<%shiptoaddr1%> +<%address1%> -<%shiptoaddr2%> +<%address2%> -<%shiptoaddr3%> +<%city%> <%state%> <%zipcode%> -<%shiptoaddr4%> +<%country%> \end{minipage} } @@ -59,7 +59,7 @@ %\markboth{\usebox{\hdr}}{\usebox{\hdr}} %\thispagestyle{empty} %use this with letterhead paper -<%pagebreak 90 27 48%> +<%pagebreak 90 27 37%> \end{tabular*} \newpage \usebox{\hdr} @@ -93,12 +93,12 @@ \begin{flushright} \begin{tabularx}{10cm}{Xr@{}} - \textbf{Base imponible} & \textbf{<%subtotal%>} \EUR \\ + \textbf{Base imponible} & \textbf{<%subtotal%>} \\ <%foreach tax%> - IVA (<%taxrate%>\%) sobre <%taxbase%> & <%tax%> \EUR\\ + IVA (<%taxrate%>\%) sobre <%taxbase%> & <%tax%> \\ <%end tax%> \hline - \textbf{Total} & \textbf{<%invtotal%>} \EUR\\ + \textbf{Total} & \textbf{<%invtotal%>} \\ \end{tabularx} \end{flushright} |