Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-03 | Rename TransactionsModel to MainDatabase | rtk0c | |
2021-05-09 | Fix rowid 1 vs 0 indexing offset problem (by using a custom Id column with 0 ↵ | rtk0c | |
indexing), switch child-class-providing-entry-specific-impls to a if constexpr() based template approach | |||
2021-05-08 | Deliveries table working, item column | rtk0c | |
2021-05-06 | Change brace style to on new line, add initial deliveries view when an order ↵ | rtk0c | |
entry is selected | |||
2021-04-28 | Add table visualization for purchases | rtk0c | |
2021-04-28 | Code cleanup, fix database view paging and selection | rtk0c | |
2021-04-09 | Fix crash on load entries | rtk0c | |
- TODO format time properly - TODO add Purchases table visualization |