|
|
|
|
|
by mjsir911
1529 days ago
|
|
Looking over the app in-depth, I see a lot that could be done depending on how much you want to do ;-) - The initial import can be done pretty easily, `ledger bal` reports my current balances, so for example I can do `ledger bal Assets` and it will report back totals on my `Assets:<Bank>`, `Assets:Retirement:401k`, `Assets:Retirement:Roth 401k`, etc. - You could potentially get a very in-depth "progress points" import with `ledger reg`, which just shows the history of my ledger. `ledger reg Assets:<Bank> --monthly --collapse --total-data` gives me a monthly tally of my savings since forever. - It would be possible but harder to infer future events & spending I think. I can somewhat figure out how much I spend monthly looking at my data, but you'de need heavy processing to get anything useful out of that. I think maybe a more reasonable request rather than supporting ledger is to just support a general purpose plaintext import. The above `--total-data` command for example just gives me: 2018-06-01 10000
2018-07-01 11000
...
|
|