conservancy_beancount/conservancy_beancount
Brett Smith 52e7f3a221 ledger: Only display accounts requested with --account.
Now that we're accepting classifications, it's possible to specify account
options that select some but not all accounts at the same level of the
hierarchy. This commit tracks requested account names separately from sheet
names to do that correctly.
2020-07-20 13:13:22 -04:00
..
plugin plugin: Validate FY19. 2020-06-26 10:34:50 -04:00
reports ledger: Only display accounts requested with --account. 2020-07-20 13:13:22 -04:00
tools opening_balances: New tool. 2020-06-25 10:51:37 -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: Add year_or_date_arg() function. 2020-06-25 08:43:28 -04:00
config.py config: Get repository directory from config file. 2020-06-16 14:42:09 -04:00
data.py data: Make Account.iter_accounts() argument optional. 2020-07-20 11:22:23 -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: Add RT.unparse() classmethod. 2020-06-12 15:54:38 -04:00