Changeset - 27acf1f0c106
[Not reviewed]
0 2 0
Brett Smith - 4 years ago 2020-09-03 15:55:59
brettcsmith@brettcsmith.org
meta_expense_type: Default management for payroll expenses.

It's a little abstract since we usually rewrite these but this is a
safer default.
2 files changed with 2 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/plugin/meta_expense_type.py
Show inline comments
...
 
@@ -47,2 +47,3 @@ class MetaExpenseType(core._NormalizePostingMetadataHook):
 
        'Expenses:Other': ('management', 'program'),
 
        'Expenses:Payroll': ('management', 'management'),
 
        'Expenses:Phones': ('management', 'program'),
setup.py
Show inline comments
...
 
@@ -7,3 +7,3 @@ setup(
 
    description="Plugin, library, and reports for reading Conservancy's books",
 
    version='1.9.3',
 
    version='1.9.4',
 
    author='Software Freedom Conservancy',
0 comments (0 inline, 0 general)