Commit graph

36 commits

Author SHA1 Message Date
6e68b03b48
Merge pull request #4 from wbrawner/dependabot/npm_and_yarn/bl-4.0.3
Bump bl from 4.0.2 to 4.0.3
2020-09-04 05:45:26 -07:00
dependabot[bot]
2c33b4c9e6
Bump bl from 4.0.2 to 4.0.3
Bumps [bl](https://github.com/rvagg/bl) from 4.0.2 to 4.0.3.
- [Release notes](https://github.com/rvagg/bl/releases)
- [Commits](https://github.com/rvagg/bl/compare/v4.0.2...v4.0.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-02 16:47:12 +00:00
b02482d514
Merge pull request #3 from wbrawner/dependabot/npm_and_yarn/elliptic-6.5.3
Bump elliptic from 6.5.2 to 6.5.3
2020-08-07 09:23:01 -07:00
dependabot[bot]
7f86d3c643
Bump elliptic from 6.5.2 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.2...v6.5.3)

Signed-off-by: dependabot[bot] <support@github.com>
2020-08-01 17:06:10 +00:00
2a608b59aa
Merge pull request #2 from wbrawner/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-07-21 20:11:35 -07:00
b099289228
Merge pull request #1 from wbrawner/dependabot/npm_and_yarn/npm-registry-fetch-8.1.1
Bump npm-registry-fetch from 8.0.0 to 8.1.1
2020-07-21 20:11:22 -07:00
dependabot[bot]
9cfbfb6146
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-19 21:19:27 +00:00
dependabot[bot]
8c4d9808ca
Bump npm-registry-fetch from 8.0.0 to 8.1.1
Bumps [npm-registry-fetch](https://github.com/npm/registry-fetch) from 8.0.0 to 8.1.1.
- [Release notes](https://github.com/npm/registry-fetch/releases)
- [Changelog](https://github.com/npm/npm-registry-fetch/blob/latest/CHANGELOG.md)
- [Commits](https://github.com/npm/registry-fetch/compare/v8.0.0...v8.1.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-07 19:13:12 +00:00
b6887364cf Fix category & transaction creation/updating
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-24 20:18:07 -07:00
d241fbf1ea Fix table creation foreign key constraints and version number
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-24 19:37:36 -07:00
dc97ed2dc3 Fix appstore builds
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-24 18:18:40 -07:00
1da4bd2638 Fix lint errors/warnings
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-24 18:18:14 -07:00
9893263523 Update dependencies
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-24 17:21:16 -07:00
e004cb7b41 Not sure what changed here
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-24 17:20:08 -07:00
3b72e1305b Fix transaction creation
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-22 21:59:02 +00:00
e4a3855d83 Implement super basic user sharing for budgets
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-21 14:09:14 -06:00
3c4a5bd321 Add home screen and budget deletion
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-21 12:55:31 -06:00
6712eef4c2 Fix transaction details
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-17 21:52:49 -06:00
ba1ffd5cc6 Fix category creation & updating
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-17 21:49:39 -06:00
02947db565 Implement budget & category creation & updating
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-17 21:47:53 -06:00
e4e2f24431 Implement category creation
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-16 18:57:01 -06:00
a0d0e8155b Update packages
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-15 21:17:52 -06:00
12936c72ab Split AddEditTransaction into multiple components
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-15 21:15:43 -06:00
604fe5da33 Allow limiting transactions in list
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-15 20:44:27 -06:00
56fd56dc7a Fix sum for income categories using sqlite databases
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-15 20:35:31 -06:00
69c21ad37b Build out more frontend views
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-15 20:22:27 -06:00
a5e349e776 Use Vuex more correctly to load categories on budget details page
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-13 21:24:57 -05:00
8c41c2c67d Start frontend vue implementation with budget list in app navigation
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-13 08:43:58 -05:00
9be135d138 Add transaction sum endpoints
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-13 08:35:31 -05:00
683fb07e48 Implement transaction REST operations
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-08 14:42:19 -05:00
d6b7a7ca7d Add CategoryController with CRUD operations
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-08 09:33:53 -06:00
56725e563c Fix some issues with BudgetController
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-07 19:49:05 -06:00
3d3c464416 Ensure user has permissions to modify budgets before chaning them
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-07 19:34:15 -06:00
37fa1e65f0 Add BudgetController and make other changes to make it work
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-07 19:27:27 -06:00
b15e94f4f3 Crop icon to match others
Signed-off-by: William Brawner <me@wbrawner.com>
2020-03-07 19:27:04 -06:00
ba6e26c191 Initial commit
The skeleton project was generated from
https://apps.nextcloud.com/developer/apps/generate

The only additions so far have been to the lib/Db directory, where the
classes, schema and CRUD operations were added for Budget, Category,
Transaction, and UserPermission entities.
2020-03-07 12:36:23 -06:00