summaryrefslogtreecommitdiff
path: root/conf/invoice_latexsummary
diff options
context:
space:
mode:
authorcvs2git <cvs2git>2010-12-27 00:04:45 +0000
committercvs2git <cvs2git>2010-12-27 00:04:45 +0000
commitc82d349f864e6bd9f96fd1156903bc1f7193a203 (patch)
treee117a87533656110b6acd56fc0ca64289892a9f5 /conf/invoice_latexsummary
parent74e058c8a010ef6feb539248a550d0bb169c1e94 (diff)
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'conf/invoice_latexsummary')
-rw-r--r--conf/invoice_latexsummary45
1 files changed, 0 insertions, 45 deletions
diff --git a/conf/invoice_latexsummary b/conf/invoice_latexsummary
deleted file mode 100644
index a181ee4..0000000
--- a/conf/invoice_latexsummary
+++ /dev/null
@@ -1,45 +0,0 @@
-\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}