Open
Description
I'm using 1.5
on NixOs and I've found myself needing to export budget reports to csv. However the csv output does not include the budget amount for each period of the report. Here's an idea for how the output would look.
"account","short account","indent","2017/12","2017/12 Budget","2018/01", "2018/01 Budget",...
On a side note: what information does the indent
column provide?
It might take a while but if you point me in the right direction (I'm new to hledger) I can try to write the PR for this.