meta_tax_implication: Add Chargeback value.
This commit is contained in:
parent
08a3151bfa
commit
be35f36d26
2 changed files with 2 additions and 0 deletions
|
@ -27,6 +27,7 @@ class MetaTaxImplication(core._NormalizePostingMetadataHook):
|
|||
VALUES_ENUM = core.MetadataEnum('tax-implication', [
|
||||
'1099',
|
||||
'Bank-Transfer',
|
||||
'Chargeback',
|
||||
'Foreign-Corporation',
|
||||
'Foreign-Individual-Contractor',
|
||||
'Loan',
|
||||
|
|
|
@ -23,6 +23,7 @@ from conservancy_beancount.plugin import meta_tax_implication
|
|||
VALID_VALUES = {
|
||||
'1099': '1099',
|
||||
'Bank-Transfer': 'Bank-Transfer',
|
||||
'Chargeback': 'Chargeback',
|
||||
'Foreign-Corporation': 'Foreign-Corporation',
|
||||
'Foreign-Individual-Contractor': 'Foreign-Individual-Contractor',
|
||||
'Loan': 'Loan',
|
||||
|
|
Loading…
Reference in a new issue