htmfilho / minimily

Use Minimily to organize your minimalist life.
https://www.hildeberto.com/minimily/
GNU General Public License v3.0
8 stars 0 forks source link

Support the refund of transactions #19

Open htmfilho opened 5 years ago

htmfilho commented 5 years ago

Transactions are registered but sometimes the entire amount or part of it is returned to the other party. Support this event in the application gives more meaning to the transactions, improving traceability.

To solve this problem, we need to change the transaction table adapting existing columns and adding extra ones, but being careful to keep the data consistent. The current table structure solves a similar problem, the transfer of money between accounts, but the existing column is very specific to transfer. It can be redesigned to be more generic.

Create columns:

Migrate existing data: