Changeset - 31cee4e0ba15
[Not reviewed]
0 3 0
Brett Smith - 3 years ago 2021-01-18 20:45:31
brettcsmith@brettcsmith.org
meta_tax_implication: New values for grant recipients.
3 files changed with 6 insertions and 1 deletions:
0 comments (0 inline, 0 general)
conservancy_beancount/plugin/meta_tax_implication.py
Show inline comments
...
 
@@ -42,2 +42,3 @@ class MetaTaxImplication(core._NormalizePostingMetadataHook):
 
        'Foreign-Corporation',
 
        'Foreign-Grantee',
 
        'Foreign-Individual-Contractor',
...
 
@@ -50,2 +51,3 @@ class MetaTaxImplication(core._NormalizePostingMetadataHook):
 
        'USA-Corporation',
 
        'USA-Grantee',
 
        'W2',
setup.py
Show inline comments
...
 
@@ -7,3 +7,3 @@ setup(
 
    description="Plugin, library, and reports for reading Conservancy's books",
 
    version='1.15.3',
 
    version='1.15.4',
 
    author='Software Freedom Conservancy',
tests/test_meta_tax_implication.py
Show inline comments
...
 
@@ -22,2 +22,3 @@ VALID_VALUES = {
 
    'Foreign-Corporation': 'Foreign-Corporation',
 
    'Foreign-Grantee': 'Foreign-Grantee',
 
    'Foreign-Individual-Contractor': 'Foreign-Individual-Contractor',
...
 
@@ -30,2 +31,4 @@ VALID_VALUES = {
 
    'USA-Corporation': 'USA-Corporation',
 
    'USA-Grantee': 'USA-Grantee',
 
    'US-Grantee': 'USA-Grantee',
 
    'W2': 'W2',
0 comments (0 inline, 0 general)