django-ledger icon indicating copy to clipboard operation
django-ledger copied to clipboard

Issue 208 ofx files

Open tolland opened this issue 1 year ago • 1 comments

just to create the link to the issue https://github.com/arrobalytics/django-ledger/issues/208

tolland avatar May 25 '24 16:05 tolland

@tolland thank you for your PR... I'll be reviewing this soon....

elarroba avatar Jun 01 '24 17:06 elarroba

Tests succeed on the new tests:

(.venv) [django-ledger] $ python manage.py test django_ledger.tests.test_io_ofx 
Found 3 test(s).
Creating test database for alias 'default'...
System check identified no issues (0 silenced).
07/01/2024 10:52:35 AM Populating Entity Testing Inc-439127...
...
----------------------------------------------------------------------
Ran 3 tests in 8.225s

OK
Destroying test database for alias 'default'...

tolland avatar Jul 01 '24 14:07 tolland