[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.15 and 1.16

version 1.15, 2012/01/27 04:13:45 version 1.16, 2012/01/31 04:36:28
Line 1 
Line 1 
 [% USE Latex -%]  [% USE Latex -%]
 [% FILTER latex("pdf") -%]  [% FILTER latex("pdf") -%]
 % $AFresh1: invoice.tex.tt,v 1.14 2011/12/31 02:14:32 andrew Exp $  % $AFresh1: invoice.tex.tt,v 1.15 2012/01/27 04:13:45 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 48 
Line 48 
 [%- IF end- %]  [%- IF end- %]
     Through & [% end.strftime('%B %d, %Y') | latex_encode %] \\      Through & [% end.strftime('%B %d, %Y') | latex_encode %] \\
 [%- END %]  [%- END %]
 Invoice Total & [% total | format('$%.2f') | latex_encode %] \\  [% IF total -%]
     Invoice Total & [% total | format('$%.2f') | latex_encode %] \\
   [%- END %]
 [% IF past_due -%]  [% IF past_due -%]
   Past Due    & [% past_due | format('$%.2f') | latex_encode %] \\    Past Due    & [% past_due | format('$%.2f') | latex_encode %] \\
 [%- END %]  [%- END %]

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

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