Changeset - 88ae03302f4b
[Not reviewed]
0 2 0
Brett Smith - 4 years ago 2020-07-16 20:33:18
brettcsmith@brettcsmith.org
ledger: Add memo column to Income sheets.

Quick accommodation for project reporting.
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/reports/ledger.py
Show inline comments
...
 
@@ -97,3 +97,3 @@ class LedgerODS(core.BaseODS[data.Posting, data.Account]):
 
    ACCOUNT_COLUMNS: Dict[str, Sequence[str]] = collections.OrderedDict([
 
        ('Income', ['project', 'rt-id', 'receipt', 'income-type']),
 
        ('Income', ['project', 'rt-id', 'receipt', 'income-type', 'memo']),
 
        ('Expenses', ['project', 'rt-id', 'receipt', 'approval', 'expense-allocation']),
setup.py
Show inline comments
...
 
@@ -7,3 +7,3 @@ setup(
 
    description="Plugin, library, and reports for reading Conservancy's books",
 
    version='1.5.9',
 
    version='1.5.10',
 
    author='Software Freedom Conservancy',
0 comments (0 inline, 0 general)