[freeside-commits] freeside/FS/t h_cust_tax_exempt.t, NONE,
1.1 h_cust_bill.t, NONE, 1.1 cust_tax_exempt_pkg.t, NONE, 1.1
Ivan,,,
ivan at wavetail.420.am
Wed Jan 25 04:34:31 PST 2006
- Previous message: [freeside-commits] freeside/FS/FS cust_main.pm, 1.205,
1.206 Schema.pm, 1.8, 1.9 cust_tax_exempt_pkg.pm, NONE,
1.1 h_cust_tax_exempt.pm, NONE, 1.1 h_cust_bill.pm, NONE,
1.1 cust_tax_exempt.pm, 1.2, 1.3 cust_bill.pm, 1.143,
1.144 Record.pm, 1.110, 1.111
- Next message: [freeside-commits] freeside README.2.0.0,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/cvs/cvsroot/freeside/FS/t
In directory wavetail:/tmp/cvs-serv12185/FS/t
Added Files:
h_cust_tax_exempt.t h_cust_bill.t cust_tax_exempt_pkg.t
Log Message:
change texas-style tax exemptions to be against a specific line item rather than just general per-customer, for later tracking and tax reporting. fix 1969/1970 exemptions for one-off charges
--- NEW FILE: h_cust_tax_exempt.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_cust_tax_exempt;
$loaded=1;
print "ok 1\n";
--- NEW FILE: h_cust_bill.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::h_cust_bill;
$loaded=1;
print "ok 1\n";
--- NEW FILE: cust_tax_exempt_pkg.t ---
BEGIN { $| = 1; print "1..1\n" }
END {print "not ok 1\n" unless $loaded;}
use FS::cust_tax_exempt_pkg;
$loaded=1;
print "ok 1\n";
- Previous message: [freeside-commits] freeside/FS/FS cust_main.pm, 1.205,
1.206 Schema.pm, 1.8, 1.9 cust_tax_exempt_pkg.pm, NONE,
1.1 h_cust_tax_exempt.pm, NONE, 1.1 h_cust_bill.pm, NONE,
1.1 cust_tax_exempt.pm, 1.2, 1.3 cust_bill.pm, 1.143,
1.144 Record.pm, 1.110, 1.111
- Next message: [freeside-commits] freeside README.2.0.0,NONE,1.1
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the freeside-commits
mailing list