Changeset - ac2359101b9f
[Not reviewed]
0 2 0
Rosanne DiMesio - 3 years ago 2021-07-14 18:19:50
dimesio@earthlink.net
Update brightfunds importer and bump version number
2 files changed with 7 insertions and 2 deletions:
0 comments (0 inline, 0 general)
import2ledger/importers/brightfunds.py
Show inline comments
...
 
@@ -53,7 +53,12 @@ class _BrightFundsMixin:
 

	
 

	
 
class DonorReportImporter(_BrightFundsMixin, _csv.CSVImporterBase):
 
    pass
 
    BOOK_KWARGS = {'encoding_override': 'utf-8'}
 
    DATE_FMT = '%m/%d/%Y'
 
    DATE_FIELD = 'Created'
 
    DONOR_FIELD = 'Donor Name'
 
    EMAIL_FIELD = 'Donor Email'
 
    TYPE_FIELD = 'Type'
 

	
 

	
 
class DonorReportXLSImporter(_BrightFundsMixin, _xls.XLSImporterBase):
setup.py
Show inline comments
...
 
@@ -30,7 +30,7 @@ REQUIREMENTS['tests_require'] = [
 
setup(
 
    name='import2ledger',
 
    description="Import different sources of financial data to Ledger",
 
    version='1.4.3',
 
    version='1.4.4',
 
    author='Brett Smith',
 
    author_email='brettcsmith@brettcsmith.org',
 
    license='GNU AGPLv3+',
0 comments (0 inline, 0 general)