Hi there,
I do something like
full-fledged hledger, where I have a Makefile that auto-generates reports of various kinds, and where I check those in to version control and can look at their diff after I've made journal changes to ensure that things still generally look as expected.
One thing that throws this off is that I'll occasionally add a new commodity or account that changes the width of output for the balancesheetequity ("bse") hledger command. This means the diff is no longer useful across that change, since every line is now "different."
It seems that there are width output formatting options, but they don't appear to apply to bs or bse commands(?).
Thanks as always,