--Thanks.
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+unsubscribe@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/ca2ca60e-7749-4a9a-a465-caa4c4b33935%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Necromancing an old thread... This is almost what I'm looking for, but I'm trying to do rollup reporting - IOW, balances are added up the tree. (This is what ledger does in its 'balance' reporting)I've provided a sample beancount file at the bottom to help illustrate what I mean. Basically, flight expenses *mostly* broken up by carrier, but some go directly into Expenses:Flights.The ledger balance report for this set of transactions is$3550.00 Assets:Checking$-7000.00 Equity:Opening Balances$3450.00 Expenses:Flight$400.00 AK$3000.00 UA--------------------0That's essentially what I'm looking for. I know, it's not actually a balance sheet, but it lets me see spending both in total, and broken up by categories.
bean-report delivers an actual balance report instead:Assets:Checking 3550.00 USDEquity:Opening-Balances -7000.00 USDExpenses:Flights 50.00 USDExpenses:Flights:AK 400.00 USDExpenses:Flights:UA 3000.00 USDIncomeLiabilitiesIt lacks any summation. (I'm actually happy with that, because I'd prefer a balance report to actually balance).
Choosing your approach, I get:parent_account units_sum_po---------------- ------------Assets 3550.00 USDEquity -7000.00 USDExpenses 50.00 USDExpenses:Flights 3400.00 USDWhich has *moved* the $50 from Expenses:Flights to Expenses. Not the intended effect :)I don't think the current query language supports that, does it? I'll have to write a reporting module?
--
You received this message because you are subscribed to the Google Groups "Beancount" group.
To unsubscribe from this group and stop receiving emails from it, send an email to beancount+...@googlegroups.com.
To post to this group, send email to bean...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/f443acd3-9165-4517-a52a-00d230511cd5%40googlegroups.com.