[BACK]Return to invoice.tex.tt CVS log [TXT][DIR] Up to [local] / RT / Invoicing

Diff for /RT/Invoicing/invoice.tex.tt between version 1.17 and 1.18

version 1.17, 2015/05/08 02:04:08 version 1.18, 2020/08/02 02:05:31
Line 1 
Line 1 
 [% USE Latex -%]  [% USE Latex -%]
 [% FILTER latex("pdf") -%]  [% FILTER latex("pdf") -%]
 % $AFresh1: invoice.tex.tt,v 1.16 2012/01/31 04:36:28 andrew Exp $  % $AFresh1: invoice.tex.tt,v 1.17 2015/05/08 01:04:08 andrew Exp $
 \documentclass[oneside]{report}  \documentclass[oneside]{report}
 \usepackage{graphicx}  \usepackage{graphicx}
 \usepackage[top=1in, bottom=1in, left=.75in, right=.75in]{geometry}  \usepackage[top=1in, bottom=1in, left=.75in, right=.75in]{geometry}
Line 61 
Line 61 
   Total Due   & [% total_due | format('$%.2f') | latex_encode %] \\    Total Due   & [% total_due | format('$%.2f') | latex_encode %] \\
 [%- END %]  [%- END %]
 \hline  \hline
 \multicolumn{2}{|c|}{[% info.0 | latex_encode(except = "\\{}") %]} \\  [%- FOR line IN info %]
 \multicolumn{2}{|c|}{[% info.1 | latex_encode(except = "\\{}") %]} \\  \multicolumn{2}{|c|}{[% line| latex_encode(except = "\\{}") %]} \\
   [% END -%]
 \hline  \hline
 \end{tabular}  \end{tabular}
   

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>