symposion_app/registrasion
2016-04-11 19:23:38 +10:00
..
controllers Adds CreditNote, CreditNoteController, related models, and tests. 2016-04-11 13:11:56 +10:00
migrations Renames the admin-visible names for many model classes, and adds a default ordering where they’re useful too. 2016-04-11 19:23:38 +10:00
templatetags Adds available_credit tag, and adds a view for refunding an invoice to generate a credit note. 2016-04-11 13:11:56 +10:00
tests Adds CreditNote, CreditNoteController, related models, and tests. 2016-04-11 13:11:56 +10:00
__init__.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
admin.py Renames the admin-visible names for many model classes, and adds a default ordering where they’re useful too. 2016-04-11 19:23:38 +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 Adds the ability to apply or refund a credit note. 2016-04-11 13:11:57 +10:00
models.py Renames the admin-visible names for many model classes, and adds a default ordering where they’re useful too. 2016-04-11 19:23:38 +10:00
urls.py Adds initial credit note display view 2016-04-11 13:11:57 +10:00
util.py Flake8 fixes 2016-04-08 19:49:18 +10:00
views.py Adds the ability to apply or refund a credit note. 2016-04-11 13:11:57 +10:00