symposion_app/registrasion
Christopher Neugebauer 5b03ae8ff6 Fixes credit note bug
2016-09-02 16:03:29 +10:00
..
contrib Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
controllers Factors items_pending and items_purchased into ItemController 2016-09-02 15:57:20 +10:00
migrations Modifies the Category model to allow for ITEM_QUANTITY forms 2016-08-22 15:00:38 +10:00
models Fixes some documentation snafus 2016-08-26 14:17:53 +10:00
reporting Attendee manifest page now reports the items a user has pending and purchased. 2016-09-02 15:57:44 +10:00
templatetags Factors items_pending and items_purchased into ItemController 2016-09-02 15:57:20 +10:00
tests Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
__init__.py Marks 0.2.0-dev 2016-04-27 11:36:31 +10:00
admin.py Consolidates models.py into a directory module. 2016-04-22 15:06:24 +10:00
apps.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
exceptions.py flake8 fixes 2016-04-07 13:26:25 +10:00
forms.py Moves reports forms into reporting sub package 2016-09-02 14:33:23 +10:00
urls.py Reporting framework can now display multiple sections. 2016-09-02 15:14:54 +10:00
util.py Makes the discounts section from _handle_products evaluate lazily, just in case it’s never displayed in a template (those are some very very expensive queries there). 2016-04-29 11:09:08 +10:00
views.py Fixes credit note bug 2016-09-02 16:03:29 +10:00