symposion_app/registrasion
2016-04-11 20:48:18 +10:00
..
controllers Replaces the mandatory/non-mandatory concept with the enabled_if_true/disabled_if_false concept. Closes #4. 2016-04-11 20:48:18 +10:00
migrations Replaces the mandatory/non-mandatory concept with the enabled_if_true/disabled_if_false concept. Closes #4. 2016-04-11 20:48:18 +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 Replaces the mandatory/non-mandatory concept with the enabled_if_true/disabled_if_false concept. Closes #4. 2016-04-11 20:48:18 +10:00
__init__.py Imports code from old Symposion repo 2016-01-22 16:19:11 +11:00
admin.py Renames EnablingCondition to Flag where possible 2016-04-11 17:55:00 +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 Replaces the mandatory/non-mandatory concept with the enabled_if_true/disabled_if_false concept. Closes #4. 2016-04-11 20:48:18 +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