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
b65223aaa1
symposion_app
/
registrasion
/
controllers
History
Christopher Neugebauer
3e4e52b165
Adds more constraints around payment and voiding of invoices
2016-03-27 14:41:43 +11: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
Makes it invalid for a user to re-enter a voucher code they already have.
2016-03-26 19:47:01 +11:00
conditions.py
Fixes flake8 errors
2016-01-22 17:21:29 +11:00
discount.py
Adds available_discounts, which allows enumeration of the discounts that are available for a given set of products and categories
2016-03-25 18:59:34 +11:00
invoice.py
Adds more constraints around payment and voiding of invoices
2016-03-27 14:41:43 +11:00
product.py
Allows Product.limit_per_user to be blank and null. Adds Category.limit_per_user. Adds functionality and tests to verify that this is legal.
2016-03-27 13:12:33 +11:00