X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html_statement;fp=conf%2Finvoice_html_statement;h=0000000000000000000000000000000000000000;hb=c3d3ee8e73fe9e7ffdbaa2dcc6a908ed55b8d259;hp=0595602db1be1d082cbc9119b378e0eaaa3b6f10;hpb=ef9f21d3ba72e151c0cf73bcfdf0212d40f66a5a;p=freeside.git 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 %> - -