meta_payroll_type: Add values for Exp:Pay:Benefits:Other.

This commit is contained in:
Brett Smith 2021-01-28 16:06:28 -05:00
parent eba4ed45b0
commit c230f91ab7
2 changed files with 3 additions and 1 deletions

View file

@ -44,6 +44,8 @@ class OtherBenefitsHook(_PayrollTypeHook):
ACCOUNT = 'Expenses:Payroll:Benefits:Other' ACCOUNT = 'Expenses:Payroll:Benefits:Other'
VALUES_ENUM = core.MetadataEnum(METADATA_KEY, [ VALUES_ENUM = core.MetadataEnum(METADATA_KEY, [
'US:403b:Fees', 'US:403b:Fees',
'US:Education',
'US:ProfessionalMembership',
]) ])

View file

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