@hiennc24/constant 1.2.40 → 1.2.42
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.
|
@@ -243,6 +243,7 @@
|
|
|
243
243
|
"ACTION_CREATE_MANY": "create-many",
|
|
244
244
|
"ACTION_UPDATE": "update",
|
|
245
245
|
"ACTION_DELETE": "delete",
|
|
246
|
+
"ACTION_UPDATE_STATUS": "updateStatus",
|
|
246
247
|
"ACTION_GENERATE_CODE": "generate-code"
|
|
247
248
|
},
|
|
248
249
|
"SVC_DEBTS": {
|
|
@@ -361,7 +362,7 @@
|
|
|
361
362
|
},
|
|
362
363
|
"SVC_SALES_ORDERS": {
|
|
363
364
|
"NAME": "svc-sales-orders",
|
|
364
|
-
"
|
|
365
|
+
"ACTION_GET_SALES_ORDERS_BY_CUSTOMER_ID": "getSalesOrdersByCustomerId",
|
|
365
366
|
"ACTION_GET_ORDER_PRODUCT_LIST": "getListProductBySaleOrderCode",
|
|
366
367
|
"ACTION_UPDATE_PROCESS_STATUS": "updateProcessStatusSalesOrder",
|
|
367
368
|
"ACTION_GET_SO_FOR_DELIVERY_ORDERS": "getSOForDeliveryOrders",
|