Commit Graph
100 Commits
Author SHA1 Message Date
jacob1123 e26bb257cc Add dummy-logout link 2022-01-23 22:24:28 +00:00
jacob1123 0bd63636bb Implement Budget-List via Getter 2022-01-23 22:24:17 +00:00
jacob1123 6086447126 Implement budget display 2022-01-23 22:24:02 +00:00
jacob1123 aae8bbb44e Return JSON and move /budget/:budgetid to API endpoint 2022-01-23 22:23:30 +00:00
jacob1123 f33f0880c4 Move store to own folder 2022-01-23 21:54:46 +00:00
jacob1123 c069a33890 Remove logging after api request 2022-01-23 21:37:26 +00:00
jacob1123 8b4ebadec2 Only save partial state 2022-01-23 21:36:46 +00:00
jacob1123 2b556222ed Fix display of menu-items by login state 2022-01-23 21:35:43 +00:00
jacob1123 3da2e0f2f8 Remove authentication Cookies from Backend 2022-01-23 21:35:23 +00:00
jacob1123 4f72751ed6 Extract variable 2022-01-23 21:15:33 +00:00
jacob1123 c2326060b3 Rename index.js to routes.js 2022-01-22 16:23:10 +00:00
jacob1123 dad3a149d8 Use router-link to budget page 2022-01-22 16:21:53 +00:00
jacob1123 1bdd66a45a Remove HelloWorld and logging, add Budget page 2022-01-22 16:21:53 +00:00
jacob1123 b0ba63118e Add login page 2022-01-22 16:11:42 +00:00
jacob1123 18d11358b2 Remove logo 2022-01-22 16:11:34 +00:00
jacob1123 4af82805ff Save store to localStorage 2022-01-22 16:10:46 +00:00
jacob1123 15ab8a3dac Use Header instead of Cookie 2022-01-21 15:07:15 +00:00
jacob1123 99cf27b649 Return forbidden status in API 2022-01-21 15:07:01 +00:00
jacob1123 bc78cab715 Add proxy to backend to vite config 2022-01-21 14:20:58 +00:00
jacob1123 ddab5998bc Move dashboard to api 2022-01-21 14:20:45 +00:00
jacob1123 929db00a47 Get Dashboards on mounted
continuous-integration/drone/push Build is failing
2022-01-19 21:32:02 +00:00
jacob1123 8a6322bc7e Fix binding href 2022-01-19 21:32:02 +00:00
jacob1123 5601c965dc Fix script exporting computed 2022-01-19 21:32:02 +00:00
jacob1123 2fba4381df Allow access from other hosts 2022-01-19 21:32:02 +00:00
jacob1123 bdf942a17b Import esm-bundler 2022-01-19 21:32:02 +00:00
jacob1123 d354a680f9 Set version correctly 2022-01-19 21:32:02 +00:00
jacob1123 6899e4c88e Try to add store 2022-01-19 20:53:19 +00:00
jacob1123 e0f822dbcc Add vuex 2022-01-18 13:30:47 +00:00
jacob1123 d0e52ddfa6 Implement basic routing 2022-01-18 13:29:51 +00:00
jacob1123 2112192670 Add frontend to build script 2022-01-18 13:29:24 +00:00
jacob1123 3cda536854 Add vue-router 2022-01-17 22:17:29 +00:00
jacob1123 6d49a549a0 Remove templating completely 2022-01-17 22:17:23 +00:00
jacob1123 aa33c148cb Remove templates and add vue template 2022-01-17 22:05:43 +00:00
jacob1123 663f247080 Import and display Status
continuous-integration/drone/push Build is passing
2022-01-16 15:43:05 +00:00
jacob1123 7fba9e7e4c Fix .drone.yml
continuous-integration/drone/push Build is passing
2022-01-10 10:18:42 +00:00
jacob1123 a8edeaafa1 Disable docker build for prs 2022-01-10 10:14:10 +00:00
jacob1123 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
jacob1123 49af9cd2ef Fix logging wrong objects 2022-01-10 10:10:56 +00:00
jacob1123 ac27dc783e Also fetch GroupID and highlight groups in transactions-view 2022-01-10 10:10:56 +00:00
jacob1123 3c17d674f9 Fix migration 2022-01-10 10:10:56 +00:00
jacob1123 92725c0f26 Reword clear actions description
continuous-integration/drone/push Build is passing
2022-01-10 10:10:47 +00:00
jacob1123 2ec9c923df Implement matching 2022-01-10 10:10:02 +00:00
jacob1123 beff7afcf7 Add group_id 2022-01-10 10:10:02 +00:00
jacob1123 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
jacob1123 951e827d20 Add transfer_id 2022-01-09 20:47:43 +00:00
jacob1123 2f3e4bc748 Add transfers to list and skip 2022-01-09 20:27:51 +00:00
jacob1123 d71eb17092 Remove new transaction from transaction edit dialog
continuous-integration/drone/push Build is passing
2021-12-28 20:41:18 +00:00
jacob1123 53dd31fa35 Extract util.go 2021-12-28 20:41:06 +00:00
jacob1123 1a4267186a Add ability to edit payees 2021-12-28 20:40:53 +00:00
jacob1123 5018e5b973 Give sensible name to caching method
continuous-integration/drone/push Build is passing
2021-12-28 20:16:44 +00:00
jacob1123 ed9e75d57a Enable drone CI
continuous-integration/drone/push Build is passing
2021-12-28 20:08:19 +00:00
jacob1123 ed361324dd Fix indentation 2021-12-28 16:14:48 +00:00
jacob1123 6bac09a38e Implement update and delete for transactions 2021-12-27 23:38:30 +00:00
jacob1123 ab43387f06 Use wrapper to prevent password change popups from screwing up the layout 2021-12-27 23:14:50 +00:00
jacob1123 c112d95a41 Add delete button 2021-12-27 23:07:16 +00:00
jacob1123 6fdc0e3b1d Try to fix indentation 2021-12-27 23:07:07 +00:00
jacob1123 f08784ffa7 Fix typo 2021-12-27 23:06:59 +00:00
jacob1123 8188184ac9 Add tag for self-hosted registry 2021-12-27 23:06:38 +00:00
jacob1123 81b3bf334a Add transaction detail view 2021-12-14 15:02:51 +00:00
jacob1123 d0ad0dcb3a Implement categories for new transactions 2021-12-14 14:41:10 +00:00
jacob1123 1ab1fa74e0 Improve new-transaction form by adding account_id and default date 2021-12-14 14:15:08 +00:00
jacob1123 33c54c9f4c Make import available via UI 2021-12-14 14:14:35 +00:00
jacob1123 1ed9344586 Add home button to sidebar 2021-12-14 14:14:12 +00:00
jacob1123 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
jacob1123 9e01be699a Fix modals not opening 2021-12-14 14:12:01 +00:00
jacob1123 84ddb36d62 Fix reset only undoing one version 2021-12-14 14:11:11 +00:00
jacob1123 8b6a8c3697 Add income_category_id only after categories table exists 2021-12-11 22:08:08 +00:00
jacob1123 208ffce968 Wrap errors 2021-12-11 22:07:53 +00:00
jacob1123 bfba5f4028 Also rebuild on schema change
Files in postgres/schema/ are embedded in an embed.FS
2021-12-11 22:07:34 +00:00
jacob1123 1f2d81f173 Add task build command 2021-12-11 22:07:09 +00:00
jacob1123 c3a93377d9 Fix schema 2021-12-11 21:55:33 +00:00
jacob1123 40a299141d Implement new budget with transaction to be able to satisfy not null columns 2021-12-11 20:19:52 +00:00
jacob1123 935499e3a8 Improve UI
Highlight future transactions
clarify settings are for budget
2021-12-11 20:19:28 +00:00
jacob1123 915964fa4e Add now to funcs available from templates 2021-12-11 20:18:27 +00:00
jacob1123 e9adc763b2 Remove Repository and use Database instead 2021-12-11 20:18:09 +00:00
jacob1123 d5ebf5a5cf Group hidden categories 2021-12-11 15:10:51 +00:00
jacob1123 466775817f Merge added and assigned into moneyUsed 2021-12-11 13:03:26 +00:00
jacob1123 e2413290b4 Extract another method 2021-12-11 13:01:35 +00:00
jacob1123 18cd29cca2 Exctract getDate 2021-12-11 12:52:52 +00:00
jacob1123 caf0126b86 Implement budgeting views by calculating most values locally 2021-12-11 12:47:41 +00:00
jacob1123 6da1b26a2f update go.mod 2021-12-11 12:47:07 +00:00
jacob1123 13993b6b5a Try to calculate balances locally 2021-12-10 18:56:56 +00:00
jacob1123 625e0635fd Fix indentation 2021-12-10 17:09:43 +00:00
jacob1123 1826274ccc Show budget name in sidebar 2021-12-10 16:40:02 +00:00
jacob1123 defbbd1884 Improve documentation for YNAB Import 2021-12-10 16:39:56 +00:00
jacob1123 8116238d48 Add settings page linking to clean and clear 2021-12-10 16:39:44 +00:00
jacob1123 e0eeaadc60 Use same template for account and all-accounts 2021-12-10 16:38:10 +00:00
jacob1123 4cd81592e4 Also watch for templates changes 2021-12-10 16:37:11 +00:00
jacob1123 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
jacob1123 3bec0857d5 Add Taskfile 2021-12-10 09:36:16 +00:00
jacob1123 5e18d51b5d Only show last month's overflow 2021-12-08 15:21:10 +00:00
jacob1123 11179a1593 Also load available last month 2021-12-08 15:15:49 +00:00
jacob1123 7cb7527704 Use date_trunc instead of splitting date into year and month 2021-12-08 15:15:35 +00:00
jacob1123 c3a022b595 Add views with results grouped by month 2021-12-08 14:40:11 +00:00
jacob1123 a0ebdd01aa Implement cleaning to set all historic negative balances to zero 2021-12-07 21:59:06 +00:00
jacob1123 edd1319222 Show available balance including activities of this month 2021-12-07 21:32:36 +00:00
jacob1123 a19d3d6932 Try to enable caching 2021-12-07 21:32:20 +00:00
jacob1123 f4ddf12214 Split displayed accounts by on- or off-budget 2021-12-07 21:20:35 +00:00
jacob1123 04fd687324 Handle null values in numeric 2021-12-07 21:20:35 +00:00
jacob1123 cbda69e827 Handle on_budget in available balance 2021-12-07 21:20:35 +00:00