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:
parent
c3511bad11
commit
64aaeb7573
1 changed files with 1 additions and 0 deletions
|
@ -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',
|
||||
])
|
||||
|
|
Loading…
Reference in a new issue