@hiennc24/constant 1.1.17 → 1.1.19
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.
|
@@ -628,5 +628,13 @@ declare const COLLECTIONS: {
|
|
|
628
628
|
WAREHOUSE_STOCKTAKING_COLLECTION_NAME: string;
|
|
629
629
|
WAREHOUSE_STOCKTAKING_PRODUCT_REPOSITORY_NAME: string;
|
|
630
630
|
WAREHOUSE_STOCKTAKING_PRODUCT_COLLECTION_NAME: string;
|
|
631
|
+
BONUS_EMPLOYEE_COLLECTION_NAME: string;
|
|
632
|
+
BONUS_EMPLOYEE_REPOSITORY_NAME: string;
|
|
633
|
+
WORK_SHIFT_REGISTRATION_COLLECTION_NAME: string;
|
|
634
|
+
WORK_SHIFT_REGISTRATION_REPOSITORY_NAME: string;
|
|
635
|
+
WORK_SHIFT_REGISTRATION_DETAIL_COLLECTION_NAME: string;
|
|
636
|
+
WORK_SHIFT_REGISTRATION_DETAIL_REPOSITORY_NAME: string;
|
|
637
|
+
REQUEST_MANAGEMENT_COLLECTION_NAME: string;
|
|
638
|
+
REQUEST_MANAGEMENT_REPOSITORY_NAME: string;
|
|
631
639
|
};
|
|
632
640
|
export default COLLECTIONS;
|
|
@@ -208,8 +208,8 @@ const COLLECTIONS = {
|
|
|
208
208
|
SETTING_ECOMMERCE_PLATFORM_REPOSITORY_NAME: "settingEcommercePlatform",
|
|
209
209
|
SETTING_ECOMMERCE_PLATFORM_COLLECTION_NAME: "setting_ecommerce_platforms",
|
|
210
210
|
// setting invoices
|
|
211
|
-
SETTING_INVOICE_REPOSITORY_NAME:
|
|
212
|
-
SETTING_INVOICE_COLLECTION_NAME:
|
|
211
|
+
SETTING_INVOICE_REPOSITORY_NAME: "settingInvoice",
|
|
212
|
+
SETTING_INVOICE_COLLECTION_NAME: "setting_invoices",
|
|
213
213
|
// Province
|
|
214
214
|
PROVINCE_REPOSITORY_NAME: "province",
|
|
215
215
|
PROVINCE_COLLECTION_NAME: "provinces",
|
|
@@ -789,5 +789,13 @@ const COLLECTIONS = {
|
|
|
789
789
|
WAREHOUSE_STOCKTAKING_COLLECTION_NAME: "warehouse_stocktaking",
|
|
790
790
|
WAREHOUSE_STOCKTAKING_PRODUCT_REPOSITORY_NAME: "warehouseStocktakingProduct",
|
|
791
791
|
WAREHOUSE_STOCKTAKING_PRODUCT_COLLECTION_NAME: "warehouse_stocktaking_products",
|
|
792
|
+
BONUS_EMPLOYEE_COLLECTION_NAME: "bonus_employees",
|
|
793
|
+
BONUS_EMPLOYEE_REPOSITORY_NAME: "bonusEmployee",
|
|
794
|
+
WORK_SHIFT_REGISTRATION_COLLECTION_NAME: "work_shift_registrations",
|
|
795
|
+
WORK_SHIFT_REGISTRATION_REPOSITORY_NAME: "workShiftRegistration",
|
|
796
|
+
WORK_SHIFT_REGISTRATION_DETAIL_COLLECTION_NAME: "work_shift_registration_details",
|
|
797
|
+
WORK_SHIFT_REGISTRATION_DETAIL_REPOSITORY_NAME: "workShiftRegistrationDetail",
|
|
798
|
+
REQUEST_MANAGEMENT_COLLECTION_NAME: "request_managements",
|
|
799
|
+
REQUEST_MANAGEMENT_REPOSITORY_NAME: "requestManagement",
|
|
792
800
|
};
|
|
793
801
|
exports.default = COLLECTIONS;
|
|
@@ -130,9 +130,9 @@
|
|
|
130
130
|
"ACTION_GET_DETAIL": "getDetail",
|
|
131
131
|
"ACTION_GET_LIST": "getList"
|
|
132
132
|
},
|
|
133
|
-
"
|
|
134
|
-
"NAME": "api-warehouse.
|
|
135
|
-
"
|
|
133
|
+
"API_WAREHOUSE_PERMISSION": {
|
|
134
|
+
"NAME": "api-warehouse.permission-actions",
|
|
135
|
+
"ACTION_GET_PERMISSION_ACTIONS": "get-list"
|
|
136
136
|
},
|
|
137
137
|
"API_WAREHOUSE_MANAGEMENT": {
|
|
138
138
|
"NAME": "api-warehouse.warehouseManagement",
|
|
@@ -458,6 +458,10 @@
|
|
|
458
458
|
"API_SALES_DELIVERY_MODIFY_HISTORY": {
|
|
459
459
|
"NAME": "api-sales.delivery-modify-history"
|
|
460
460
|
},
|
|
461
|
+
"API_PURCHASE_PERMISSION": {
|
|
462
|
+
"NAME": "api-purchase.permission-actions",
|
|
463
|
+
"ACTION_GET_PERMISSION_ACTIONS": "get-list"
|
|
464
|
+
},
|
|
461
465
|
"API_PURCHASE_SETTING": {
|
|
462
466
|
"NAME": "api-purchase.settings",
|
|
463
467
|
"ACTIONS_GET_PURCHASE_SETTING": "getSetting",
|
|
@@ -2051,6 +2055,10 @@
|
|
|
2051
2055
|
"API_PURCHASE_PURCHASE_ORDER_DETAIL": {
|
|
2052
2056
|
"NAME": "api-purchase.purchaseOrderDetail"
|
|
2053
2057
|
},
|
|
2058
|
+
"SVC_ACCOUNTING_PERMISSION": {
|
|
2059
|
+
"NAME": "api-accounting.permission-actions",
|
|
2060
|
+
"ACTION_GET_PERMISSION_ACTIONS": "get-list"
|
|
2061
|
+
},
|
|
2054
2062
|
"SVC_ACCOUNTING_SETTINGS": {
|
|
2055
2063
|
"NAME": "accounting-settings",
|
|
2056
2064
|
"ACTION_GET": "get",
|
|
@@ -2156,5 +2164,9 @@
|
|
|
2156
2164
|
"ACTION_CREATE_SALE_ORDER_PRODUCT_VOUCHER": "createProducts",
|
|
2157
2165
|
"ACTION_UPDATE_SALE_ORDER_PRODUCT_VOUCHER": "updateProducts",
|
|
2158
2166
|
"ACTION_DELETE_SALE_ORDER_PRODUCT_VOUCHER": "delete"
|
|
2167
|
+
},
|
|
2168
|
+
"SVC_WORKFLOWS_PERMISSION": {
|
|
2169
|
+
"NAME": "api-workflows.permission-actions",
|
|
2170
|
+
"ACTION_GET_PERMISSION_ACTIONS": "get-list"
|
|
2159
2171
|
}
|
|
2160
2172
|
}
|