bornhack-website/src/shop
2019-03-27 23:45:08 +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 No need for this. 2019-03-27 23:37:34 +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 Bah. 2019-03-27 23:39:42 +01: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 Use OrderProductRelationForm to validate stock when adding a new product to order, also make it possible to update the quantity of a product on the product detail page if it is already in the current order. 2019-03-27 23:34:44 +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 Use a modelformset for the order detail view to be able to validate stock on updates of quantities and payment of the order. 2019-03-27 22:53:23 +01:00
tests.py Fix tests. 2019-03-27 23:45:08 +01: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 Use OrderProductRelationForm to validate stock when adding a new product to order, also make it possible to update the quantity of a product on the product detail page if it is already in the current order. 2019-03-27 23:34:44 +01:00