[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


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";



More information about the freeside-commits mailing list