This website requires JavaScript.
Explore
Help
Sign In
reynir
/
bornhack-website
Watch
1
Star
0
Fork
You've already forked bornhack-website
0
Code
Issues
Pull requests
1
Releases
Wiki
Activity
a21bc1097c
bornhack-website
/
src
/
economy
/
apps.py
6 lines
89 B
Python
Raw
Normal View
History
Unescape
Escape
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-29 22:52:32 +00:00
from
django
.
apps
import
AppConfig
class
EconomyConfig
(
AppConfig
)
:
Blackness.
2019-06-16 12:32:24 +00:00
name
=
"
economy
"
Reference in a new issue
Copy permalink