bornhack-website/src/program
Víðir Valberg Guðmundsson b2fa1dc92c WIP Reimbursement feature (#278)
* Almost done, need the send to economic part.

* Add a way to approve/reject an reimbursement and send mails accordingly.

* finish work on custom invoice address

* add textfield notes to Order for internal orga notes about the order

* Almost done, need the send to economic part.

* Add a way to approve/reject an reimbursement and send mails accordingly.

* economy commit of doom.. replace reimbursement app with an economy app, add Expense and Reimbursement models, add management of expenses and reimbursements to backoffice. Rework and cleanup permissions stuff, add Camp.Permissions pseudo model to hold all our non-model permissions. still experimental, expect rough edges, but basic functionality should work.
2018-08-30 00:52:32 +02:00
..
management/commands fixup logging 2017-03-23 18:32:13 +01:00
migrations WIP Reimbursement feature (#278) 2018-08-30 00:52:32 +02:00
static/js Use col-xs- instead of col-sm- to get a slightly better dayview. 2018-08-20 12:43:33 +02:00
templates Add a slides field to talk and lightning talk forms. 2018-08-18 20:43:24 +02:00
__init__.py Revert "remove __init__.py files" 2017-02-02 00:18:23 +01:00
admin.py Make email mandatory and show that on the event proposal admin site. 2018-08-18 20:04:15 +02:00
apps.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
consumers.py Add filter for tracks to the schedule 2018-05-20 20:08:25 +02:00
email.py fix #133 2017-07-11 22:02:19 +02:00
forms.py Use the existing event type if there is one and one is not defined. 2018-08-21 13:47:56 +02:00
mixins.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
models.py WIP Reimbursement feature (#278) 2018-08-30 00:52:32 +02:00
signal_handlers.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
urls.py Fix urls handling and other stuff (#249) 2018-07-17 22:43:16 +02:00
views.py Fix proposal submission. 2018-08-19 19:52:00 +02:00