summaryrefslogtreecommitdiff
path: root/conf/invoice_latex
diff options
context:
space:
mode:
authorivan <ivan>2007-04-20 21:40:56 +0000
committerivan <ivan>2007-04-20 21:40:56 +0000
commit6251bf0159dc4957e4d6abf5dac8aeb338f8b1cd (patch)
tree47f709b8c982424f8289ec87320db58b9da945c9 /conf/invoice_latex
parentc19cd2621e2267ddc03769ebd2c0fa7be7d7e828 (diff)
add customer # to default invoice templates
Diffstat (limited to 'conf/invoice_latex')
-rw-r--r--conf/invoice_latex12
1 files changed, 6 insertions, 6 deletions
diff --git a/conf/invoice_latex b/conf/invoice_latex
index cf557f4..660c4d5 100644
--- a/conf/invoice_latex
+++ b/conf/invoice_latex
@@ -101,10 +101,10 @@
\fancyhead[R]{
\ifthenelse{\equal{\thepage}{1}}
{ % First page
- \begin{tabular}{rcl}
- Invoice date & & Invoice number \\
+ \begin{tabular}{ccc}
+ Invoice date & Invoice \#& Customer\#\\
\vspace{0.2cm}
- \textbf{[@-- $date --@]} & & \textbf{[@-- $invnum --@]} \\\hline
+ \textbf{[@-- $date --@]} & \textbf{[@-- $invnum --@]} & \textbf{[@-- $custnum --@]} \\\hline
\rule{0pt}{5ex} &~~ \huge{\textsc{Invoice}} & \\
\vspace{-0.2cm}
& & \\\hline
@@ -112,9 +112,9 @@
}
{ % ... pages
\small{
- \begin{tabular}{ll}
- Invoice date & Invoice number\\
- \textbf{[@-- $date --@]} & \textbf{[@-- $invnum --@]}\\
+ \begin{tabular}{lll}
+ Invoice date & Invoice \#& Customer\#\\
+ \textbf{[@-- $date --@]} & \textbf{[@-- $invnum --@]} & \textbf{[@-- $custnum --@]}\\
\end{tabular}
}
}