Expenses:Payroll:Benefits:Other — payroll-type of US:403b:Other

Certain adjustments to 403(b) accounts that benefit the employee
should be classified with this account and the `payroll_type` added
herein.
This commit is contained in:
Bradley M. Kuhn 2021-12-29 22:49:52 -08:00
parent c3511bad11
commit 64aaeb7573

View file

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