symposion_app/registrasion
2016-03-26 13:33:23 +11:00
..
controllers recalculate_discounts now uses the available_discounts function from controllers.discount. 2016-03-26 13:33:23 +11:00
migrations Adds logic for required categories 2016-03-24 14:19:33 +11:00
templates Fixes invoicing payment logic 2016-03-24 14:20:29 +11:00
templatetags Fix flake8 warnings 2016-03-25 14:51:39 +11:00
tests 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
__init__.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
admin.py Fixes error in EnablingConditionBase, adds admins for Product and Category enabling conditions 2016-03-04 18:33:03 -08:00
apps.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
forms.py Fix flake8 warnings 2016-03-25 14:51:39 +11:00
models.py Adds logic for required categories 2016-03-24 14:19:33 +11:00
urls.py Fix flake8 warnings 2016-03-25 14:51:39 +11:00
views.py Fix flake8 warnings 2016-03-25 14:51:39 +11:00