django-ledger
django-ledger copied to clipboard
Django Ledger is a double entry accounting system built on the Django Web Framework.
Bumps [django](https://github.com/django/django) from 3.2.13 to 3.2.15. Commits 653a7bd [3.2.x] Bumped version for 3.2.15 release. b3e4494 [3.2.x] Fixed CVE-2022-36359 -- Escaped filename in Content-Disposition header. cb7fbac [3.2.x] Fixed collation tests on...
Major data model revision. This version has NO backwards compatibility with earlier versions (See README for braking changes warnings during v1.0 development). Total migration history reset due to ItemThoughModel (now...
Hi, when I try open invoice list, got this error `Exception Type: TemplateSyntaxError at /ledger/invoice/my-company-zfbyqhk6/lastest/ Exception Value: 'invoice_table' did not receive value(s) for the argument(s): 'invoice_qs' `
Changed the month paragraph tag to the dropdown option, it gives it a better view. Now it looks like this   before it used to look like...
Bumps [terser](https://github.com/terser/terser) from 5.14.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [pyjwt](https://github.com/jpadilla/pyjwt) from 2.3.0 to 2.4.0. Release notes Sourced from pyjwt's releases. 2.4.0 Security [CVE-2022-29217] Prevent key confusion through non-blocklisted public key formats. https://github.com/jpadilla/pyjwt/security/advisories/GHSA-ffqj-6fqr-9h24 What's Changed Add support for Python...
**Describe the bug** **To Reproduce** Steps to reproduce the behavior: 1. pip install -r requirements.txt ``` Django>=3.0 ofxtools>=0.8.22 setuptools>=50.3.2 jsonschema>=3.2.0 Markdown~=3.3.4 Pillow>=8.4.0 graphene-django>=2.15.0 Faker>=8.16.0 behave>=1.2.6 ``` 2. python manage.py migrate...
Pages to have search bars such as customers , vendors pages etc. for easier data navigation and filtering
**Is your feature request related to a problem? Please describe.** No. By checking out the code i've noticed that most of the classes use common fields, properties, contexts **Describe the...
Is it possible to use django ledger as base for accounting in other software and is there any documentation present for this purpose