Changeset - c230f91ab7a7
[Not reviewed]
0 2 0
Brett Smith - 3 years ago 2021-01-28 21:06:58
brettcsmith@brettcsmith.org
meta_payroll_type: Add values for Exp:Pay:Benefits:Other.
2 files changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/plugin/meta_payroll_type.py
Show inline comments
...
 
@@ -44,6 +44,8 @@ class OtherBenefitsHook(_PayrollTypeHook):
 
    ACCOUNT = 'Expenses:Payroll:Benefits:Other'
 
    VALUES_ENUM = core.MetadataEnum(METADATA_KEY, [
 
        'US:403b:Fees',
 
        'US:Education',
 
        'US:ProfessionalMembership',
 
    ])
 

	
 

	
setup.py
Show inline comments
...
 
@@ -5,7 +5,7 @@ from setuptools import setup
 
setup(
 
    name='conservancy_beancount',
 
    description="Plugin, library, and reports for reading Conservancy's books",
 
    version='1.16.0',
 
    version='1.16.1',
 
    author='Software Freedom Conservancy',
 
    author_email='info@sfconservancy.org',
 
    license='GNU AGPLv3+',
0 comments (0 inline, 0 general)