Changeset - 5784068904e8
[Not reviewed]
main
0 1 0
Bradley Kuhn (bkuhn) - 6 months ago 2023-12-23 18:40:07
bkuhn@ebb.org
payroll-type — US:403b:Employee:Roth — needed separate since taxable

Since Roth contributions are taxable, there are some reports that
need to include these amounts in total salary (i.e., when running a
report that seeks to show total taxable income for an employee). As
such, we need a `payroll-type` specifically for Roth 403(b)
contributions.
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/plugin/meta_payroll_type.py
Show inline comments
...
 
@@ -74,6 +74,7 @@ class SalaryHook(_PayrollTypeHook):
 
        'CA:PTO:Earned',
 
        'CA:PTO:Taken',
 
        'US:403b:Employee',
 
        'US:403b:Employee:Roth',
 
        'US:403b:Match',
 
        'US:General',
 
        'US:MA:Disability:PFL',
0 comments (0 inline, 0 general)