Luís Murta satprog
  • Joined on 2022-04-21
satprog pushed to feature/postgresql at personal-finance/budget 2023-01-30 22:25:20 +00:00
23eb2c80bd [Interactive] Defines an Interactive class
satprog pushed to feature/postgresql at personal-finance/budget 2023-01-29 23:48:55 +00:00
7453ffbd3a [Interactive] Adds new format for tags
da348c4ffb [Fix] Splitted categories were not being commited
2da721d53c [Interactive] Adds skip command
Compare 3 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2023-01-29 23:45:39 +00:00
e670d3ddee [Interactive] Adds new format for tags
2263175348 [Fix] Splitted categories were not being commited
d289473271 [Interactive] Adds skip command
f943374ade [Fix] Splitted transactions do not have category
abff76ad4e [Interactive] Finish split command
Compare 7 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2023-01-23 23:52:28 +00:00
fd24ac3318 Remove unnecessary __init__.pys
36e7f84bd9 Interactive categorization moved to __main__.py
5235fcdfc3 Adds business logic for split transaction
Compare 3 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2023-01-23 19:36:28 +00:00
ace5195164 Move selector table back to transactions schema
ae0a195069 Split tables per different schemas
Compare 2 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2023-01-23 00:43:44 +00:00
92f8493f86 Move selector table back to transactions schema
7f837b849f Split tables per different schemas
8760f5a0a4 Export/Import categories and groups
dd0aaa01b8 Export/import for banks
Compare 4 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2023-01-22 20:44:39 +00:00
fd6793b4f4 Turned on type checking
d4b5f1f11a Rule inheritance
6110858d48 Extend export/import to rules
Compare 3 commits »
satprog renamed repository from pf-budget-python to personal-finance/budget 2023-01-14 11:52:21 +00:00
satprog pushed to feature/postgresql at personal-finance/budget 2023-01-10 23:49:11 +00:00
1cce7d421e Update requirements.txt with the SQL ORM
satprog pushed to feature/postgresql at personal-finance/budget 2023-01-10 23:46:28 +00:00
c42a399d3d Adds the import operation and a timer
478bd25190 Subclass the Transaction with multiple children
0d287624c4 Load the default DB from the .env file
c37e7eb37c Readds manual categorization
86afa99217 Finish the remaining Nordigen operations
Compare 6 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2023-01-06 22:06:39 +00:00
9500e808de Update the parse operation
55a5b09c45 Fix download, bank, token and renew->eua ops
071711dbdb Fix CategoryRule and TagRule initializations
Compare 3 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2022-12-19 22:55:17 +00:00
7fe5b6bd32 Adds links between transactions
satprog pushed to feature/postgresql at personal-finance/budget 2022-12-19 22:50:54 +00:00
1d256d7def Adds links between transactions
f20cf685ad Update Foreign Key delete cascade for categories
e57859f601 Updates verbosity options
e27f2f08cf Adds rule based tagging of transactions
058d0cc05d Adds Tags rules
Compare 10 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2022-12-10 00:24:50 +00:00
d321481e29 Rule based categorizing
fed007ff89 Changes recurring categories boolean to int
Compare 2 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2022-12-09 19:48:27 +00:00
f721e6a910 [Refactor] Decouple CLI arguments from Manager
471331ffc9 Categories rules for rule-based categorization
63d6a2aab7 Finishes category schedule implementation
f09b328c66 Package now run as python3 -m pfbudget
6f97b883fb Add weekly option on the schedule period
Compare 11 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2022-12-04 16:12:43 +00:00
8fe0ecc597 Introduces categorizer that works on ORM classes
78e545589d Adds category groups
b8142f4f99 Add available categories table
Compare 3 commits »
satprog pushed to feature/postgresql at personal-finance/budget 2022-12-04 00:03:26 +00:00
e379d77995 Nordigen -> PostgreSQL path completed
satprog created branch feature/postgresql in personal-finance/budget 2022-12-03 18:09:16 +00:00
satprog pushed to feature/postgresql at personal-finance/budget 2022-12-03 18:09:16 +00:00
91514f71b1 Adds relationships and CASCADE on deletes
246c948d76 All meal card to account type enum
0d22b02b3f Adds alembic tool for DB versioning
395576d73f Move SQLite client to separate file
Compare 4 commits »
satprog reopened issue personal-finance/budget#11 2022-11-25 18:20:44 +00:00
[Spike] Investigate better database solution