I just started dabbling with plain text accounting using hledger and am liking it so far. I have a fundamental question though that I was hoping others could advise me on before I get too far down the path. Basically it boils down to workflow and journal management. I couldn’t find existing documentation or best practices on this, so apologies if I missed it somewhere.
My brain wants to break down the journal into separate files in a tree folder / file structure and use include statements to pull them into a higher level journal. I’ve started creating separate folders for credit cards, bank accounts, etc. and within those having journal files that correspond to monthly statements. I was hoping I could use balance assertions within each file and keep them “modular” such that hledger can check a single journal file to confirm that the summation of the journal transactions for that month match up with the the summary of payments or credits from the statement.
-
For those of you that have been doing PTA for a while, am I going to regret doing things this way as opposed to putting everything in one journal file?
-
The balance assertion statements I’ve been using have sort of been working, however errors in a different journal file month impact all the balance assertions (which makes sense), and as such it isn’t modular. Is there a way to do an assertion which sums the payments or credits just within one journal file?
Thanks in advance!