bornhack-website/src/camps/migrations
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
..
0001_initial.py Initial work on uprading. 2018-04-03 18:44:10 +02:00
0002_auto_20160117_1718.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0003_auto_20160422_2019.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0004_camp_ticket_sale_open.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0005_auto_20160510_2011.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0006_auto_20160804_1705.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0007_auto_20161212_1803.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0008_delete_day.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0009_auto_20161220_1645.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0010_auto_20161220_1714.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0011_auto_20161228_1750.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0012_auto_20161228_2312.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0013_auto_20161229_2201.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0014_auto_20161229_2202.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0015_auto_20170116_1634.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0016_camp_description.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0017_remove_camp_description.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0018_auto_20170128_1841.py first pass with 2to3 2017-01-30 12:16:07 +01:00
0019_auto_20170131_1849.py py3 migrations 2017-01-31 18:52:25 +01:00
0020_camp_read_only.py update camp with read only field, fix #96 2017-03-07 21:44:30 +01:00
0021_auto_20170711_2247.py add initial people stuff 2017-07-11 22:50:31 +02:00
0022_camp_colour.py fix #147 2017-08-14 19:10:58 +02:00
0023_camp_shortslug.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0024_populate_camp_shortslugs.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0025_auto_20180318_1250.py Merge teamcomms branch. Refactor team app and add events app. 2018-04-09 23:11:05 +02:00
0026_auto_20180506_1633.py new content submission flow monster commit of doom. fixes a large part of #191. Split out /program/ urls into a seperate program/urls.py file in the program: URL namespace. Change call for speakers to call for participation everywhere (I think). Add boolean fields call_for_participation_open and call_for_sponsors_open to Camp model. Switch to font-awesome 5.0.13 and update <i> tags everywhere accordingly. Introduce Tracks so all Events belong to a Track, which in turn belongs to a Camp. Add seperate forms for submitting SpeakerProposals and EventProposals so we can set labels and help_text according to EventType, and remove fields we dont need. Remove Pictures from Speaker and SpeakerProposals, it was almost never used, and was a lot of code/complexity. Remove a few PROPOSAL_STATUS namely DRAFT and MODIFIED_AFTER_APPROVAL to simplify the workflow for submitters. Add description, icon and host_title fields to EventType. Add a CombinedProposalSubmitView which allows users to submit a SpeakerProposal and EventProposal from the same page, introducing a new requirements.txt dependency for django-betterforms==1.1.4. Update bootstrap-devsite to match the new reality. 2018-05-20 18:16:20 +02:00
0027_auto_20180525_1019.py move call for participation from template to the database, prepare to move call for sponsors in the same way. This commit means we will need to copy the content of the old templates to the prod db after deploy 2018-05-25 14:27:53 +02:00
0028_auto_20180525_1025.py move call for participation from template to the database, prepare to move call for sponsors in the same way. This commit means we will need to copy the content of the old templates to the prod db after deploy 2018-05-25 14:27:53 +02:00
0029_auto_20180815_2018.py Fix access to backoffice with infodesk permissions. 2018-08-15 20:53:54 +02:00
0030_camp_light_text.py make the colours more visible on the camp list page, set camp colours in bootstrap script, add a light_text property to Camp model 2018-08-18 17:45:33 +02:00
0031_auto_20180830_0014.py WIP Reimbursement feature (#278) 2018-08-30 00:52:32 +02:00
__init__.py Revert "remove __init__.py files" 2017-02-02 00:18:23 +01:00