meta_tax_implication: Remove unused values.
This commit is contained in:
parent
bbd99e96c0
commit
08a3151bfa
2 changed files with 0 additions and 10 deletions
|
@ -26,21 +26,16 @@ from ..beancount_types import (
|
|||
class MetaTaxImplication(core._NormalizePostingMetadataHook):
|
||||
VALUES_ENUM = core.MetadataEnum('tax-implication', [
|
||||
'1099',
|
||||
'Accountant-Advises-No-1099',
|
||||
'Bank-Transfer',
|
||||
'Foreign-Corporation',
|
||||
'Foreign-Individual-Contractor',
|
||||
'Fraud',
|
||||
'HSA-Contribution',
|
||||
'Loan',
|
||||
'Payroll',
|
||||
'Refund',
|
||||
'Reimbursement',
|
||||
'Retirement-Pretax',
|
||||
'Tax-Payment',
|
||||
'USA-501c3',
|
||||
'USA-Corporation',
|
||||
'USA-LLC-No-1099',
|
||||
'W2',
|
||||
])
|
||||
|
||||
|
|
|
@ -22,21 +22,16 @@ from conservancy_beancount.plugin import meta_tax_implication
|
|||
|
||||
VALID_VALUES = {
|
||||
'1099': '1099',
|
||||
'Accountant-Advises-No-1099': 'Accountant-Advises-No-1099',
|
||||
'Bank-Transfer': 'Bank-Transfer',
|
||||
'Foreign-Corporation': 'Foreign-Corporation',
|
||||
'Foreign-Individual-Contractor': 'Foreign-Individual-Contractor',
|
||||
'Fraud': 'Fraud',
|
||||
'HSA-Contribution': 'HSA-Contribution',
|
||||
'Loan': 'Loan',
|
||||
'Payroll': 'Payroll',
|
||||
'Refund': 'Refund',
|
||||
'Reimbursement': 'Reimbursement',
|
||||
'Retirement-Pretax': 'Retirement-Pretax',
|
||||
'Tax-Payment': 'Tax-Payment',
|
||||
'USA-501c3': 'USA-501c3',
|
||||
'USA-Corporation': 'USA-Corporation',
|
||||
'USA-LLC-No-1099': 'USA-LLC-No-1099',
|
||||
'W2': 'W2',
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue