39 Commits

Author SHA1 Message Date
8ff011897e Simplify query 2022-04-22 18:39:28 +00:00
0c68438732 Add budgetID param 2022-04-22 18:33:32 +00:00
ee49a712ef Add query to find problematic transactions 2022-04-22 18:31:31 +00:00
f5274f69fc Return all transactions until paging is implemented 2022-04-14 20:33:39 +00:00
6b3026dc8e Improve dev container and taskfile
Some checks failed
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is failing
2022-04-08 20:14:40 +00:00
4c6d21c2b4 Improve editing and creating of transactions
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing
2022-02-27 21:15:46 +00:00
bd686e0c00 Remove duplicate order by 2022-02-27 21:06:11 +00:00
2cf6b815bf Use view everywhere 2022-02-27 20:45:02 +00:00
81aacf339e Extract view for transactions 2022-02-27 20:35:10 +00:00
d7058a49b0 Add SQL Query for update status 2022-02-27 20:01:35 +00:00
05099e469f Delete transaction when amount is zero 2022-02-25 22:33:58 +00:00
1e80ba6ca8 Also return PayeeID and CategoryID from backend 2022-02-25 20:36:24 +00:00
5bb2c9c8b8 Use empty string as fallback for TransferAccount
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-25 15:27:06 +00:00
78389e4beb Also export transfers 2022-02-25 15:04:09 +00:00
28c20aacd3 Extract package 2022-02-23 21:59:14 +00:00
e0dc7800af Remove limit for GetAllTransactionsForBudget 2022-02-23 20:52:29 +00:00
4eeecc2bd9 Show transfer account if filled 2022-02-08 21:28:55 +00:00
663f247080 Import and display Status
All checks were successful
continuous-integration/drone/push Build is passing
2022-01-16 15:43:05 +00:00
ac27dc783e Also fetch GroupID and highlight groups in transactions-view 2022-01-10 10:10:56 +00:00
beff7afcf7 Add group_id 2022-01-10 10:10:02 +00:00
951e827d20 Add transfer_id 2022-01-09 20:47:43 +00:00
6bac09a38e Implement update and delete for transactions 2021-12-27 23:38:30 +00:00
81b3bf334a Add transaction detail view 2021-12-14 15:02:51 +00:00
7cb7527704 Use date_trunc instead of splitting date into year and month 2021-12-08 15:15:35 +00:00
c3a022b595 Add views with results grouped by month 2021-12-08 14:40:11 +00:00
0b0b20c5ec Implement assignment import and clear of budget 2021-12-07 15:28:40 +00:00
82045ceed7 Fix joins 2021-12-06 21:18:29 +00:00
e2d22a1080 Display category in accounts view 2021-12-06 20:26:06 +00:00
495bc2b7c3 Import category 2021-12-06 20:23:10 +00:00
223064698e Fix type overrides
See https://github.com/kyleconroy/sqlc/issues/819
2021-12-02 21:50:46 +00:00
c56335adad Finalize account view 2021-12-02 21:49:14 +00:00
4646356b2d Introduce own Numeric type and revert to stdlib from pgx 2021-12-02 21:32:01 +00:00
276fdb4ade Also display account & payee 2021-12-02 20:58:27 +00:00
67139ceff8 Show first 200 transactions only 2021-12-02 16:23:59 +00:00
61c55dda3a Small fixes for ynab import 2021-12-02 16:22:27 +00:00
cdc767a497 Regenerate sqlc 2021-12-02 10:44:01 +00:00
4d1b883974 Merge schemas into one file 2021-12-02 10:09:57 +00:00
37d19733df Add accounts & payees 2021-11-29 22:52:58 +00:00
85ef7557c1 Use uuid.UUID everywhere and have postgres generate ids 2021-11-29 21:49:37 +00:00