conservancy_beancount/tests/books
Brett Smith a5b3dc1463 accrual: AccrualPostings.make_consistent() groups accruals by date.
This accommodates cases of contracts without separate invoices,
where a series of payments are scheduled over time.

The dance we used to do of group-by-invoice, then make consistent was
already suspect. It was originally motivated by the consistency checks that
are now gone. Use this opportunity to clean up and just make make_consistent
a classmethod.
2020-07-01 09:50:20 -04:00
..
books books.Loader: New loading strategy based on load_file. RT#11034. 2020-05-16 10:29:06 -04:00
2018.beancount books.Loader: New loading strategy. 2020-05-05 14:31:08 -04:00
2019.beancount books.Loader: New loading strategy. 2020-05-05 14:31:08 -04:00
2020.beancount books.Loader: New loading strategy. 2020-05-05 14:31:08 -04:00
accruals.beancount accrual: AccrualPostings.make_consistent() groups accruals by date. 2020-07-01 09:50:20 -04:00
definitions.beancount books.Loader: New loading strategy based on load_file. RT#11034. 2020-05-16 10:29:06 -04:00
fund.beancount fund: Omit unreportable rows from the fund report sheet. 2020-06-27 21:37:14 -04:00
ledger.beancount ledger: New reporting module. 2020-06-16 10:18:18 -04:00