Luís Murta 478bd25190
Subclass the Transaction with multiple children
Each children is essentually a type of transaction. We currently have:
- bank transactions
- money transactions
- split transactions

The table inheritance is implemented as a single table, with a
polymorphic type and Null columns.

Adds a IsSplit interface, which will later be used for the category
views, so as to not repeat transactions.
2023-01-10 23:42:37 +00:00
..
2023-01-10 21:32:08 +00:00
2022-11-22 22:07:04 +00:00
2022-11-25 19:02:34 +00:00