======= Expensify
What is it?
A Django app to claim and track your reimbursements and expense claims.
Features
- Users can enter their reimbursements
- Users can see their past reimbursements
- User can be marked as admin who can see all expense claims.
- Set a per person yearly limit
- Admin can mark a expense claim as paid.
- Admin gets email when a new expense claim is added.
- User gets email when an expense claim is marked as paid by the user.
Installation
- pip install -r requirements.txt
- create a
expensify/local_settings.py
and fill it with correct values. - Add email settings to send email.
- (Optionally) Update
OPENID_SSO_SERVER_URL
requirements
See requirements.txt