From e202198ab2a701ac6f6bfcfb67171b97801ab976 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 21 Jan 2004 22:00:34 +0000 Subject: fix multi-page typeset invoices --- conf/invoice_latex | 6 +++--- conf/invoice_latexsmallfooter | 1 + 2 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 conf/invoice_latexsmallfooter (limited to 'conf') diff --git a/conf/invoice_latex b/conf/invoice_latex index b28679344..f63ab324f 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -85,12 +85,12 @@ Invoice date & & Invoice number \\ %% Header & footer changes for subsequent pages % \afterpage{ \fancyfoot[RO,RE]{\small{\thepage\ of \pageref{LastPage}}} } -\afterpage{ \fancyfoot[CO,CE]{\small{$org_company}} } +\afterpage{ \fancyfoot[CO,CE]{\small{$smallfooter}} } \afterpage{ \fancyhead[LO,LE]{\small{}} } \afterpage{ \fancyhead[RO,RE]{\small{ \begin{tabular}{ll} -Date & Account number\\ -\textbf{ $date_of_bill} & \textbf{ $customer_ref}\\ +Invoice date & Invoice number\\ +\textbf{$date} & \textbf{$invnum}\\ \end{tabular}}} } % % diff --git a/conf/invoice_latexsmallfooter b/conf/invoice_latexsmallfooter new file mode 100644 index 000000000..527c356f5 --- /dev/null +++ b/conf/invoice_latexsmallfooter @@ -0,0 +1 @@ +Ivan Kohler~~~Freeside - open-source billing -- cgit v1.2.1