kaskra / FineWallet

A simple expense and income management app.
MIT License
1 stars 0 forks source link

Recurrences #70

Closed kaskra closed 3 years ago

kaskra commented 4 years ago

Think about how to handle recurrences again:

  1. Leave it as is --> no endless recurrences
  2. Remove the materialized recurrences and only compute them through rules in query. (will make operations easier)
kaskra commented 4 years ago

If 2.: we can simplify updateTransaction-- no need to delete every and insert every new transaction.

kaskra commented 3 years ago

Implemented endless recurrences, that are only shown up to the end of the current month.