v1.7.0
New Features
-
Advance booking checkbox in expense claim form
Only available for staffs.
-
Show fellow name in dashboard summary tables
Only available for staffs.
Changes
-
Avoid error with a Unavailable page
The errors happened when user log in with GitHub but we don't know who
the user is. -
Improve form filter
-
Improve language
Upgrade Guide
$ git fetch --all
$ git stash
$ git merge origin/master
$ git stash pop
$ python -m pip install --upgrade -r requirements.txt
$ python manage.py migrate
$ python manage.py loaddata fixtures/flatpages.json
$ python manage.py loaddata fixtures/sites.json
$ bash bootstrap.sh