conservancy_beancount/conservancy_beancount
Brett Smith e06b400998 meta_payroll_type: Prefer :Tax: over :Taxes: in metadata values.
This is something we're doing generally, e.g., in our chart of accounts.
Do it here too for consistency. Accept the :Taxes: versions as synonyms.
2020-12-23 18:31:32 -05:00
..
plugin meta_payroll_type: Prefer :Tax: over :Taxes: in metadata values. 2020-12-23 18:31:32 -05:00
reports reports: Initial budget variance skeleton. RT#12680 2020-10-26 14:57:15 -04:00
tools audit_report: Bugfix handling audit year specified as date. 2020-10-21 10:51:55 -04:00
__init__.py Initial commit: license, setup.py, gitignore, skeleton structure. 2020-03-05 09:33:23 -05:00
beancount_types.py data: Add AccountMeta class. 2020-07-15 10:27:05 -04:00
books.py books: Loader.load_none() returns default options_map. 2020-07-16 15:37:11 -04:00
cliutil.py cliutil: Take on --jobs support from audit_report. 2020-09-02 13:26:35 -04:00
config.py config: Add Config.books_repo() method. 2020-07-29 15:46:14 -04:00
data.py data: PostingMeta.detached() can be chain-called. 2020-10-26 14:52:41 -04:00
errors.py errors: InvalidMetadataError stores its key and value. 2020-03-31 11:50:27 -04:00
filters.py filters: Add iter_unique() function. 2020-06-11 10:46:06 -04:00
ranges.py ranges: Start module. 2020-06-15 09:14:42 -04:00
rtutil.py rtutil: Fix crash when multiple RTLinkCaches race. 2020-08-30 11:18:32 -04:00