gustawdaniel / open_cash_manager

Free application for managing cash and synchronise with external sources of data.
0 stars 0 forks source link

TODO before start #1

Open gustawdaniel opened 5 years ago

gustawdaniel commented 5 years ago

Learn:

All 100 hours pure learn before project start.

gustawdaniel commented 5 years ago

Data model.

Format of current data

https://en.wikipedia.org/wiki/Quicken_Interchange_Format

Create, write QIF

Parse, read QIF

gustawdaniel commented 5 years ago

But qif2json v0.3 does not allow to use Account. Issue about it was added.

https://github.com/spmason/qif2json/issues/10

gustawdaniel commented 5 years ago

Great python script that works with this format. It can be used in LAMBDA

https://www.w3.org/2000/10/swap/pim/qif2n3.py

Idea, maybe simplest than contribution in qif2json will be creating API to converting qif2json using script from this link.