meta_payroll_type: Add values for Exp:Pay:Benefits:Other.
This commit is contained in:
parent
eba4ed45b0
commit
c230f91ab7
2 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
])
|
||||
|
||||
|
||||
|
|
2
setup.py
2
setup.py
|
@ -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+',
|
||||
|
|
Loading…
Reference in a new issue