Changes:
- Fixed a bug which prevented the CSV importer from importing certain rows in specific conditions;
- Piggy bank select list in 'create transfer'-screen now follows order set in piggy banks overview;
- New category charts;
- Cleaner charts in year reports;
- Expense accounts are also on the front page;
- Fixed translations;
- Fixed various bugs;
- Added summaries to some lists.
And more:
- Removed old test script;
- Removed old code;
To upgrade:
- Run
git pull
- Run
php artisan migrate
- Run
php artisan cache:clear
That should do it!