|
208ffce968
|
Wrap errors
|
2021-12-11 22:07:53 +00:00 |
|
|
bfba5f4028
|
Also rebuild on schema change
Files in postgres/schema/ are embedded in an embed.FS
|
2021-12-11 22:07:34 +00:00 |
|
|
1f2d81f173
|
Add task build command
|
2021-12-11 22:07:09 +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 |
|
|
935499e3a8
|
Improve UI
Highlight future transactions
clarify settings are for budget
|
2021-12-11 20:19:28 +00:00 |
|
|
915964fa4e
|
Add now to funcs available from templates
|
2021-12-11 20:18:27 +00:00 |
|
|
e9adc763b2
|
Remove Repository and use Database instead
|
2021-12-11 20:18:09 +00:00 |
|
|
d5ebf5a5cf
|
Group hidden categories
|
2021-12-11 15:10:51 +00:00 |
|
|
466775817f
|
Merge added and assigned into moneyUsed
|
2021-12-11 13:03:26 +00:00 |
|
|
e2413290b4
|
Extract another method
|
2021-12-11 13:01:35 +00:00 |
|
|
18cd29cca2
|
Exctract getDate
|
2021-12-11 12:52:52 +00:00 |
|
|
caf0126b86
|
Implement budgeting views by calculating most values locally
|
2021-12-11 12:47:41 +00:00 |
|
|
6da1b26a2f
|
update go.mod
|
2021-12-11 12:47:07 +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 |
|
|
1826274ccc
|
Show budget name in sidebar
|
2021-12-10 16:40:02 +00:00 |
|
|
defbbd1884
|
Improve documentation for YNAB Import
|
2021-12-10 16:39:56 +00:00 |
|
|
8116238d48
|
Add settings page linking to clean and clear
|
2021-12-10 16:39:44 +00:00 |
|
|
e0eeaadc60
|
Use same template for account and all-accounts
|
2021-12-10 16:38:10 +00:00 |
|
|
4cd81592e4
|
Also watch for templates changes
|
2021-12-10 16:37:11 +00:00 |
|
|
5d9693838f
|
Complete Taskfile
- Use checksums for go.mod/go.sum
- Disable CGO to be able to use 'FROM SCRATCH' Dockerfile
- Add run command that updates docker-compose
|
2021-12-10 09:43:59 +00:00 |
|
|
3bec0857d5
|
Add Taskfile
|
2021-12-10 09:36:16 +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 |
|
|
a19d3d6932
|
Try to enable caching
|
2021-12-07 21:32:20 +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 |
|
|
284685fb52
|
Update Bootstrap
|
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 |
|
|
fbd283cd1c
|
Show date in without time
|
2021-12-07 15:42:39 +00:00 |
|
|
0ee3f269b5
|
Split routes into own files
|
2021-12-07 15:42:29 +00:00 |
|
|
6bcf94661e
|
Merge balance and balanceassignments
v0.1.0
|
2021-12-07 15:33:08 +00:00 |
|
|
0b0b20c5ec
|
Implement assignment import and clear of budget
|
2021-12-07 15:28:40 +00:00 |
|
|
6f4bff929e
|
Extract amount template
|
2021-12-07 14:49:58 +00:00 |
|
|
4a0759af8f
|
Sort categories and add link to current month
|
2021-12-07 13:45:21 +00:00 |
|
|
646560267a
|
Add ability to select month for budget
|
2021-12-07 13:40:24 +00:00 |
|
|
53c51ceb8d
|
Add budgeting
|
2021-12-07 13:32:29 +00:00 |
|
|
8f374f1d62
|
Try to display simple budget screen
|
2021-12-07 13:02:39 +00:00 |
|
|
494c1431fe
|
Hide category if empty
|
2021-12-06 21:21:44 +00:00 |
|