Skip to content

Releases: alterego-labs/money_tracker

Main storage changes

23 Jan 11:51
Compare
Choose a tag to compare
  • [IMPROVEMENT] Migration from MySQL to PostgreSQL

Improvements and bug fixing

08 Jan 17:11
Compare
Choose a tag to compare
  • [FIXED] place creation use case
  • [FIXED] place's balance calculation when place has no transactions
  • [FIXED] select only distinct currencies for the statistics on the dashboard page
  • [IMPROVEMENT] sorting transactions by creation date; recent ones are on the top
  • [IMPROVEMENT] money amount formatting

Completed basic docker integration functionality

07 Jan 17:00
Compare
Choose a tag to compare
v1.1.0

Completed basic docker integration functionality

Basic functionality

07 Jan 10:18
Compare
Choose a tag to compare
  • System has many users.
  • User can be signed in via the special form.
  • Registration is hidden. The only way to be registered is ask administrator for this.
  • User can add many places where money is kept
  • User can track transactions for each place independently
  • User can see the overall transactions feed
  • User can see statistics per currency on the dashboard page