Commit Graph

14 Commits

Author SHA1 Message Date
d101c24b85
Fix: Paired transactions must be updated with negative sum
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-02-07 15:01:48 +01:00
95dd2414b5
Fix: Broken category ID parsing for money transfers
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-02-06 11:10:58 +01:00
5d41188876
Add description to money transfers
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-02-04 12:40:16 +01:00
217ddbbf44
Fix: Update amount of paired transactions
when updating one transaction to keep budget properly in-sync

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-02-03 00:12:55 +01:00
581ab042fc
Move creation of starting balances to backend
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-02-02 22:18:15 +01:00
dae017f99e
Add account reconcilation
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-02-01 12:56:29 +01:00
ded3444391
Fix: allow updating transfer transactions
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-02-01 12:00:00 +01:00
acafe3ac7c
Define transfer-money transactions as pair
in order to delete both of them in case one is deleted and not to leave
over a broken half of a transfer-money transaction

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-01-27 14:00:36 +01:00
270546823f
Allow to bulk-move transactions to today
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-01-20 23:08:28 +01:00
2c38247221
Allow to edit transactions
improve keyboard usability of transaction editor

Signed-off-by: Knut Ahlers <knut@ahlers.me>
2024-01-20 22:31:11 +01:00
5779e9e8a9
Add transaction list for accounts 2024-01-17 23:02:41 +01:00
6eb231f4d0
Add budget overview 2024-01-16 17:30:17 +01:00
1194e36e6e
Add basic frontend & account sidebar 2024-01-16 16:13:04 +01:00
21cac8d2ed
Implement API-Server 2024-01-15 23:49:29 +01:00