bornhack-website/src/shop
2019-03-26 21:39:44 +01:00
..
management fixup the shop to work in the new multicamp world, fix pdf generation, add new letterhead templates, rework invoiceworker into a generic worker runner 2017-03-28 00:12:11 +02:00
migrations add textfield notes to Order for internal orga notes about the order 2018-08-27 12:44:53 +02:00
templates Forgot about credit notes. 2019-03-26 21:39:44 +01:00
templatetags working on #232, this commit changes backoffice to be camp specific (although many of the actual functions are camp independent). Add backoffice/mixins.py with BackofficeViewMixin to keep it DRY. Add backoffice views to manage proposals. Move SpeakerProposal and EventProposal detail template to includes to they can be used from backoffice. Rename our commonmark templatetags so the names are more intuitive. 2018-06-03 15:34:04 +02:00
__init__.py queue an irc message when we sell a ticket 2017-07-03 19:28:50 +02:00
admin.py add mass order cancel adminaction 2019-03-17 15:04:28 +01:00
apps.py cleanup in shop/ 2018-03-04 16:00:30 +01:00
coinify.py forgot to rename variable one place 2018-07-26 21:06:00 +02:00
context_processors.py Got channels2 working. 2018-04-03 20:52:39 +02:00
email.py verify invoice emails gets added to the queue and fix names 2017-05-21 20:43:05 +02:00
epay.py cleanup in shop/ 2018-03-04 16:00:30 +01:00
factories.py Added the first tests to the project. Using factory_boy for great success. (#219) 2018-04-22 08:31:10 +02:00
forms.py cleanup in shop/ 2018-03-04 16:00:30 +01:00
invoiceworker.py Add IBAN/SWIFT to custom invoices, bank name in settings - fixes #172 (#187) 2017-12-12 22:16:06 +01:00
managers.py cleanup in shop/ 2018-03-04 16:00:30 +01:00
models.py Add a safety valve for creating tickets when marking an order as paid. Fix #136 2019-03-17 16:28:01 +01:00
tests.py Merge remote-tracking branch 'origin/master' into add_tests_to_shop 2018-04-24 18:12:10 +02:00
urls.py add url support for speakerproposals and eventproposals, including new models Url and UrlType. Also switch to Django 2.0 path() syntax in various urls.py files getting rid of a lot of ugly regex \o/ 2018-05-23 23:28:27 +02:00
views.py Forgot about credit notes. 2019-03-26 21:39:44 +01:00