add cust_bill_pay_pkg and cust_credit_bill_pkg - applying credits and payments agains...
authorivan <ivan>
Mon, 21 Aug 2006 23:01:43 +0000 (23:01 +0000)
committerivan <ivan>
Mon, 21 Aug 2006 23:01:43 +0000 (23:01 +0000)
commit4845aaefedfcbaa25716694b6d80f3dd6d56530a
tree2f4f07b0f10f49f1f1e36d3612c273ce5cbd613e
parentf26658d1aa536ba0c5a60e8a8d22781ba2be682a
add cust_bill_pay_pkg and cust_credit_bill_pkg - applying credits and payments against specific line items
12 files changed:
FS/FS/Schema.pm
FS/FS/cust_bill.pm
FS/FS/cust_bill_ApplicationCommon.pm [new file with mode: 0644]
FS/FS/cust_bill_pay.pm
FS/FS/cust_bill_pay_pkg.pm [new file with mode: 0644]
FS/FS/cust_bill_pkg.pm
FS/FS/cust_credit_bill.pm
FS/FS/cust_credit_bill_pkg.pm [new file with mode: 0644]
FS/MANIFEST
FS/t/cust_bill_ApplicationCommon.t [new file with mode: 0644]
FS/t/cust_bill_pay_pkg.t [new file with mode: 0644]
FS/t/cust_credit_bill_pkg.t [new file with mode: 0644]