symposion_app/registrasion/controllers
2016-09-03 16:18:27 +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
batch.py Makes sure that the cache is not disturbed by calling end_batch 2016-05-01 14:56:51 +10:00
cart.py Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
category.py Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
conditions.py Makes ProductCondition work if you have both valid and cancelled instances of a product. Fixes #68 2016-09-03 16:18:27 +10:00
credit_note.py Adds for_id, which lets you get an InvoiceController or CreditNoteController by the ID of the invoice/credit note/. Closes #38. 2016-04-25 07:20:41 +10:00
discount.py Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
flag.py Fixes flake8 snafus 2016-09-02 11:43:27 +10:00
for_id.py Adds for_id, which lets you get an InvoiceController or CreditNoteController by the ID of the invoice/credit note/. Closes #38. 2016-04-25 07:20:41 +10:00
invoice.py Fixes #64 2016-09-03 11:46:24 +10:00
item.py Refactors ItemController, add items_released 2016-09-03 15:08:25 +10:00
product.py Memoises everything else that needs to be memoised. 2016-05-01 14:56:51 +10:00