Commit graph

8211 commits

Author SHA1 Message Date
Colin Kuskie
52cf8b672c Allow alternations in the tax data, so that it is case insensitive
and allows multiple definitions of an entry (like state, city or country)
2008-03-07 02:16:40 +00:00
Colin Kuskie
50fc494759 optimize the SQL query for getting tax rates 2008-03-06 23:41:16 +00:00
Colin Kuskie
d956e58bd7 Change the Shop::Tax system to be hierarchial.
Update all sample tax tables and tests.
2008-03-06 22:34:21 +00:00
JT Smith
cbe9cc29df we now have shop settings admin screen 2008-03-06 22:33:57 +00:00
Colin Kuskie
2fc985fe54 fix a failing Shop::Ship test 2008-03-06 17:44:34 +00:00
JT Smith
8a04f5911f shipping system integrated with cart, but need admin interface to test if it works 2008-03-06 17:06:59 +00:00
JT Smith
56407bdc8f address book works
yesno uses bool now instead of int
2008-03-06 00:22:59 +00:00
Colin Kuskie
17faa35f27 coverage tests for AddressBook update 2008-03-06 00:11:10 +00:00
Colin Kuskie
d27ac7a629 Add coverage tests, convert croaks to exceptions. 2008-03-05 23:34:53 +00:00
Colin Kuskie
cd55ff1a9e Add coverage tests for more bad CSV file handling,
and two files to exercise the header checks in importTaxData
2008-03-05 21:31:29 +00:00
Colin Kuskie
7fa4e945b5 Functional test for multiline output. 2008-03-05 21:30:44 +00:00
JT Smith
aa5355930a made it use a helper method 2008-03-05 16:34:12 +00:00
JT Smith
112834a9b7 added some helper methods for addressing, and got the cart closer to working 2008-03-05 16:32:08 +00:00
Colin Kuskie
8c862439f9 Update the POD for Cart.pm. Return value for addItem is not items in cart, it's the
created item.
Finish up the Tax calculate method, with tests.
2008-03-05 03:37:53 +00:00
Colin Kuskie
2bc6cd49a7 Remove an extra my from Shop::Cart.
Add the getTaxRates method to Tax, with tests.
Add some calculate code to Tax, with tests, which don't pass yet.
2008-03-05 00:22:40 +00:00
JT Smith
52d2c63271 added utility method 2008-03-04 22:31:16 +00:00
Colin Kuskie
12b72c9b59 More tests for addressBook.
Fixed bugs in delete and getAddresses.
2008-03-03 02:26:46 +00:00
Colin Kuskie
5064a5ac92 Rename the test. Add tests for all the other methods. 2008-03-02 21:21:31 +00:00
Colin Kuskie
0774bf771c Add a few more tests, and some POD to make sure that
new is known to be different from create as an instanciator
versus a constructor.
2008-03-02 16:47:00 +00:00
Colin Kuskie
4b17be6e54 Fix some comment typos in t/Shop/AddressBook
Add tests for WebGUI::Shop::Address
Fix bugs in the upgrade script (missing city entry) and
the Address new method.
2008-03-02 16:36:47 +00:00
Colin Kuskie
3da2edb1eb WBGP align Address's update method.
Remove unused variables and add some POD to AddressBook.
2008-03-02 16:16:38 +00:00
Colin Kuskie
b9cf9c15f7 Address book tests for create, session, and initial data on object creation 2008-03-02 05:49:37 +00:00
Colin Kuskie
a0afb34813 stub out Shop::AddressBook tests for new and create 2008-03-01 22:04:42 +00:00
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
67712c7302 I was able to build Shop::Ship without _loadDriver by
using WebGUI::Pluggable directly.
2008-03-01 04:09:35 +00:00
Colin Kuskie
4323114a89 Migrate old tax data into the nex tax data script.
Tested this manually and it works okay.
2008-02-29 22:55:11 +00:00
JT Smith
cebb684536 added address book management system, no ui 2008-02-29 22:17:02 +00:00
JT Smith
7e6cfad2be stupid typo that i should kick myself in the nutz for 2008-02-29 17:43:42 +00:00
Colin Kuskie
aab533623e Add a field to the InvalidParam exception.
Use it in Ship.pm for documenting bad requested classes, and test
its use.
2008-02-29 04:17:23 +00:00
Colin Kuskie
d780700013 Finalize getShippers, along with tests. 2008-02-29 04:03:28 +00:00
Colin Kuskie
1261c96349 add Tests for getShippers, and some code for the method too. 2008-02-29 00:36:39 +00:00
Colin Kuskie
df47d0a07c Add more POD to Pluggable.
Add more POD to FlatRate.pm, for the to be written calculate method.
Build create and new methods for Ship, convert existing code to throw exceptions.
Tests for Ship, that look suspiciously similar to ShipDriver.
2008-02-28 23:22:55 +00:00
Colin Kuskie
be2b76a7d0 add more POD docs about Asset constructors and instanciators 2008-02-28 22:48:00 +00:00
Colin Kuskie
ea500fd1b2 Conver the FlatRate shipping driver to use exceptions. 2008-02-28 17:00:34 +00:00
Martin Kamerbeek
922830386d fixed small pod typo in pay.pod designdocs 2008-02-28 12:35:19 +00:00
Colin Kuskie
bc05127105 convert over to use exceptions. A few tests still need to be written, they are written as todo tests 2008-02-28 06:00:13 +00:00
JT Smith
99f1fc5eb8 base cart UI is working 2008-02-28 02:15:03 +00:00
JT Smith
12d2ce6c16 some fixes 2008-02-28 01:04:14 +00:00
Colin Kuskie
c9661496fe begin conversion of ShipDriver to use exceptions, in code and in test 2008-02-28 00:24:31 +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
JT Smith
08d2233991 a little closer 2008-02-27 23:21:41 +00:00
JT Smith
3cb0ccd0e2 started adding cart UI 2008-02-27 22:47:33 +00:00
JT Smith
152e96f695 added commerce ui glue 2008-02-27 16:30:10 +00:00
JT Smith
4a73cadf64 created donation asset 2008-02-27 02:44:33 +00:00
Colin Kuskie
a61ab090ee convert Shop::Tax to use exceptions 2008-02-27 00:35:10 +00:00
JT Smith
57cd7b6473 updated to use exceptions rather than croak 2008-02-26 23:14:48 +00:00
JT Smith
5aafd17f5a converted to use exception handling 2008-02-26 23:08:45 +00:00
JT Smith
fc88668399 added InvalidParam, renamed WrongObjectType to InvalidObject 2008-02-26 23:00:54 +00:00
Colin Kuskie
0f8f605872 add testEnvironment check for Exception::Class 2008-02-26 22:57:08 +00:00