Skip to content

v1.7.0

Compare
Choose a tag to compare
@rgaiacs rgaiacs released this 01 Sep 06:19
· 833 commits to master since this release
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