@hiennc24/constant 1.1.10 → 1.1.11
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.
|
@@ -224,7 +224,10 @@
|
|
|
224
224
|
"ACTION_CREATE_DELIVERY_ORDER_FROM_SO": "create-delivery-order-from-so",
|
|
225
225
|
"ACTION_CANCEL_DELIVERY_ORDER_FROM_SO": "cancel-delivery-order-from-so",
|
|
226
226
|
"ACTION_UPDATE_DELIVERY_ORDER": "update-delivery-order",
|
|
227
|
-
"ACTION_GET_LIST": "get-list-delivery"
|
|
227
|
+
"ACTION_GET_LIST": "get-list-delivery",
|
|
228
|
+
"ACTION_GET_DETAIL": "detail",
|
|
229
|
+
"ACTION_GENERATE_CODE": "generate-code",
|
|
230
|
+
"ACTION_GET_HISTORIES": "histories"
|
|
228
231
|
},
|
|
229
232
|
"API_SALES_PROMOTIONS_TYPES": {
|
|
230
233
|
"NAME": "api-sales.promotions-types"
|
|
@@ -275,6 +278,8 @@
|
|
|
275
278
|
"API_SALES_SETTING": {
|
|
276
279
|
"NAME": "api-sales.settings",
|
|
277
280
|
"ACTION_GET": "get",
|
|
281
|
+
"ACTION_GET_TRANSACTIONS": "get-transactions",
|
|
282
|
+
"ACTION_GET_DOCUMENTS": "get-documents",
|
|
278
283
|
"ACTION_UPDATE": "update",
|
|
279
284
|
"ACTION_UPDATE_ALLOW_OUT_OF_STOCK": "updateAllowOutOfStock",
|
|
280
285
|
"ACTIONS_GET_SETTING_ALLOW_OUT_OF_STOCK": "getSettingAllowOutOfStock"
|