135 Commits

Author SHA1 Message Date
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
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
4011f3cace Also return sql.DB to be able to use goose 2021-12-02 20:36:22 +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
1cd2eedcb8 Continue on ynab import 2021-12-02 15:56:40 +00:00
7b6914e5f2 Start implementing ynab import 2021-12-02 15:30:05 +00:00
f760f9b855 Add accounts 2021-12-02 10:52:58 +00:00
e465b961a5 Use pgx 2021-12-02 10:44:14 +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
8e8c653fc9 Add run target 2021-11-29 22:04:04 +00:00
85ef7557c1 Use uuid.UUID everywhere and have postgres generate ids 2021-11-29 21:49:37 +00:00
c4fe36a2a4 Fix leading space 2021-11-08 22:33:11 +00:00
bda3d32cfc Use postgres schema instead of pgx 2021-11-08 22:29:35 +00:00
5de7d32c30 Use goose for migrations 2021-11-08 22:24:21 +00:00
cf1bc70103 Begin migration to sqlc 2021-11-08 21:32:30 +00:00
ddbda095b5 Implement NewBudget in BudgetService 2017-01-19 23:09:56 +01:00
f36fe1b1c0 Use id to load budgets 2016-12-27 00:27:52 +01:00
72fbec1063 Implement BudgetsForUser 2016-12-25 20:20:58 +01:00
57a69c448d Add userbudget 2016-12-20 21:17:17 +01:00
07d5816251 Implement budgetservice.Budget(id) 2016-12-20 20:52:48 +01:00
672376a55c Implement all services in type Repository 2016-12-20 20:46:25 +01:00
04af4bce7e Add budget 2016-12-20 20:20:52 +01:00
7c197ff49d Use string instead of ID type 2016-12-20 16:52:26 +01:00
2c55fbc431 Add db-init script for users-table 2016-12-20 13:43:45 +01:00
e955638510 Actually compare to users in database 2016-12-20 13:36:30 +01:00
cb6558a8ce Implement CreateUser & use ID 2016-12-20 11:45:34 +01:00
c3664ef3e0 Actually use pg 2016-12-20 09:46:52 +01:00
0cac7a69aa Fix directory name 'postgres' 2016-12-19 18:56:09 +01:00