Skip to content

Tags: kp-forks/django-ledger

Tags

v0.4.0.5

Toggle v0.4.0.5's commit message
Merge branch 'dev-elarroba' into develop

v0.4.0.4

Toggle v0.4.0.4's commit message
Merge branch 'dev-elarroba' into develop

# Conflicts:
#	django_ledger/__init__.py
#	django_ledger/templatetags/django_ledger.py
#	django_ledger/urls/item.py
#	django_ledger/utils.py
#	django_ledger/views/item.py

v0.4.0b2

Toggle v0.4.0b2's commit message
v0.4.0b2

Adding entity indexing for Item Models

v0.4.0b1

Toggle v0.4.0b1's commit message
v0.4.0b1

Migration 0005 update items.py entity

v0.4.0b0

Toggle v0.4.0b0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
v0.4.0b0 - Items Models & Testing Frameworks (#40)

* Entity website placeholder

* Item Model Development

* ItemTotalCostMixIn

* BDD Framework Implementation (Behave)

* LoginRequiredMixin on Protected Views

* Implementation of Django Tests Framework

* Roadmap update

* Pipfile update
requirements.txt update

* v0.4.0b0
Version update

v0.3.26

Toggle v0.3.26's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Enhancements & UI Bugfixes - v0.3.26 (#34)

* Model migrations for City/State/Zip/Country fields.

* Entity Model index updates.

* Vendo/Customer form update.

* v0.3.21
Added city/state/zip/country to contact mixin
Updated Entity create/edit forms.
Updated random data generation function to adopt new fields.
ROADMAP.md update.

* ROADMAP.md update

* Vordor/Curtomer card updates to use new address fields
Address fields form validation function
ROADMAP.md
Random data generation function updata

* Vendor/Customer card updates to use new address fields
Address fields form validation function
ROADMAP.md
Random data generation function updata

* ROADMAP.md update

* Year/Quarter/Monthly Entity Dashboard views & urls...

* Application assets update & refactoring
From/To Date mixin
Entity dashboard date view

* v0.3.23

* EntityCreate CSZC Validation

* Initial Digest JSON Schema Implementation

* Icons Update

* JSON Schemas for entity digest, net receivables, net payables & pnl data.
JSON Schema Validation.
App charts now accept start date and end date parameters on api calls.

* v0.3.24
Version Update

* Account Detail views year/quarter/detail views with redirect from root view.
Get from/to dates from yearly/quarterly/monthly views mixins.

* Hoverable action button on customer/vendor tables.

* v0.3.26
Table actions button is now hoverable.
Bank account create/update form enhancements & bugfixes.
Unique Bank Account/Cash account validation.
Hidden/Active Bank Account Model fields.
Bill/Invoice update views link bugfixes.
Ledger Income Statement Monthly/Quarterly View implementation.
UI Icons bugfixes.
AUTHORS.md update.
ROADMAP.md update

* v0.3.26
Migration update.

v0.3.24

Toggle v0.3.24's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
JSON Schemas & Chart Start & End Date Parameters (#33)

* Model migrations for City/State/Zip/Country fields.

* Entity Model index updates.

* Vendo/Customer form update.

* v0.3.21
Added city/state/zip/country to contact mixin
Updated Entity create/edit forms.
Updated random data generation function to adopt new fields.
ROADMAP.md update.

* ROADMAP.md update

* Vordor/Curtomer card updates to use new address fields
Address fields form validation function
ROADMAP.md
Random data generation function updata

* Vendor/Customer card updates to use new address fields
Address fields form validation function
ROADMAP.md
Random data generation function updata

* ROADMAP.md update

* Year/Quarter/Monthly Entity Dashboard views & urls...

* Application assets update & refactoring
From/To Date mixin
Entity dashboard date view

* v0.3.23

* EntityCreate CSZC Validation

* Initial Digest JSON Schema Implementation

* Icons Update

* JSON Schemas for entity digest, net receivables, net payables & pnl data.
JSON Schema Validation.
App charts now accept start date and end date parameters on api calls.

* v0.3.24
Version Update

v0.3.19

Toggle v0.3.19's commit message
v0.3.19

More feedback loop bugfixes