From d4913c30c804c20024584182d9b70d4c87544340 Mon Sep 17 00:00:00 2001 From: Rafi Zadanly Date: Fri, 2 Feb 2024 14:07:12 +0700 Subject: Add role permission feature --- indoteknik_custom/models/__init__.py | 1 + 1 file changed, 1 insertion(+) (limited to 'indoteknik_custom/models/__init__.py') diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 76387ff8..9588a835 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -98,3 +98,4 @@ from . import purchase_order_multi_update from . import invoice_reklas_penjualan from . import purchase_order_multi_confirm from . import stock_quant +from . import role_permission -- cgit v1.2.3 From 6850fd6f86a0fbba3156e59f9ac5836052f019ce Mon Sep 17 00:00:00 2001 From: Azka Nathan Date: Thu, 22 Feb 2024 14:48:01 +0700 Subject: master data commision % and reserved from by forcasted --- indoteknik_custom/models/__init__.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'indoteknik_custom/models/__init__.py') diff --git a/indoteknik_custom/models/__init__.py b/indoteknik_custom/models/__init__.py index 327da2d5..f8ff34d9 100755 --- a/indoteknik_custom/models/__init__.py +++ b/indoteknik_custom/models/__init__.py @@ -102,3 +102,5 @@ from . import po_multi_cancel from . import logbook_sj from . import report_logbook_sj from . import role_permission +from . import cust_commision +from . import report_stock_forecasted -- cgit v1.2.3