SolidOS / money-pane

Insight in your personal finance data
MIT License
11 stars 1 forks source link

Add a list of all transactions per category into the run.js output #17

Closed michielbdejong closed 3 years ago

michielbdejong commented 3 years ago

Before putting the personal budget insight into the pane itself and debugging it via the browser, I find it easier to develop it as a .js file which I run locally with Node.js. Interaction with the pod and interaction with the html page are the less interesting parts of it, probably, so this way I can iterate fast.

I have it working so that it outputs monthly totals per budget category from an MT940 file, but I find I'm held back from relying on it because I can't see the calculation from the output. So I think I'll add a list of all transactions per category into the output.