Skip to content

UI overhaul and editing transactions

Compare
Choose a tag to compare
@pmiddend pmiddend released this 09 Feb 13:35
· 44 commits to master since this release

This release contains fixes and features. The data model stayed the same, so you don't have to migrate or lose your transactions.

Features

  • The GUI has been overhauled and now uses the "usual" navigation and header bars. Also, we've got nice colors now!
  • Items in the transaction history tab now have three little dots on their right side. If you click those, you get to a menu where you can:
    1. edit the item (change the amount and category)
    2. flip an expense into an income
    3. delete an item (there is a dialog to make sure you want that, of course)
  • The history now also shows the day of the week

Fixes

  • Calculation of daily amount is now not rounded anymore (it never was intended to be).
  • Stacked bar charts are now split into expenses and income. This fixes weird behavior with negative amounts.