- (#11) Dates are now added correctly to GNUCash book
- Removed common placeholder accounts from translation.json
- (#11) Logging simplified, no longer hampers performance.
- Logging is now a functionality!
- Docstrings for every function
- Added
dfgui
section toexample/example.py
- "IGNORE" functionality is now working
- Corrected
example/translation.json
entry for Clothing
- translations.json now has a "IGNORE" category options
- README has better documentation on using translations.json
- Compiled Examples files into example folder
write_account_list
was added. This will write the fullname of accounts listed in GNUCash book
get_uncat_transfers
was added. This is a fix of v0.2.1, which should have have presented a filtered DataFrame of the transfers rather than a filtered version of the transactions
get_uncat_transactions
was removed
get_uncat_transactions
to easily view what translations didn't have a translation that was applicable for them intranslations.json
.
- Put everything into a single package
- Added
example.py
to show the new functionality - Instructions added to direct a step-by-step approach
- Current will take CSV from Mint, pre-process the data, then add it to the GNUCash book
- All inputs are given in the single script itself
- Translations for the preprocessing are in
translations.json