[freeside-commits] freeside/conf invoice_latex, 1.11, 1.11.4.1 invoice_html, 1.6, 1.6.2.1
Ivan,,,
ivan at wavetail.420.am
Fri Apr 20 14:40:59 PDT 2007
Update of /home/cvs/cvsroot/freeside/conf
In directory wavetail:/tmp/cvs-serv27410
Modified Files:
Tag: FREESIDE_1_7_BRANCH
invoice_latex invoice_html
Log Message:
add customer # to default invoice templates
Index: invoice_latex
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_latex,v
retrieving revision 1.11
retrieving revision 1.11.4.1
diff -u -d -r1.11 -r1.11.4.1
--- invoice_latex 7 Oct 2005 23:28:57 -0000 1.11
+++ invoice_latex 20 Apr 2007 21:40:57 -0000 1.11.4.1
@@ -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}
}
}
Index: invoice_html
===================================================================
RCS file: /home/cvs/cvsroot/freeside/conf/invoice_html,v
retrieving revision 1.6
retrieving revision 1.6.2.1
diff -u -d -r1.6 -r1.6.2.1
--- invoice_html 15 Feb 2007 00:48:53 -0000 1.6
+++ invoice_html 20 Apr 2007 21:40:57 -0000 1.6.2.1
@@ -26,13 +26,19 @@
<td>
</td>
<td align="left">
- Invoice number<BR>
+ Invoice #<BR>
<B><%= $invnum %></B>
</td>
+ <td>
+ </td>
+ <td align="center">
+ Customer #<BR>
+ <B><%= $custnum %></B>
+ </td>
</tr>
<tr>
<th> </th>
- <th colspan=1 align="center">
+ <th colspan=3 align="center">
<FONT SIZE="+3">I</FONT><FONT SIZE="+2">NVOICE</FONT>
</th>
<th> </th>
More information about the freeside-commits
mailing list