X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=conf%2Finvoice_html;h=d55ac839a9a79f594d79c86171d1ea1ab2f4a1fc;hb=ef5ca981340ba4d9077be3eebdcf527824868dfe;hp=32e5362f9d3385c81a6989191cb3a2e49e3254e7;hpb=8f5c91d6c7a8dc85a8b6768a149b4c7b3e144c38;p=freeside.git diff --git a/conf/invoice_html b/conf/invoice_html index 32e5362f9..d55ac839a 100644 --- a/conf/invoice_html +++ b/conf/invoice_html @@ -10,7 +10,7 @@ .invoice_totaldesc TD { font-size: 10pt; empty-cells: show } -
+
@@ -19,20 +19,26 @@ '; } } @@ -101,7 +136,8 @@ $OUT .= ''. qq(). - qq('. qq('. @@ -116,13 +152,6 @@
- - + + - @@ -54,6 +60,20 @@ ) %> + <%= $ship_enable ? ('' + ) + : '' + %> + <%= ( $unitprices + ? ''. + '' + : '' + ) + %> <%= @@ -77,16 +103,25 @@ ''. ''. ''. + ( $unitprices + ? ''. + '' + : '' + ). ''. '' ; - foreach my $ext_desc ( @{$line->{'ext_description'} } ) { - $OUT .= - ''. - ''. - ''. - ''. - '' + if ( @{$line->{'ext_description'} } ) { + $OUT .= '' : '>'; + $OUT .= '
+ Invoice date
<%= $date %>
- Invoice number
+
+ Invoice #
<%= $invnum %>
+ + Customer #
+ <%= $custnum %> +
  + INVOICE  '. + join('
',grep length($_), 'Service Address', + $ship_company, + $ship_address1, + $ship_address2, + "$ship_city, $ship_state $ship_zip", + $ship_country, + ' ', + ' ', + ). + '
Terms: <%= $terms %>
<%= $po_line %> @@ -68,6 +88,12 @@
Ref DescriptionUnit PriceQuantityAmount
'. $line->{'ref'}. ''. $line->{'description'}. ''. $line->{'unit_amount'}. ''. $line->{'quantity'}. ''. $line->{'amount'}. '
- '. $ext_desc. '
'; + foreach my $ext_desc ( @{$line->{'ext_description'} } ) { + $OUT .= + ''. + ''. + '' + } + $OUT .= '
  '. $ext_desc. '
 ). + qq(' : '>' ). $line->{'total_item'}. '). $line->{'total_amount'}. '


- <%= $notes %>