conservancy_beancount/conservancy_beancount
Brett Smith ad81c45f2a reports.accrual: Begin reporting.
This module basically reimplements the old payment-report+income-report,
in a single tool (after setting aside some of the checks that have moved
to the plugin). The aging report can be implemented here too when we need
that.
2020-05-04 16:36:59 -04:00
..
plugin meta_approval: Not required for chargebacks. RT#10978. 2020-05-01 16:24:24 -04:00
reports reports.accrual: Begin reporting. 2020-05-04 16:36:59 -04:00
__init__.py Initial commit: license, setup.py, gitignore, skeleton structure. 2020-03-05 09:33:23 -05:00
beancount_types.py beancount_types: Error.source is not Optional. 2020-05-04 14:25:52 -04:00
books.py setup: Don't disallow untyped calls. 2020-04-27 16:53:22 -04:00
config.py config: Add Config.books_loader() method. 2020-04-21 13:35:56 -04:00
data.py typing: Annotate Iterators more specifically. 2020-04-28 16:35:15 -04:00
errors.py errors: InvalidMetadataError stores its key and value. 2020-03-31 11:50:27 -04:00
filters.py rtutil: Add RTUtil.metadata_regexp() classmethod. 2020-04-23 10:27:47 -04:00
rtutil.py rtutil: Add RT.iter_urls() method. 2020-04-29 11:23:48 -04:00