This website requires JavaScript.
Explore
Help
Sign in
Conservancy
/
symposion_app
Watch
6
Star
0
Fork
You've already forked symposion_app
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
Actions
4d134e95d7
symposion_app
/
registrasion
/
controllers
History
Christopher Neugebauer
4d134e95d7
Refactors discount ceiling testing to make sure that the discount ceiling only considers items where the discount was applied in determining if the discount was reached.
2016-04-03 13:16:35 +10:00
..
__init__.py
Moves the controller modules into their own subpackage. There's going to be a lot of stuff in there.
2016-01-22 16:29:41 +11:00
cart.py
Removes set_quantity and add_to_cart from CartController, and factors it into a test controller for testing
2016-04-03 10:07:59 +10:00
category.py
Adds user_quantity_remaining to CategoryController
2016-04-02 18:17:18 +11:00
conditions.py
Refactors discount ceiling testing to make sure that the discount ceiling only considers items where the discount was applied in determining if the discount was reached.
2016-04-03 13:16:35 +10:00
discount.py
Refactors testing of enabling conditions so that they are done in bulk in ConditionsController, rather than one product at a time.
2016-04-02 18:18:06 +11:00
invoice.py
Adds refund function, adds tests, makes sure that refunds are obeyed elsewhere in the codebase
2016-03-27 21:04:10 +11:00
product.py
Factors limits testing in set_quantities into _test_limits()
2016-04-02 20:12:27 +11:00