|
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 |
|
|
82045ceed7
|
Fix joins
|
2021-12-06 21:18:29 +00:00 |
|
|
16b59afc29
|
Abort if invalid token/data and wrap some errors
|
2021-12-06 21:12:32 +00:00 |
|
|
29cee46a14
|
Display accounts sorted by name
|
2021-12-06 20:47:47 +00:00 |
|
|
2caaa1a048
|
Fix creating group with name of category
|
2021-12-06 20:46:25 +00:00 |
|
|
e3cf69ab08
|
Remember last login
|
2021-12-06 20:38:55 +00:00 |
|
|
1437fc7b8d
|
Fix 0001_enable-uuid-ossp and reorder
|
2021-12-06 20:36:10 +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 |
|
|
674028d394
|
Link to accounts view from sidebar
|
2021-12-04 23:57:41 +00:00 |
|
|
f103cfe3e3
|
Disable accounts-sidebar for admin
|
2021-12-04 23:57:18 +00:00 |
|
|
21db0fb3aa
|
Fix link to account
|
2021-12-04 23:57:09 +00:00 |
|
|
779733e0ab
|
Admin routes don't need budget
|
2021-12-04 23:56:58 +00:00 |
|
|
2ec3873e83
|
Revert order of template and actual page
|
2021-12-04 23:46:13 +00:00 |
|
|
91a0c43d6d
|
Speed up build by using cache and updating ignores
|
2021-12-04 23:45:58 +00:00 |
|
|
69bac9bc3f
|
Reorganize routes
|
2021-12-04 23:12:26 +00:00 |
|
|
95f6e95fdd
|
Add link to admin-panel
|
2021-12-04 23:12:12 +00:00 |
|
|
5321c7d85f
|
Improve sidebar template
|
2021-12-04 23:03:49 +00:00 |
|
|
ba0926900a
|
Move account view below budget
|
2021-12-04 22:59:12 +00:00 |
|
|
61fa6ed776
|
Extract getImportantData to own file
|
2021-12-04 22:58:52 +00:00 |
|
|
6628a4849f
|
Extract loading of accounts to middleware
|
2021-12-04 22:47:01 +00:00 |
|
|
e30fab6a06
|
Add sidebar
|
2021-12-04 22:40:27 +00:00 |
|
|
cb1297b8bf
|
Fix using model directly
|
2021-12-02 21:51:36 +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 |
|
|
871b11bbcc
|
Implement single account transaction-list
|
2021-12-02 21:44:35 +00:00 |
|
|
f2e8721aa8
|
Fix not loading any accounts and payees
|
2021-12-02 21:41:55 +00:00 |
|
|
4646356b2d
|
Introduce own Numeric type and revert to stdlib from pgx
|
2021-12-02 21:32:01 +00:00 |
|
|
6f8a94ff5d
|
Show Account Balance
|
2021-12-02 21:29:11 +00:00 |
|
|
276fdb4ade
|
Also display account & payee
|
2021-12-02 20:58:27 +00:00 |
|
|
a4659c7133
|
Use printf in template
|
2021-12-02 20:53:05 +00:00 |
|
|
696469f6c2
|
Handle amount in import and display
|
2021-12-02 20:49:07 +00:00 |
|
|
db7f0bfb7b
|
Add login/register link from register/login
|
2021-12-02 20:37:40 +00:00 |
|
|
0855942d0d
|
Fix order of Down query
|
2021-12-02 20:37:16 +00:00 |
|
|
dcdcd53833
|
Fix users ID not being generated
|
2021-12-02 20:36:55 +00:00 |
|
|
11d20eeb66
|
Add admin routes
|
2021-12-02 20:36:40 +00:00 |
|
|
4011f3cace
|
Also return sql.DB to be able to use goose
|
2021-12-02 20:36:22 +00:00 |
|
|
a3df95a700
|
Move session methods to own file
|
2021-12-02 20:09:44 +00:00 |
|
|
36bccce021
|
Remove token from data and add to gin context
|
2021-12-02 20:06:26 +00:00 |
|
|
e7c9a7f52f
|
Rename budget to transaction for new-transaction
|
2021-12-02 18:45:03 +00:00 |
|
|
67139ceff8
|
Show first 200 transactions only
|
2021-12-02 16:23:59 +00:00 |
|