@hiennc24/constant 1.1.13 → 1.1.14
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.
|
@@ -367,7 +367,8 @@
|
|
|
367
367
|
"API_SALES_ORDER_VOUCHER": {
|
|
368
368
|
"NAME": "api-sales.orderVouchers",
|
|
369
369
|
"ACTION_CREATE_ORDER_VOUCHERS": "createOrderVouchers",
|
|
370
|
-
"ACTION_GET_LIST": "getListOrderVouchers"
|
|
370
|
+
"ACTION_GET_LIST": "getListOrderVouchers",
|
|
371
|
+
"ACTION_GET_DETAIL": "getDetailOrderVouchers"
|
|
371
372
|
},
|
|
372
373
|
"API_SALES_ORDER_PRODUCT": {
|
|
373
374
|
"NAME": "api-sales.orderProducts",
|
|
@@ -415,6 +416,10 @@
|
|
|
415
416
|
"ACTION_DELETE_SALE_ORDER": "deleteSO",
|
|
416
417
|
"ACTION_CREATE_ORDER_VOUCHERS": "createOrderVouchers"
|
|
417
418
|
},
|
|
419
|
+
"API_SALES_SALES_ORDER_HISTORY": {
|
|
420
|
+
"NAME": "api-sales.salesOrderHistories",
|
|
421
|
+
"ACTION_GET_LIST": "getListSaleOrderHistory"
|
|
422
|
+
},
|
|
418
423
|
"API_SALES_DASHBOARD_PROCESS_ITEM": {
|
|
419
424
|
"NAME": "api-sales.dashboardProcessItem",
|
|
420
425
|
"ACTION_GET_LIST": "getListDashboardProcessItem",
|