From c3d3ee8e73fe9e7ffdbaa2dcc6a908ed55b8d259 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 16 Mar 2011 22:37:31 +0000 Subject: remove separate _statement templates, RT#11912 --- conf/invoice_html_statement | 124 -------------------------------------------- 1 file changed, 124 deletions(-) delete mode 100644 conf/invoice_html_statement (limited to 'conf/invoice_html_statement') diff --git a/conf/invoice_html_statement b/conf/invoice_html_statement deleted file mode 100644 index 0595602db..000000000 --- a/conf/invoice_html_statement +++ /dev/null @@ -1,124 +0,0 @@ - - -
- - - - - - - - - - - - - - -
"><%= $returnaddress %> - - - - - - - - - - - -
- Invoice date
- <%= $date %> -
- - Invoice number
- <%= $invnum %> -
  - STATEMENT -  
-
- - <%= $payname %>
- <%= join('
', grep length($_), $company, - $address1, - $address2, - "$city, $state  $zip", - $country, - ) - %> -
- Terms: <%= $terms %>
- <%= $po_line %> -
- -

CHARGES -

- - - - - - - <%= - - foreach my $line ( @detail_items ) { - $OUT .= - ''. - ''. - ''. - ''. - '' - ; - foreach my $ext_desc ( @{$line->{'ext_description'} } ) { - $OUT .= - ''. - ''. - ''. - ''. - '' - } - } - - my $style = 'border-top: 3px solid #000000;'; - my $linenum = 0; - - foreach my $line ( @total_items ) { - - $style .= 'border-bottom: 3px solid #000000;' - if ++$linenum == scalar(@total_items); - - $OUT .= - ''. - qq(). - qq('. - qq('. - '' - ; - - $style=''; - - } - - %> -
RefDescriptionAmount
'. $line->{'ref'}. ''. $line->{'description'}. ''. $line->{'amount'}. '
- '. $ext_desc. '
 ). - $line->{'total_item'}. '). - $line->{'total_amount'}. '
-

- -<%= $notes %> - -


-

<%= $footer %> - -

-- cgit v1.2.1