Skip to content

Commit 755c0fe

Browse files
committed
ROADMAP & README Update.
1 parent 9c084f8 commit 755c0fe

File tree

2 files changed

+12
-7
lines changed

2 files changed

+12
-7
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,9 @@ Django Ledger supports:
1717
- Bank Accounts.
1818

1919
__WARNING__: Currently this project is under active development, it is not stable and is not recommended for production
20-
environments. Breaking changes may occur in future releases and migration backwards compatibility may not be preserved
21-
until the first
22-
__stable__ release. The author is actively working to provide a stable release as soon as possible and to incorporate
23-
the following functionality:
20+
environments. Due to its high complexity, breaking changes may occur in future releases and migration backwards
21+
compatibility may not be preserved until the first __stable__ release. The author is actively working to provide a
22+
stable release as soon as possible and to incorporate the following functionality:
2423

2524
## High Level Road Map
2625

@@ -30,7 +29,7 @@ the following functionality:
3029
- Tax line mapping.
3130
- Package documentation.
3231
- Collaborators & Permissions.
33-
- Extensible API & Object Oriented Accounting.
32+
- API Implementation.
3433
- Unit Tests & Behavior Driven Development Tests.
3534
- And a lot more stuff...
3635

ROADMAP.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,45 +16,51 @@
1616
* Bugfixes & UI/UX Enhancements.
1717

1818
### Version 0.5
19+
1920
* __0.5.0__: Inventory tracking.
2021
* __0.5.1__: Customer jobs.
2122
* __0.5.2__: Cash flow statement.
2223
* __0.5.3__: Closing entries, snapshots & trial balance import.
2324
* Start creating basic package documentation via [Sphinx](https://www.sphinx-doc.org/en/master/)
2425
* Document code and functions within code base.
2526
* Generate HTML documentation.
26-
* Work with Accountants, Subject Experts and Developers to define an initial list of Unit Tests to validate
27-
output __(help needed!)__.
27+
* Work with Accountants, Subject Experts and Developers to define an initial list of Unit Tests to validate output __(
28+
help needed!)__.
2829
* Update package and code documentation.
2930
* Bugfixes & UI/UX Enhancements.
3031

3132
### Version 0.6
33+
3234
* Credit Line Models.
3335
* Time tracking.
3436
* Transaction tagging.
3537
* Update package and code documentation.
3638
* Bugfixes & UI/UX Enhancements.
3739

3840
### Version 0.7
41+
3942
* Currency Models implementation as a way to define EntityModel default currency.
4043
* Produce financial statements in different currencies.
4144
* Update package and code documentation.
4245
* Bugfixes & UI/UX Enhancements.
4346

4447
### Version 0.8
48+
4549
* User roles and permissions on views to support read/write permissions for assigned managers to entities.
4650
* Customer jobs & job tracking.
4751
* Client proposals & estimates.
4852
* User preferences and settings & account creation views.
4953
* Update package and code documentation.
5054

5155
### Version 0.9
56+
5257
* Enable Hierarchical Entity structures via MPTT.
5358
* Consolidated financial statements.
5459
* Intercompany transactions.
5560
* Update package and code documentation.
5661

5762
### Version 1.0
63+
5864
* Complete Internationalization of all user-related fields.
5965

6066
*** Roadmap subject to change based on user feedback and backlog priorities.

0 commit comments

Comments
 (0)