conservancy_beancount/conservancy_beancount
Brett Smith 110e5038e1 reports: Balance.__init__ better handles multiple amounts of same currency.
This is something that should've happened with 3d704e286
but I didn't think of it at the time.
2020-06-09 09:04:27 -04:00
..
plugin plugin: Be more selective about when ! skips validation. 2020-05-21 21:58:48 -04:00
reports reports: Balance.__init__ better handles multiple amounts of same currency. 2020-06-09 09:04:27 -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 books: Add Loader.load_none() method. 2020-06-09 09:04:27 -04:00
cliutil.py cliutil: Add bytes_output() and text_output() functions. 2020-06-09 09:04:27 -04:00
config.py config: Let user specify books dir with ~. 2020-05-17 14:52:23 -04:00
data.py data: Add part slicing methods to Account. 2020-06-09 09:04:27 -04:00
errors.py errors: InvalidMetadataError stores its key and value. 2020-03-31 11:50:27 -04:00
filters.py filters: remove_opening_balance_txn does replacement instead of del. 2020-06-04 09:49:39 -04:00
rtutil.py rtutil: Avoid loading from a URI in RTLinkCache.setup. 2020-05-13 10:48:09 -04:00