beangulp
beangulp copied to clipboard
Directory validation code
One of the functionalities I built a long time ago and let rot a bit is a script that would cross check the documents directory hierarchy against the chart of accounts implied by the ledger for validity.
In practice, the chart of accounts evolved over time, and this may include renamings, and this means that the directory hierarchy also needs to be updated. You almost always forget to do that in practice. I have a script somewhere the cross-checks them against each other for that specific reason.
This script, or a new, improved version of it, belong in beangulp.
Isn't this what bean-doctor directories
does?
Ah yeah, that's where it lives. I'd love to give it a bit of a promotion to the gulp. Make the count a bit leaner so to speak.