diff options
author | cvs2git <cvs2git> | 2009-10-11 02:42:17 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2009-10-11 02:42:17 +0000 |
commit | a83a000a027d1272e813259d09230d701d84df64 (patch) | |
tree | 71500c957e6d7db3e1ad3d59e74ca7bbb14e44ff /conf/invoice_latexsummary | |
parent | 097a12385d80ef52f37d4cc2bb93bc3f81e6f8e6 (diff) | |
parent | 0b69c091543b56a45f2ae6b8718fc67f381a6686 (diff) |
This commit was manufactured by cvs2svn to create branchfreeside_1_9_1
'FREESIDE_1_9_BRANCH'.
Diffstat (limited to 'conf/invoice_latexsummary')
-rw-r--r-- | conf/invoice_latexsummary | 45 |
1 files changed, 45 insertions, 0 deletions
diff --git a/conf/invoice_latexsummary b/conf/invoice_latexsummary new file mode 100644 index 000000000..a181ee435 --- /dev/null +++ b/conf/invoice_latexsummary @@ -0,0 +1,45 @@ +\begin{tabular}{ll} +\begin{minipage}{6.4cm} +\begin{tabular}{m{0cm}m{6.4cm}} +\rule{0cm}{10cm}&\begin{minipage}{6cm}[@-- $notes --@]\end{minipage}\\ +\end{tabular} +\end{minipage} & +\rule{2cm}{0cm} +\begin{minipage}{12.8cm} +\begin{tabular}{lr} +\hline +&\\ +\textbf{\underline{Summary of Previous Balance and Payments}} & \\ +&\\ +\textbf{Previous Balance}&\textbf{\dollar[@-- $true_previous_balance --@]}\\ +\textbf{Payments}&\textbf{\dollar[@-- $balance_adjustments --@]}\\ +\cline{2-2} +\textbf{Balance Outstanding}&\textbf{\dollar[@-- sprintf('%.2f', $true_previous_balance -$balance_adjustments) --@]}\\ +&\\ +\hline +&\\ +\textbf{\underline{Summary of New Charges}} & \\ +&\\ +[@-- + foreach my $section ( grep { $_->{tax_section} || !$_->{summarized} and !($finance_section && $_->{'description'} eq $finance_section)} @sections ) { + $OUT .= '\textbf{'. ($section->{'description'} ? $section->{'description'} : 'Charges' ). '}'; + $OUT .= '&\textbf{'. $section->{'subtotal'}. '}\\\\'; + } + $OUT .= '\cline{2-2}'; +--@] +\textbf{New Charges Total}&\textbf{\dollar[@-- $current_less_finance --@]}\\ +&\\ +\hline +&\\ +\textbf{\underline{Invoice Summary}} & \\ +& \\ +\textbf{Previous Past Due Charges}&\textbf{\dollar[@-- sprintf('%.2f', $true_previous_balance - $balance_adjustments) --@]}\\ +\textbf{Finance charges on overdue amount}&\textbf{\dollar[@-- $finance_amount --@]}\\ +\textbf{New Charges}&\textbf{\dollar[@-- $current_less_finance --@]}\\ +\cline{2-2} +\textbf{Total Amount Due}&\textbf{\dollar[@-- sprintf('%.2f', $true_previous_balance + $current_charges - $balance_adjustments) --@]}\\ +&\\ +\hline +\end{tabular} +\end{minipage} \\ +\end{tabular} |