83 Commits

Author SHA1 Message Date
b812b19b34 Indentation 2022-04-23 20:11:52 +00:00
777520e9df Simplify query 2022-04-23 13:32:39 +02:00
07c0c56d11 Add budgetID param 2022-04-23 13:32:39 +02:00
43a4647d74 Add query to find problematic transactions 2022-04-23 13:32:39 +02:00
f5274f69fc Return all transactions until paging is implemented 2022-04-14 20:33:39 +00:00
88e1dbdfde Simplify query by using COALESCE 2022-04-14 20:21:55 +00:00
11df0fbff1 Remove unused cumultative columns 2022-04-07 07:53:48 +00:00
3b61028576 Hide hidden categories from searchresults 2022-03-15 13:50:10 +01:00
87b78e7b67 Make search queries case insensitive 2022-03-15 13:50:10 +01:00
0201b368d4 Add column and use instead of last transactions date
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-03-14 19:26:54 +00:00
97de326527 Use new UpdateAssignmentWithDifference for ynab-import to prevent errors on duplicates 2022-03-05 22:23:13 +00:00
fd6b77f154 Replace id column with natural PK 2022-03-04 21:56:12 +00:00
f26ee8f472 Add ability to change is_open from API 2022-03-02 21:15:56 +00:00
8899ff5772 Return and filter by is_open 2022-03-02 21:14:00 +00:00
51ece59866 Calculate last reconciled date on backend 2022-03-02 19:24:30 +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
79fd95e152 Calculate working, cleared and reconciled balance 2022-02-27 15:22:18 +00:00
05099e469f Delete transaction when amount is zero 2022-02-25 22:33:58 +00:00
ae9e9d34c9 Use type instead of isAccount flag
All checks were successful
continuous-integration/drone/push Build is passing
2022-02-25 22:28:22 +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
f51807e459 Implement EditAccount in Backend 2022-02-24 22:12:10 +00:00
5ccec61465 Implement transfer creation
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
2022-02-23 22:53:04 +00:00
d89a8f4e2e Switch between payees and accounts depending on prefix 2022-02-23 21:59:14 +00:00
e0dc7800af Remove limit for GetAllTransactionsForBudget 2022-02-23 20:52:29 +00:00
27188e2e27 Implement ynab-export 2022-02-23 20:52:29 +00:00
4eeecc2bd9 Show transfer account if filled 2022-02-08 21:28:55 +00:00
d647650142 Order payees by name 2022-02-04 21:13:40 +00:00
057c576831 Implement autocomplete for categories 2022-02-04 21:13:30 +00:00
46d727c650 Try to implement autocomplete for payees 2022-02-01 21:08:37 +00:00
95b1ac5943 Implement Delete Budget 2022-01-31 15:50:13 +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
e138c264ea Merge pull request 'Import transfers as actual Transfers' (#1) from handle-transfers into master
Reviewed-on: #1
2022-01-10 11:15:05 +01: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
337d588c3c Include all accounts
All checks were successful
continuous-integration/drone/push Build is passing
Before this change, accounts without transactions in the specified timespan had not been included
2022-01-10 10:09:34 +00:00
1a4267186a Add ability to edit payees 2021-12-28 20:40:53 +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
a8bd03a805 Handle circular required keys
Use a dummy-value at first and update it later.
Deferrable doesn't seem to work for NOT NULL - only
for FOREIGN KEYs.
2021-12-14 14:13:23 +00:00
40a299141d Implement new budget with transaction to be able to satisfy not null columns 2021-12-11 20:19:52 +00:00
caf0126b86 Implement budgeting views by calculating most values locally 2021-12-11 12:47:41 +00:00
13993b6b5a Try to calculate balances locally 2021-12-10 18:56:56 +00:00
625e0635fd Fix indentation 2021-12-10 17:09:43 +00:00
5e18d51b5d Only show last month's overflow 2021-12-08 15:21:10 +00:00