Changeset - 7baa78fe3473
[Not reviewed]
0 3 0
Brett Smith - 4 years ago 2020-09-22 14:20:51
brettcsmith@brettcsmith.org
ledger: Add Equity back to default project report sheets.

While many projects often won't have anything here, this is necessary to
show project funds released from restrictions.
3 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reports/ledger.py
Show inline comments
...
 
@@ -763,2 +763,3 @@ metadata to match. A single ticket number is a shortcut for
 
                'Expenses',
 
                'Equity',
 
                'Assets:Receivable',
setup.py
Show inline comments
...
 
@@ -7,3 +7,3 @@ setup(
 
    description="Plugin, library, and reports for reading Conservancy's books",
 
    version='1.11.0',
 
    version='1.11.1',
 
    author='Software Freedom Conservancy',
tests/test_reports_ledger.py
Show inline comments
...
 
@@ -58,3 +58,2 @@ PROJECT_REPORT_SHEETS = DEFAULT_REPORT_SHEETS[:5] + [
 
]
 
del PROJECT_REPORT_SHEETS[3]
 
OVERSIZE_RE = re.compile(
0 comments (0 inline, 0 general)