diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2023-01-02 15:31:46 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2023-01-02 15:31:46 +0700 |
| commit | ddaef3895870403548d032a892a3365de38c016c (patch) | |
| tree | 1ea51a7e51e23dc971aa591cc979b7660e0404e9 /indoteknik_custom/models/__init__.py | |
| parent | 0d5114af051fed9575bc0d108a0fa14a13875f1b (diff) | |
add sales outstanding for monitoring outgoing qty, and add sales person, purchaser
Diffstat (limited to 'indoteknik_custom/models/__init__.py')
| -rwxr-xr-x | indoteknik_custom/models/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index f853b1ed..193fd132 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -38,3 +38,4 @@ from . import website_categories_homepage from . import sales_target from . import product_spec from . import purchase_outstanding +from . import sales_outstanding |
