fixup and expand POD docs for self-service list_pkgs & list_svcs
[freeside.git] / conf / invoice_latex
index 11c49db..660c4d5 100644 (file)
     \returninset\r
     \makebox{\r
       \begin{tabular}{ll}\r
-        \includegraphics{[@-- $conf_dir --@]/logo.eps} &\r
-        \begin{minipage}[b]{3.5cm}\r
+        \includegraphics{[@-- $logo_file --@]} &\r
+        \begin{minipage}[b]{5.5cm}\r
 [@-- $returnaddress --@]\r
         \end{minipage}\r
       \end{tabular}\r
     }\r
   }\r
   { % ... pages\r
-    %\includegraphics{[@-- $conf_dir --@]/logo.eps}    % Uncomment if you want the logo on all pages.\r
+    %\includegraphics{[@-- $logo_file --@]}    % Uncomment if you want the logo on all pages.\r
   }\r
 }\r
 \r
 \fancyhead[R]{\r
   \ifthenelse{\equal{\thepage}{1}}\r
   { % First page\r
-    \begin{tabular}{rcl}\r
-    Invoice date & & Invoice number \\\r
+    \begin{tabular}{ccc}\r
+    Invoice date & Invoice \#& Customer\#\\\r
     \vspace{0.2cm}\r
-    \textbf{[@-- $date --@]} & & \textbf{[@-- $invnum --@]} \\\hline\r
+    \textbf{[@-- $date --@]} & \textbf{[@-- $invnum --@]} & \textbf{[@-- $custnum --@]} \\\hline\r
     \rule{0pt}{5ex} &~~ \huge{\textsc{Invoice}} & \\\r
     \vspace{-0.2cm}\r
      & & \\\hline\r
   }\r
   { % ... pages\r
     \small{\r
-      \begin{tabular}{ll}\r
-      Invoice date & Invoice number\\\r
-      \textbf{[@-- $date --@]} & \textbf{[@-- $invnum --@]}\\\r
+      \begin{tabular}{lll}\r
+      Invoice date & Invoice \#& Customer\#\\\r
+      \textbf{[@-- $date --@]} & \textbf{[@-- $invnum --@]} & \textbf{[@-- $custnum --@]}\\\r
       \end{tabular}\r
     }\r
   }\r
@@ -230,8 +230,8 @@ Terms: [@-- $terms --@]\\
             '{' . $line->{'amount'} . "}${rowbreak}\n";\r
 \r
     foreach my $ext_desc (@$ext_description) {\r
-      $ext_desc = substr($ext_desc, 0, 70) . '...'\r
-        if (length($ext_desc) > 70);\r
+      $ext_desc = substr($ext_desc, 0, 80) . '...'\r
+        if (length($ext_desc) > 80);\r
       $OUT .= '\FSextdesc{' . $ext_desc . '}' . "${rowbreak}\n";\r
     }\r
 \r