I'd like to write some simple reports, for instance "net income", defined as income minus a set of non-discretionary expenses (like taxes).
So I looked up the doc and it states, more or less: You call the beancount.loader.load_file() loader function, you get the list of "entries" and you can process the entries as you like. And that's it. But, surely, I'm not expected to re-implement balance computing by going through all the entries, so I assume there is another API that takes "entries" and gives me back balances. Where do I find a list of such canonical external APIs ? 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/beancount/88ff3564-0e7e-47dc-86ab-02ef9fc97d43n%40googlegroups.com.
