symposion_app/registrasion
2016-09-02 11:20:03 +10:00
..
contrib Adds email framework shamelessly stolen from Symposion 2016-08-21 15:40:05 +10:00
controllers Discount line items now describe the product that the discount applies to. 2016-08-24 11:46:15 +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 Moves staff_views to reporting/views 2016-09-02 11:20:03 +10:00
templatetags Fixes flake8 errors arising from rebase 2016-04-29 11:22:56 +10:00
tests Oops. 2016-08-21 18:28:16 +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 Very first attempt at a staff-facing report (items sold) 2016-08-25 20:33:19 +10:00
urls.py Moves staff_views to reporting/views 2016-09-02 11:20:03 +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 Adds a formset for dealing with long-and-thin product categories. 2016-08-22 15:00:45 +10:00