Freeside:1.9:Documentation:Developer/FS/cust bill ApplicationCommon
From Freeside
NAME
FS::cust_bill_ApplicationCommon - Base class for bill application classes
SYNOPSIS
use FS::cust_bill_ApplicationCommon;
@ISA = qw( FS::cust_bill_ApplicationCommon );
sub _app_source_name { 'payment'; } sub _app_source_table { 'cust_pay'; } sub _app_lineitem_breakdown_table { 'cust_bill_pay_pkg'; }
DESCRIPTION
FS::cust_bill_ApplicationCommon is intended as a base class for classes which represent application of things to invoices, currently payments (see FS::cust_bill_pay) or credits (see FS::cust_credit_bill).
METHODS
- insert; delete; apply_to_lineitems
- Auto-applies this invoice application to specific line items, if possible.
- lineitem_applications
- Returns all the specific line item applications for this invoice application.
- cust_bill
- Returns the invoice (see FS::cust_bill)
- lineitem_breakdown_table
BUGS
SEE ALSO
FS::cust_bill_pay and FS::cust_bill_pay_pkg, FS::cust_credit_bill and FS::cust_credit_bill_pkg
POD ERRORS
Hey! The above document had some coding errors, which are explained below:
- Around line 36:
- '=item' outside of any '=over'