symposion_app/registrasion/controllers
Christopher Neugebauer 4cdbdb71ce flake8 fixes
2016-04-25 17:37:33 +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
cart.py Checks that required category constraints are met before letting you check out your cart. 2016-04-25 17:13:58 +10:00
category.py Replaces active/released flags in Cart with a single int flag. Closes #41 2016-04-25 15:36:55 +10:00
conditions.py Replaces active/released flags in Cart with a single int flag. Closes #41 2016-04-25 15:36:55 +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 flake8 fixes 2016-04-25 17:37:33 +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 Replaces active/released flags in Cart with a single int flag. Closes #41 2016-04-25 15:36:55 +10:00
product.py Replaces active/released flags in Cart with a single int flag. Closes #41 2016-04-25 15:36:55 +10:00