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

Django Ledger is a double entry accounting system built on the Django Web Framework.

Results 55 django-ledger issues
Sort by recently updated
recently updated
newest added

Tests added here uses some helper methods from my other PR : [https://github.com/arrobalytics/django-ledger/pull/186](url). The creation and displaying of transactions are done through some Journal Entry URLs and views, so these...

Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.0. Release notes Sourced from requests's releases. v2.32.0 2.32.0 (2024-05-20) 🐍 PYCON US 2024 EDITION 🐍 Security Fixed an issue where setting verify=False on the...

dependencies
python

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

Bumps [urllib3](https://github.com/urllib3/urllib3) from 2.2.1 to 2.2.2. Release notes Sourced from urllib3's releases. 2.2.2 🚀 urllib3 is fundraising for HTTP/2 support urllib3 is raising ~$40,000 USD to release HTTP/2 support and...

dependencies
python

Bumps [tornado](https://github.com/tornadoweb/tornado) from 6.4 to 6.4.1. Changelog Sourced from tornado's changelog. Release notes .. toctree:: :maxdepth: 2 releases/v6.4.1 releases/v6.4.0 releases/v6.3.3 releases/v6.3.2 releases/v6.3.1 releases/v6.3.0 releases/v6.2.0 releases/v6.1.0 releases/v6.0.4 releases/v6.0.3 releases/v6.0.2 releases/v6.0.1 releases/v6.0.0...

dependencies
python

**Is your feature request related to a problem? Please describe.** I have tested master branch with a variety of OFX files that I obtained by downloading from various UK banks....

**Describe the bug** Run the tests from the develop branch some are failing, this one on a template issue: ``` $ python manage.py test django_ledger.tests.test_bill.BillModelTests.test_bill_detail Found 1 test(s). Creating test...

bug
low impact

## FAIL: test_bill_detail (django_ledger.tests.test_bill.BillModelTests.test_bill_detail) move check to inside the conditional to match the template for test_bill_detail before: ``` FAIL: test_bill_detail (django_ledger.tests.test_bill.BillModelTests.test_bill_detail) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/user1/git/django-ledger/django_ledger/tests/test_bill.py", line...

Bumps [django](https://github.com/django/django) from 4.2.11 to 4.2.16. Commits 6f9fea3 [4.2.x] Bumped version for 4.2.16 release. bf4888d [4.2.x] Fixed CVE-2024-45231 -- Avoided server error on password reset when e... d147a8e [4.2.x] Fixed...

dependencies
python