symposion_app/registrasion/controllers
2016-04-25 08:26:54 +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 Consolidates models.py into a directory module. 2016-04-22 15:06:24 +10:00
category.py Consolidates models.py into a directory module. 2016-04-22 15:06:24 +10:00
conditions.py Consolidates models.py into a directory module. 2016-04-22 15:06:24 +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 Consolidates models.py into a directory module. 2016-04-22 15:06:24 +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 Credit notes are now generated when invoices are overpaid, or invoices are paid into void or refunded invoices. Closes #37. 2016-04-25 08:26:54 +10:00
product.py Consolidates models.py into a directory module. 2016-04-22 15:06:24 +10:00