|
3c1d83d8a2
|
Fix negative values smaller than zero
|
2022-02-07 16:07:37 +00:00 |
|
|
f09a2a4ca7
|
Fix multiplication instead of division
|
2022-02-06 22:21:04 +00:00 |
|
|
487aa89f18
|
Use Numeric in JSON output
|
2022-02-06 22:12:48 +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 |
|
|
bf25922fc4
|
Add fuzzy module
|
2022-02-04 15:46:17 +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
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 |
|
|
6fe30231d8
|
Save all unmatched transfers as regular transactions
continuous-integration/drone/pr Build is failing
continuous-integration/drone/push Build is passing
|
2022-01-10 10:10:56 +00:00 |
|
|
49af9cd2ef
|
Fix logging wrong objects
|
2022-01-10 10:10:56 +00:00 |
|
|
ac27dc783e
|
Also fetch GroupID and highlight groups in transactions-view
|
2022-01-10 10:10:56 +00:00 |
|
|
3c17d674f9
|
Fix migration
|
2022-01-10 10:10:56 +00:00 |
|
|
2ec9c923df
|
Implement matching
|
2022-01-10 10:10:02 +00:00 |
|
|
beff7afcf7
|
Add group_id
|
2022-01-10 10:10:02 +00:00 |
|
|
337d588c3c
|
Include all accounts
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 |
|
|
951e827d20
|
Add transfer_id
|
2022-01-09 20:47:43 +00:00 |
|
|
2f3e4bc748
|
Add transfers to list and skip
|
2022-01-09 20:27:51 +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 |
|
|
8b6a8c3697
|
Add income_category_id only after categories table exists
|
2021-12-11 22:08:08 +00:00 |
|
|
208ffce968
|
Wrap errors
|
2021-12-11 22:07:53 +00:00 |
|
|
c3a93377d9
|
Fix schema
|
2021-12-11 21:55:33 +00:00 |
|
|
40a299141d
|
Implement new budget with transaction to be able to satisfy not null columns
|
2021-12-11 20:19:52 +00:00 |
|
|
e9adc763b2
|
Remove Repository and use Database instead
|
2021-12-11 20:18:09 +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 |
|
|
defbbd1884
|
Improve documentation for YNAB Import
|
2021-12-10 16:39:56 +00:00 |
|
|
5e18d51b5d
|
Only show last month's overflow
|
2021-12-08 15:21:10 +00:00 |
|
|
11179a1593
|
Also load available last month
|
2021-12-08 15:15:49 +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 |
|
|
a0ebdd01aa
|
Implement cleaning to set all historic negative balances to zero
|
2021-12-07 21:59:06 +00:00 |
|
|
edd1319222
|
Show available balance including activities of this month
|
2021-12-07 21:32:36 +00:00 |
|
|
f4ddf12214
|
Split displayed accounts by on- or off-budget
|
2021-12-07 21:20:35 +00:00 |
|
|
04fd687324
|
Handle null values in numeric
|
2021-12-07 21:20:35 +00:00 |
|
|
cbda69e827
|
Handle on_budget in available balance
|
2021-12-07 21:20:35 +00:00 |
|
|
e3f3dc6748
|
Add on_budget column to accounts
|
2021-12-07 21:20:35 +00:00 |
|
|
915379f5cb
|
Make available balance date-dependent
|
2021-12-07 21:20:35 +00:00 |
|
|
5f4c5d9d51
|
Display zero values in grey
|
2021-12-07 20:35:49 +00:00 |
|
|
8c9c78a789
|
Fix between call being inclusive
|
2021-12-07 20:28:48 +00:00 |
|
|
64822912d9
|
Add available balance
|
2021-12-07 20:22:40 +00:00 |
|
|
1d4bc158a8
|
Improve handling of context
|
2021-12-07 19:08:53 +00:00 |
|
|
0ee3f269b5
|
Split routes into own files
|
2021-12-07 15:42:29 +00:00 |
|
|
6bcf94661e
|
Merge balance and balanceassignments
|
2021-12-07 15:33:08 +00:00 |
|
|
0b0b20c5ec
|
Implement assignment import and clear of budget
|
2021-12-07 15:28:40 +00:00 |
|