@hiennc24/constant 1.5.29 → 1.6.0
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.
- package/lib/service.constant.json +31 -0
- package/package.json +1 -1
|
@@ -167,6 +167,36 @@
|
|
|
167
167
|
"SVC_BUSINESS_PARTNER_DETAIL": {
|
|
168
168
|
"NAME": "svc-business-partner.partner-details"
|
|
169
169
|
},
|
|
170
|
+
"SVC_CUSTOMER_DASHBOARD": {
|
|
171
|
+
"NAME": "svc-business-partner.customer-dashboard",
|
|
172
|
+
"ACTION_GET_OVERVIEW": "getOverview",
|
|
173
|
+
"ACTION_GET_REVENUE_CHART": "getRevenueChart",
|
|
174
|
+
"ACTION_GET_TOP_PRODUCTS": "getTopProducts",
|
|
175
|
+
"ACTION_GET_RECENT_TX": "getRecentTx"
|
|
176
|
+
},
|
|
177
|
+
"SVC_CUSTOMER_SALES": {
|
|
178
|
+
"NAME": "svc-business-partner.customer-sales",
|
|
179
|
+
"ACTION_GET_ORDERS": "getOrders",
|
|
180
|
+
"ACTION_GET_ORDERS_SUMMARY": "getOrdersSummary",
|
|
181
|
+
"ACTION_GET_INVOICES": "getInvoices",
|
|
182
|
+
"ACTION_GET_RETURNS": "getReturns",
|
|
183
|
+
"ACTION_GET_PRODUCTS": "getProducts"
|
|
184
|
+
},
|
|
185
|
+
"SVC_CUSTOMER_MARKETING": {
|
|
186
|
+
"NAME": "svc-business-partner.customer-marketing",
|
|
187
|
+
"ACTION_GET_PRICE_POLICIES": "getPricePolicies",
|
|
188
|
+
"ACTION_GET_PROMOTIONS": "getPromotions",
|
|
189
|
+
"ACTION_GET_LOYALTY": "getLoyalty",
|
|
190
|
+
"ACTION_GET_REWARDS": "getRewards",
|
|
191
|
+
"ACTION_GET_EMAILS": "getEmails"
|
|
192
|
+
},
|
|
193
|
+
"SVC_CUSTOMER_PAYMENT": {
|
|
194
|
+
"NAME": "svc-business-partner.customer-payment",
|
|
195
|
+
"ACTION_GET_VOUCHERS": "getVouchers",
|
|
196
|
+
"ACTION_GET_SUMMARY": "getSummary",
|
|
197
|
+
"ACTION_GET_VOUCHER_BY_ID": "getVoucherById",
|
|
198
|
+
"ACTION_DOWNLOAD_VOUCHER": "downloadVoucher"
|
|
199
|
+
},
|
|
170
200
|
"SVC_DEBTS": {
|
|
171
201
|
"NAME": "svc-business-partner.debts",
|
|
172
202
|
"ACTION_GET_LIST": "lists",
|
|
@@ -1210,6 +1240,7 @@
|
|
|
1210
1240
|
"ACTION_CONFIRM_OLE_DETAIL": "confirmOleDetail",
|
|
1211
1241
|
"ACTION_UPDATE_GOAL_RESULT_FOR_MANY": "updateGoalResultForMany",
|
|
1212
1242
|
"ACTION_CONFIRM_OLE_DETAIL_WORKSPACE": "confirmOleDetailWorkspace",
|
|
1243
|
+
"ACTION_GET_EMPLOYEE_DASHBOARD_OVERVIEW": "getEmployeeDashboardOverview",
|
|
1213
1244
|
"ACTION_GET_OLE_DETAIL_LIST_FOR_EMPLOYEE": "getOleDetailListForEmployee",
|
|
1214
1245
|
"ACTION_GET_OLE_DETAIL_FOR_EMPLOYEE_BY_ID": "getOleDetailForEmployeeById",
|
|
1215
1246
|
"ACTION_GET_APPROVAL_DETAIL_FOR_CURRENT_STEP": "getApprovalDetailForCurrentStep"
|