Files @ 5784068904e8
Branch filter:

Location: NPO-Accounting/conservancy_beancount/setup.py

bkuhn
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
2
3
4
5
6
7
#!/usr/bin/env python3
"""setup.py - setuptools compatibility shim"""

import setuptools

if __name__ == "__main__":
    setuptools.setup()