Freeside:1.7:Documentation:Template:invoice latex

From Freeside
Jump to: navigation, search


$footer
Inclusion of invoice_latexfooter
$smallfooter
Inclusion of invoice_latexsmallfooter
$returnaddress
Inclusion of invoice_latexreturnaddress
$date
The date
$invnum
Invoice number
$custnum
Customer number
$payname
Payee
$company
Company name
$address1
Mailing address, first line
$address2
Second optional mailing address line
$city
City
$state
State
$zip
ZIP code or postal code
$country
Country
$terms
Terms: Eg, payable upon receipt.
$po_line
Purchase Order ?
@total_items
An array of hashrefs.
Each item in the array part of the overall total.
$line->{total_item}
Tax, Sub-total, Total, Credits, Payments, and Balance due. (if any)
$line->{total_amount}
Monetary amount of each category of your total_item.
@detail_items
An array of line items (arrayrefs)
$line>{ext_description}
Detailed individual svc_acct description (arrayref)
One for each svc_acct in this package.
$line->{ref}
Package number
$line->{description}
Package description
$ext_description
$line->{amount}
Cost
$notes
Inclusion of invoice_latexnotes