Colin Kuskie
|
5946fd5476
|
add a input validation check and test for Tax->calculate
|
2008-03-01 21:22:53 +00:00 |
|
Colin Kuskie
|
9d377193d3
|
placeholder for calculate in Shop::Tax.pm
|
2008-03-01 04:54:21 +00:00 |
|
Colin Kuskie
|
a8598bc108
|
Finish testing all of shop tax's exceptions.
Convert a few exceptions to better types in import.
|
2008-02-27 23:40:08 +00:00 |
|
Colin Kuskie
|
a61ab090ee
|
convert Shop::Tax to use exceptions
|
2008-02-27 00:35:10 +00:00 |
|
Colin Kuskie
|
c613e38995
|
Input validation tests for importTaxData.
|
2008-02-18 21:23:43 +00:00 |
|
Colin Kuskie
|
215031bb4e
|
Renamed the import and export methods to prevent Perl from
calling them.
Added code and tests for import method. It needs more testing
for user input validation.
|
2008-02-18 19:27:45 +00:00 |
|
Colin Kuskie
|
6415b9186f
|
Added the export method.
Basic tests for the export method. Need to check the CSV file
to make sure it's created correctly.
|
2008-02-16 17:11:10 +00:00 |
|
Colin Kuskie
|
0701adf7e0
|
Add input validation for the add method, and test it.
Now it's time for the import and export methods.
|
2008-02-16 06:48:00 +00:00 |
|
Colin Kuskie
|
645c21bc3b
|
Tax: add the delete method, with tests
|
2008-02-16 05:36:25 +00:00 |
|
Colin Kuskie
|
19591d37d4
|
Fix a bug in the upgrade script, with a default applied to the wrong column.
Built the add method, and tested it, too.
|
2008-02-15 23:17:52 +00:00 |
|
Colin Kuskie
|
70b8331794
|
Add the tax table.
Add the getItems method, for accessing the entire tax table.
|
2008-02-15 22:15:58 +00:00 |
|
Colin Kuskie
|
cf3ed73830
|
Fix a bad use test in Shop/Tax.t
Begin Tax.pm, using Class::InsideOut with a basic constructor and a session method.
|
2008-02-15 18:51:02 +00:00 |
|