X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_latex;h=660c4d586f5558f47c0fb5ed6482d30a4df23c8e;hb=e37ee3384655dd27d12a531ce5fa48c109d09f6d;hp=11c49dbe5250dfeedbd13aff0e4d146045e553ec;hpb=d944b0b5274dec77affe66391d1ebfe24ace3347;p=freeside.git diff --git a/conf/invoice_latex b/conf/invoice_latex index 11c49dbe5..660c4d586 100644 --- a/conf/invoice_latex +++ b/conf/invoice_latex @@ -86,25 +86,25 @@ \returninset \makebox{ \begin{tabular}{ll} - \includegraphics{[@-- $conf_dir --@]/logo.eps} & - \begin{minipage}[b]{3.5cm} + \includegraphics{[@-- $logo_file --@]} & + \begin{minipage}[b]{5.5cm} [@-- $returnaddress --@] \end{minipage} \end{tabular} } } { % ... pages - %\includegraphics{[@-- $conf_dir --@]/logo.eps} % Uncomment if you want the logo on all pages. + %\includegraphics{[@-- $logo_file --@]} % Uncomment if you want the logo on all pages. } } \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} } } @@ -230,8 +230,8 @@ Terms: [@-- $terms --@]\\ '{' . $line->{'amount'} . "}${rowbreak}\n"; foreach my $ext_desc (@$ext_description) { - $ext_desc = substr($ext_desc, 0, 70) . '...' - if (length($ext_desc) > 70); + $ext_desc = substr($ext_desc, 0, 80) . '...' + if (length($ext_desc) > 80); $OUT .= '\FSextdesc{' . $ext_desc . '}' . "${rowbreak}\n"; }