django-ledger 0.5.6.5__py3-none-any.whl → 0.6.0.1__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of django-ledger might be problematic. Click here for more details.
- django_ledger/__init__.py +1 -1
- django_ledger/io/io_core.py +20 -16
- django_ledger/io/io_digest.py +1 -1
- django_ledger/io/io_middleware.py +2 -4
- django_ledger/models/accounts.py +11 -1
- django_ledger/models/closing_entry.py +4 -4
- django_ledger/models/coa.py +251 -74
- django_ledger/models/entity.py +21 -2
- django_ledger/models/mixins.py +1 -1
- django_ledger/models/transactions.py +209 -111
- django_ledger/models/utils.py +117 -116
- django_ledger/views/account.py +1 -1
- {django_ledger-0.5.6.5.dist-info → django_ledger-0.6.0.1.dist-info}/METADATA +71 -121
- {django_ledger-0.5.6.5.dist-info → django_ledger-0.6.0.1.dist-info}/RECORD +18 -19
- django_ledger/static/django_ledger/bundle/djetler.bundle.js.LICENSE.txt +0 -28
- {django_ledger-0.5.6.5.dist-info → django_ledger-0.6.0.1.dist-info}/AUTHORS.md +0 -0
- {django_ledger-0.5.6.5.dist-info → django_ledger-0.6.0.1.dist-info}/LICENSE +0 -0
- {django_ledger-0.5.6.5.dist-info → django_ledger-0.6.0.1.dist-info}/WHEEL +0 -0
- {django_ledger-0.5.6.5.dist-info → django_ledger-0.6.0.1.dist-info}/top_level.txt +0 -0
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/*!
|
|
2
|
-
* Chart.js v2.9.4
|
|
3
|
-
* https://www.chartjs.org
|
|
4
|
-
* (c) 2020 Chart.js Contributors
|
|
5
|
-
* Released under the MIT License
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
/*!
|
|
9
|
-
* Pikaday
|
|
10
|
-
*
|
|
11
|
-
* Copyright © 2014 David Bushell | BSD & MIT license | https://github.com/Pikaday/Pikaday
|
|
12
|
-
*/
|
|
13
|
-
|
|
14
|
-
/**
|
|
15
|
-
* (c) Iconify
|
|
16
|
-
*
|
|
17
|
-
* For the full copyright and license information, please view the license.txt or license.gpl.txt
|
|
18
|
-
* files at https://github.com/iconify/iconify
|
|
19
|
-
*
|
|
20
|
-
* Licensed under MIT.
|
|
21
|
-
*
|
|
22
|
-
* @license MIT
|
|
23
|
-
* @version 3.1.1
|
|
24
|
-
*/
|
|
25
|
-
|
|
26
|
-
//! moment.js
|
|
27
|
-
|
|
28
|
-
//! moment.js locale configuration
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|