@things-factory/operato-mms 4.0.9 → 4.0.13
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/client/menu.js +40 -2
- package/client/pages/catalogue-variation/product-variations.js +1 -1
- package/client/pages/order/logistics/lazada-order-init-batch-popup.js +1 -2
- package/client/pages/order/logistics/request-ro-popup.js +69 -4
- package/client/pages/order/logistics/shopee-order-init-batch-popup.js +1 -2
- package/client/pages/order/order-by-store.js +71 -3
- package/client/pages/reports/sales-by-platform/home.js +144 -0
- package/client/pages/reports/sales-by-platform/index.js +3 -0
- package/client/pages/reports/sales-by-platform/lazada-sales-report.js +504 -0
- package/client/pages/reports/sales-by-platform/shopee-sales-report.js +496 -0
- package/client/pages/setting/marketplace-setting.js +9 -6
- package/client/route.js +13 -0
- package/config.development.js +88 -0
- package/dist-server/graphql/resolvers/index.js +2 -1
- package/dist-server/graphql/resolvers/index.js.map +1 -1
- package/dist-server/graphql/resolvers/interface-with-hub/auto-add-release-order.js +3 -1
- package/dist-server/graphql/resolvers/interface-with-hub/auto-add-release-order.js.map +1 -1
- package/dist-server/graphql/resolvers/shipping-provider/index.js +6 -0
- package/dist-server/graphql/resolvers/shipping-provider/index.js.map +1 -0
- package/dist-server/graphql/resolvers/shipping-provider/shipping-providers.js +32 -0
- package/dist-server/graphql/resolvers/shipping-provider/shipping-providers.js.map +1 -0
- package/dist-server/graphql/types/index.js +3 -2
- package/dist-server/graphql/types/index.js.map +1 -1
- package/dist-server/graphql/types/shipping-provider/index.js +10 -0
- package/dist-server/graphql/types/shipping-provider/index.js.map +1 -0
- package/dist-server/graphql/types/shipping-provider/shipping-provider-list.js +13 -0
- package/dist-server/graphql/types/shipping-provider/shipping-provider-list.js.map +1 -0
- package/dist-server/graphql/types/shipping-provider/shipping-provider.js +13 -0
- package/dist-server/graphql/types/shipping-provider/shipping-provider.js.map +1 -0
- package/dist-server/routers/etrax-router.js +2 -2
- package/dist-server/routers/etrax-router.js.map +1 -1
- package/package.json +61 -61
- package/server/graphql/resolvers/index.ts +2 -1
- package/server/graphql/resolvers/interface-with-hub/auto-add-release-order.ts +3 -1
- package/server/graphql/resolvers/shipping-provider/index.ts +5 -0
- package/server/graphql/resolvers/shipping-provider/shipping-providers.ts +37 -0
- package/server/graphql/types/index.ts +3 -2
- package/server/graphql/types/shipping-provider/index.ts +8 -0
- package/server/graphql/types/shipping-provider/shipping-provider-list.ts +7 -0
- package/server/graphql/types/shipping-provider/shipping-provider.ts +7 -0
- package/server/routers/etrax-router.ts +2 -2
- package/things-factory.config.js +13 -1
- package/translations/en.json +63 -15
- package/translations/ko.json +57 -9
- package/translations/ms.json +57 -9
- package/translations/zh.json +57 -9
package/translations/en.json
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"field.variation_id": "variation id",
|
|
3
|
+
"field.voucher_amt": "voucher amt",
|
|
4
|
+
"field.shipping_rebate": "shipping rebate",
|
|
5
|
+
"field.shipping_mode": "shipping mode",
|
|
6
|
+
"field.service_fee": "service fee",
|
|
7
|
+
"field.transaction_fee": "transaction fee",
|
|
8
|
+
"field.total_released_amt": "total release amt",
|
|
9
|
+
"field.voucher_code": "voucher code",
|
|
10
|
+
"field.comission_fee": "comission fee",
|
|
11
|
+
"field.fulfilment_center": "fulfilment center",
|
|
2
12
|
"button.add_product": "add product",
|
|
3
13
|
"button.add": "add",
|
|
4
14
|
"button.airway_bill": "airway bill",
|
|
@@ -28,60 +38,92 @@
|
|
|
28
38
|
"button.to_confirm_receive": "to confirm receive",
|
|
29
39
|
"button.update_marketplace_qty": "update marketplace quantity",
|
|
30
40
|
"button.update_qty": "update quantity",
|
|
31
|
-
"error.unable to verify webhook origin": "unable to verify webhook origin",
|
|
32
41
|
"error.unable to find store account": "unable to find store account",
|
|
42
|
+
"error.unable to verify webhook origin": "unable to verify webhook origin",
|
|
33
43
|
"field.actions": "actions",
|
|
44
|
+
"field.actual_shipping_fee": "actual shipping fee",
|
|
34
45
|
"field.address_id": "address id",
|
|
35
46
|
"field.assigned_warehouse_sku": "assigned warehouse sku",
|
|
47
|
+
"field.auto_shipping_fee_subsidy_by_lazada": "auto shipping fee subsidy (by lazada)",
|
|
36
48
|
"field.available_to_purchase": "available to purchase",
|
|
37
49
|
"field.available": "available",
|
|
38
50
|
"field.batch_id": "batch no",
|
|
39
51
|
"field.branch_id": "branch id",
|
|
40
52
|
"field.branch": "branch",
|
|
53
|
+
"field.buyer_username": "buyer username",
|
|
41
54
|
"field.channel_sku": "channel sku",
|
|
42
55
|
"field.city": "city",
|
|
56
|
+
"field.commission_fee": "commission fee",
|
|
43
57
|
"field.country": "country",
|
|
44
58
|
"field.criteria": "criteria",
|
|
45
59
|
"field.date": "date",
|
|
60
|
+
"field.distributor": "distributor",
|
|
46
61
|
"field.district": "district",
|
|
47
62
|
"field.ending_on": "ending on",
|
|
48
63
|
"field.eta_date": "eta date",
|
|
64
|
+
"field.from_date": "from date",
|
|
65
|
+
"field.fulfillment_partner": "fulfillment partner",
|
|
66
|
+
"field.grand_total": "grand total",
|
|
49
67
|
"field.import_cargo": "import cargo",
|
|
50
68
|
"field.isku": "ISKU",
|
|
51
69
|
"field.item_count": "item count",
|
|
70
|
+
"field.item_price_credit": "item price credit",
|
|
52
71
|
"field.item": "item",
|
|
53
72
|
"field.last_updated": "last updated",
|
|
73
|
+
"field.lazada_bonus": "lazada bonus",
|
|
74
|
+
"field.lazada_bonus_lzd_cofund": "lazada bonus - LZD co-fund",
|
|
54
75
|
"field.marketplace_product_name": "marketplace product name",
|
|
55
76
|
"field.marketplace_product_sku": "marketplace product sku",
|
|
56
77
|
"field.name": "name",
|
|
57
78
|
"field.not_assigned": "not assigned",
|
|
58
79
|
"field.on_hold": "on hold",
|
|
80
|
+
"field.order_created_date": "order created date",
|
|
59
81
|
"field.order_no": "order no",
|
|
82
|
+
"field.orders_lazada_fees_total": "orders-lazada fees total",
|
|
83
|
+
"field.orders_logistics_total": "orders-logistics total",
|
|
84
|
+
"field.orders_marketing_fees_total": "orders-marketing fees total",
|
|
85
|
+
"field.orders_sales_total": "orders-sales total",
|
|
86
|
+
"field.original_price": "original price",
|
|
60
87
|
"field.own_shipping_carrier": "own shipping carrier",
|
|
61
88
|
"field.own_tracking_no": "own tracking no",
|
|
62
89
|
"field.pack_qty": "pack qty",
|
|
63
90
|
"field.pack_weight": "pack weight",
|
|
64
91
|
"field.packing_type": "packing type",
|
|
92
|
+
"field.paid_price": "paid price",
|
|
65
93
|
"field.pallet_qty": "pallet qty",
|
|
94
|
+
"field.pay_time": "pay time",
|
|
95
|
+
"field.payment_fee": "payment fee",
|
|
66
96
|
"field.pickup_date": "pickup date",
|
|
67
97
|
"field.pickup_time_id": "pickup time id",
|
|
68
98
|
"field.post_code": "post code",
|
|
69
99
|
"field.price": "price",
|
|
100
|
+
"field.product_discount": "product discount",
|
|
70
101
|
"field.product_info": "product info",
|
|
71
102
|
"field.product_name": "product name",
|
|
72
103
|
"field.product_sku": "product sku",
|
|
73
104
|
"field.product_units": "product units",
|
|
74
105
|
"field.product": "product",
|
|
106
|
+
"field.promotion_id": "promotion ID",
|
|
107
|
+
"field.promotional_charges_flexi_combo": "promotional charges flexi-combo",
|
|
108
|
+
"field.promotional_charges_vouchers": "promotional charges vouchers",
|
|
75
109
|
"field.qty": "qty",
|
|
76
110
|
"field.ref_no": "ref no.",
|
|
111
|
+
"field.refund_amount": "refund amount",
|
|
77
112
|
"field.remark": "remark",
|
|
78
113
|
"field.required_branch": "required branch",
|
|
79
114
|
"field.required_sender": "required sender",
|
|
80
115
|
"field.required_tracking": "required tracking",
|
|
81
116
|
"field.ro_created": "ro created",
|
|
82
117
|
"field.save": "save",
|
|
118
|
+
"field.seller_shipping_fee_voucher": "seller shipping fee voucher",
|
|
83
119
|
"field.sender": "sender",
|
|
84
120
|
"field.shipping_carrier": "shipping carrier",
|
|
121
|
+
"field.shipping_fee_voucher": "shipping fee voucher",
|
|
122
|
+
"field.shipping_fee_paid_by_customer": "shipping fee (paid by customer)",
|
|
123
|
+
"field.shipping_fee_voucher_by_lazada": "shipping fee voucher (by lazada)",
|
|
124
|
+
"field.shipping_fee_voucher_by_seller": "shipping fee voucher (by seller)",
|
|
125
|
+
"field.shipping_fee": "shipping fee",
|
|
126
|
+
"field.shipping_provider": "shipping provider",
|
|
85
127
|
"field.sku_name": "sku name",
|
|
86
128
|
"field.sku": "sku",
|
|
87
129
|
"field.sold_stock": "sold stock",
|
|
@@ -91,10 +133,13 @@
|
|
|
91
133
|
"field.stock_buffer": "buffer stock",
|
|
92
134
|
"field.stock": "total stock",
|
|
93
135
|
"field.store_name": "store name",
|
|
136
|
+
"field.store": "store",
|
|
137
|
+
"field.tax_amount": "tax amount",
|
|
138
|
+
"field.to_date": "to date",
|
|
94
139
|
"field.total_amount": "total amount",
|
|
95
140
|
"field.total_uom_value": "total UOM value",
|
|
96
|
-
"field.total_weight": "total weight",
|
|
97
141
|
"field.total_volume": "total volume",
|
|
142
|
+
"field.total_weight": "total weight",
|
|
98
143
|
"field.town": "town",
|
|
99
144
|
"field.tracking_no": "tracking no",
|
|
100
145
|
"field.type": "type",
|
|
@@ -109,10 +154,11 @@
|
|
|
109
154
|
"field.variation_selling_price": "variation selling price",
|
|
110
155
|
"field.variation_sku": "variation sku",
|
|
111
156
|
"field.variation_uom_value": "variation uom value",
|
|
157
|
+
"field.warehouse_sku": "warehouse SKU",
|
|
112
158
|
"field.zipcode": "zipcode",
|
|
113
|
-
"label.address": "address",
|
|
114
159
|
"label.address_id": "address id",
|
|
115
160
|
"label.address_info": "address info",
|
|
161
|
+
"label.address": "address",
|
|
116
162
|
"label.attention_to": "attention to",
|
|
117
163
|
"label.available_stock": "available stock",
|
|
118
164
|
"label.branch_id": "branch id",
|
|
@@ -179,10 +225,10 @@
|
|
|
179
225
|
"label.order_status_rejected": "rejected",
|
|
180
226
|
"label.order_status_shipped": "shipped",
|
|
181
227
|
"label.order_status_to_confirm_receive": "to confirm receive",
|
|
228
|
+
"label.oversell_will_happen_with_all_full_allocation": "oversell will happen with all 100% allocation",
|
|
182
229
|
"label.own_shipping_provider": "own shipping provider",
|
|
183
230
|
"label.own_tracking_no": "own tracking no",
|
|
184
231
|
"label.own_transport": "own transport",
|
|
185
|
-
"label.oversell_will_happen_with_all_full_allocation": "oversell will happen with all 100% allocation",
|
|
186
232
|
"label.packed": "packed",
|
|
187
233
|
"label.parent_sku": "parent SKU",
|
|
188
234
|
"label.pending": "pending",
|
|
@@ -205,11 +251,11 @@
|
|
|
205
251
|
"label.select_parent_sku": "select parent SKU",
|
|
206
252
|
"label.selling_price": "selling price",
|
|
207
253
|
"label.shipped": "shipped",
|
|
208
|
-
"label.shipping": "shipping",
|
|
209
254
|
"label.shipping_provider": "shipping provider",
|
|
255
|
+
"label.shipping": "shipping",
|
|
256
|
+
"label.sku": "sku",
|
|
210
257
|
"label.stock_allocation_qty": "stock allocation qty",
|
|
211
258
|
"label.storage_type": "storage type",
|
|
212
|
-
"label.sku": "sku",
|
|
213
259
|
"label.threshold_value": "threshold value",
|
|
214
260
|
"label.timeslot_info": "timeslot",
|
|
215
261
|
"label.to_confirm_receive": "to confirm receive",
|
|
@@ -226,16 +272,16 @@
|
|
|
226
272
|
"text.address_is_empty": "address is empty",
|
|
227
273
|
"text.airway_bill_has_been_generated": "airway bill has been generated",
|
|
228
274
|
"text.are_you_sure": "are you sure",
|
|
229
|
-
"text.document_has_been_generated": "document has been generated",
|
|
230
275
|
"text.batch_init_type_not_selected": "batch init type not selected",
|
|
231
276
|
"text.branch_is_not_selected": "branch is not selected",
|
|
232
|
-
"text.create_a_draft_product": "create a draft product",
|
|
233
|
-
"text.create_new_variation_draft": "create new variation draft",
|
|
234
277
|
"text.completed": "completed",
|
|
235
278
|
"text.confirm_stock_replenishment": "confirm stock replenishment",
|
|
279
|
+
"text.create_a_draft_product": "create a draft product",
|
|
280
|
+
"text.create_new_variation_draft": "create new variation draft",
|
|
236
281
|
"text.data_updated_successfully": "data updated successfully",
|
|
237
282
|
"text.delivery_type_is_empty": "delivery type is empty",
|
|
238
283
|
"text.do_you_want_to_update_x": "do you want to update {x}",
|
|
284
|
+
"text.document_has_been_generated": "document has been generated",
|
|
239
285
|
"text.draft_product_has_been_updated_successfully": "draft product has been updated successfully",
|
|
240
286
|
"text.form_is_incomplete": "form is incomplete",
|
|
241
287
|
"text.initialise_logistics": "initialise logistics",
|
|
@@ -245,13 +291,13 @@
|
|
|
245
291
|
"text.kindly_select_at_least_one_store_account": "kindly select at least one store account",
|
|
246
292
|
"text.linking_process_is_completed": "linking process is completed",
|
|
247
293
|
"text.marketplace_qty_updated": "marketplace quantity updated",
|
|
294
|
+
"text.no_document_available": "no document available",
|
|
248
295
|
"text.no_order_is_selected": "no order is selected",
|
|
249
296
|
"text.no_orders_selected": "no orders selected",
|
|
250
297
|
"text.no_selection_in_type": "no selection in type",
|
|
251
|
-
"text.no_document_available": "no document available",
|
|
252
298
|
"text.order_has_been_deleted": "order has been deleted",
|
|
253
|
-
"text.order_has_been_updated": "order has been updated",
|
|
254
299
|
"text.order_has_been_initiated_for_warehouse_fulfilment": "order has been initiated for warehouse fulfillment",
|
|
300
|
+
"text.order_has_been_updated": "order has been updated",
|
|
255
301
|
"text.order_init_batch": "order init batch",
|
|
256
302
|
"text.order_list_has_been_updated": "order list has been updated",
|
|
257
303
|
"text.package_height_is_empty": "package height is empty",
|
|
@@ -267,16 +313,16 @@
|
|
|
267
313
|
"text.product_stock_is_empty": "product is empty",
|
|
268
314
|
"text.product_weight_is_empty": "product weight is empty",
|
|
269
315
|
"text.reason_x": "reason: {x}",
|
|
270
|
-
"text.select_courier": "select courier",
|
|
271
316
|
"text.select_a_delivery_type": "select a delivery type",
|
|
272
317
|
"text.select_a_logistics_type": "select a logistics type",
|
|
273
318
|
"text.select_a_shipping_provider": "select a shipping provider",
|
|
274
319
|
"text.select_address": "select address",
|
|
320
|
+
"text.select_courier": "select courier",
|
|
275
321
|
"text.select_pickup_date": "select pickup date",
|
|
276
322
|
"text.set_order_to_ready_to_ship": "set order to ready to ship",
|
|
277
323
|
"text.shipping_provider_is_empty": "shipping provider is empty",
|
|
278
|
-
"text.stock_allocation_warning": "stock allocation warning",
|
|
279
324
|
"text.stock_allocation_value_should_be_between_1_to_100": "stock allocation value should be between 1 to 100",
|
|
325
|
+
"text.stock_allocation_warning": "stock allocation warning",
|
|
280
326
|
"text.stock_replenishment_form_invalid": "stock replenishment form invalid",
|
|
281
327
|
"text.stock_replenishment_order_created": "stock replenishment order created",
|
|
282
328
|
"text.store_is_not_available": "store is not available",
|
|
@@ -284,8 +330,8 @@
|
|
|
284
330
|
"text.successfully_fetch_latest_data": "successfully fetch latest data",
|
|
285
331
|
"text.tracking_no_is_empty": "tracking no is empty",
|
|
286
332
|
"text.update_draft_product": "update draft product",
|
|
287
|
-
"text.update_stock_allocation_ratio": "update stock allocation ratio",
|
|
288
333
|
"text.update_marketplace_order_max_weight": "update marketplace order maximum weight",
|
|
334
|
+
"text.update_stock_allocation_ratio": "update stock allocation ratio",
|
|
289
335
|
"text.you_wont_be_able_to_revert_this": "you won't be able to revert this",
|
|
290
336
|
"title.are_you_sure": "are you sure",
|
|
291
337
|
"title.attachment": "attachment",
|
|
@@ -302,8 +348,9 @@
|
|
|
302
348
|
"title.group_product_variants": "group product variants",
|
|
303
349
|
"title.inventories": "inventories",
|
|
304
350
|
"title.inventory_by_product": "inventory by product",
|
|
305
|
-
"title.link_product_configuration": "link product configuration",
|
|
306
351
|
"title.inventory_details": "inventory details",
|
|
352
|
+
"title.lazada_sales_report": "lazada sales report",
|
|
353
|
+
"title.link_product_configuration": "link product configuration",
|
|
307
354
|
"title.marketplace_setting": "marketplace setting",
|
|
308
355
|
"title.onhand_inventory": "onhand inventory",
|
|
309
356
|
"title.order_by_store": "order by store",
|
|
@@ -319,6 +366,7 @@
|
|
|
319
366
|
"title.range_of_date_order": "range of date order",
|
|
320
367
|
"title.select_product_type": "select product type",
|
|
321
368
|
"title.select_store_account": "select store account",
|
|
369
|
+
"title.shopee_sales_report": "shopee sales report",
|
|
322
370
|
"title.sr_no": "replenishment no.",
|
|
323
371
|
"title.stock_replenishment_detail": "stock replenishment detail",
|
|
324
372
|
"title.stock_replenishment_list": "stock replenishment list",
|
package/translations/ko.json
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"field.variation_id": "[ko] variation id",
|
|
3
|
+
"field.voucher_amt": "[ko] voucher amt",
|
|
4
|
+
"field.shipping_rebate": "[ko] shipping rebate",
|
|
5
|
+
"field.shipping_mode": "[ko] shipping mode",
|
|
6
|
+
"field.service_fee": "[ko] service fee",
|
|
7
|
+
"field.transaction_fee": "[ko] transaction fee",
|
|
8
|
+
"field.total_released_amt": "[ko] total release amt",
|
|
9
|
+
"field.voucher_code": "[ko] voucher code",
|
|
10
|
+
"field.comission_fee": "[ko] comission fee",
|
|
11
|
+
"field.fulfilment_center": "[ko] fulfilment center",
|
|
2
12
|
"button.add_product": "[ko] add product",
|
|
3
13
|
"button.add": "[ko] add",
|
|
4
14
|
"button.airway_bill": "[ko] airway bill",
|
|
@@ -28,60 +38,92 @@
|
|
|
28
38
|
"button.to_confirm_receive": "[ko] to confirm receive",
|
|
29
39
|
"button.update_marketplace_qty": "[ko] update marketplace quantity",
|
|
30
40
|
"button.update_qty": "[ko] update quantity",
|
|
31
|
-
"error.unable to verify webhook origin": "[ko] unable to verify webhook origin",
|
|
32
41
|
"error.unable to find store account": "[ko] unable to find store account",
|
|
42
|
+
"error.unable to verify webhook origin": "[ko] unable to verify webhook origin",
|
|
33
43
|
"field.actions": "[ko] actions",
|
|
44
|
+
"field.actual_shipping_fee": "[ko] actual shipping fee",
|
|
34
45
|
"field.address_id": "[ko] address id",
|
|
35
46
|
"field.assigned_warehouse_sku": "[ko] assigned warehouse sku",
|
|
47
|
+
"field.auto_shipping_fee_subsidy_by_lazada": "[ko] auto shipping fee subsidy (by lazada)",
|
|
36
48
|
"field.available_to_purchase": "[ko] available to purchase",
|
|
37
49
|
"field.available": "[ko] available",
|
|
38
50
|
"field.batch_id": "[ko] batch no",
|
|
39
51
|
"field.branch_id": "[ko] branch id",
|
|
40
52
|
"field.branch": "[ko] branch",
|
|
53
|
+
"field.buyer_username": "[ko] buyer username",
|
|
41
54
|
"field.channel_sku": "[ko] channel sku",
|
|
42
55
|
"field.city": "[ko] city",
|
|
43
56
|
"field.country": "[ko] country",
|
|
57
|
+
"field.commission_fee": "[ko] commission fee",
|
|
44
58
|
"field.criteria": "[ko] criteria",
|
|
45
59
|
"field.date": "[ko] date",
|
|
60
|
+
"field.distributor": "[ko] distributor",
|
|
46
61
|
"field.district": "[ko] district",
|
|
47
62
|
"field.ending_on": "[ko] ending on",
|
|
48
63
|
"field.eta_date": "[ko] eta date",
|
|
64
|
+
"field.from_date": "[ko] from date",
|
|
65
|
+
"field.fulfillment_partner": "[ko] fulfillment partner",
|
|
66
|
+
"field.grand_total": "[ko] grand total",
|
|
49
67
|
"field.import_cargo": "[ko] import cargo",
|
|
50
68
|
"field.isku": "[ko] ISKU",
|
|
51
69
|
"field.item_count": "[ko] item count",
|
|
70
|
+
"field.item_price_credit": "[ko] item price credit",
|
|
52
71
|
"field.item": "[ko] item",
|
|
53
72
|
"field.last_updated": "[ko] last updated",
|
|
73
|
+
"field.lazada_bonus": "[ko] lazada bonus",
|
|
74
|
+
"field.lazada_bonus_lzd_cofund": "[ko] lazada bonus - LZD co-fund",
|
|
54
75
|
"field.marketplace_product_name": "[ko] marketplace product name",
|
|
55
76
|
"field.marketplace_product_sku": "[ko] marketplace product sku",
|
|
56
77
|
"field.name": "[ko] name",
|
|
57
78
|
"field.not_assigned": "[ko] not assigned",
|
|
58
79
|
"field.on_hold": "[ko] on hold",
|
|
80
|
+
"field.order_created_date": "[ko] order created date",
|
|
59
81
|
"field.order_no": "[ko] order no",
|
|
82
|
+
"field.orders_lazada_fees_total": "[ko] orders-lazada fees total",
|
|
83
|
+
"field.orders_logistics_total": "[ko] orders-logistics total",
|
|
84
|
+
"field.orders_marketing_fees_total": "[ko] orders-marketing fees total",
|
|
85
|
+
"field.orders_sales_total": "[ko] orders-sales total",
|
|
86
|
+
"field.original_price": "[ko] original price",
|
|
60
87
|
"field.own_shipping_carrier": "[ko] own shipping carrier",
|
|
61
88
|
"field.own_tracking_no": "[ko] own tracking no",
|
|
62
89
|
"field.pack_qty": "[ko] pack qty",
|
|
63
90
|
"field.pack_weight": "[ko] pack weight",
|
|
64
91
|
"field.packing_type": "[ko] packing type",
|
|
92
|
+
"field.paid_price": "[ko] paid price",
|
|
65
93
|
"field.pallet_qty": "[ko] pallet qty",
|
|
94
|
+
"field.pay_time": "[ko] pay time",
|
|
95
|
+
"field.payment_fee": "[ko] payment fee",
|
|
66
96
|
"field.pickup_date": "[ko] pickup date",
|
|
67
97
|
"field.pickup_time_id": "[ko] pickup time id",
|
|
68
98
|
"field.post_code": "[ko] post code",
|
|
69
99
|
"field.price": "[ko] price",
|
|
100
|
+
"field.product_discount": "[ko] product discount",
|
|
70
101
|
"field.product_info": "[ko] product info",
|
|
71
102
|
"field.product_name": "[ko] product name",
|
|
72
103
|
"field.product_sku": "[ko] product sku",
|
|
73
104
|
"field.product_units": "[ko] product units",
|
|
74
105
|
"field.product": "[ko] product",
|
|
106
|
+
"field.promotion_id": "[ko] promotion ID",
|
|
107
|
+
"field.promotional_charges_flexi_combo": "[ko] promotional charges flexi-combo",
|
|
108
|
+
"field.promotional_charges_vouchers": "[ko] promotional charges vouchers",
|
|
75
109
|
"field.qty": "[ko] qty",
|
|
76
110
|
"field.ref_no": "[ko] ref no.",
|
|
111
|
+
"field.refund_amount": "[ko] refund amount",
|
|
77
112
|
"field.remark": "[ko] remark",
|
|
78
113
|
"field.required_branch": "[ko] required branch",
|
|
79
114
|
"field.required_sender": "[ko] required sender",
|
|
80
115
|
"field.required_tracking": "[ko] required tracking",
|
|
81
116
|
"field.ro_created": "[ko] ro created",
|
|
82
117
|
"field.save": "[ko] save",
|
|
118
|
+
"field.seller_shipping_fee_voucher": "[ko] seller shipping fee voucher",
|
|
83
119
|
"field.sender": "[ko] sender",
|
|
84
120
|
"field.shipping_carrier": "[ko] shipping carrier",
|
|
121
|
+
"field.shipping_fee_voucher": "[ko] shipping fee voucher",
|
|
122
|
+
"field.shipping_fee_paid_by_customer": "[ko] shipping fee (paid by customer)",
|
|
123
|
+
"field.shipping_fee_voucher_by_lazada": "[ko] shipping fee voucher (by lazada)",
|
|
124
|
+
"field.shipping_fee_voucher_by_seller": "[ko] shipping fee voucher (by seller)",
|
|
125
|
+
"field.shipping_fee": "[ko] shipping fee",
|
|
126
|
+
"field.shipping_provider": "[ko] shipping provider",
|
|
85
127
|
"field.sku_name": "[ko] sku name",
|
|
86
128
|
"field.sku": "[ko] sku",
|
|
87
129
|
"field.sold_stock": "[ko] sold stock",
|
|
@@ -91,6 +133,9 @@
|
|
|
91
133
|
"field.stock_buffer": "[ko] buffer stock",
|
|
92
134
|
"field.stock": "[ko] total stock",
|
|
93
135
|
"field.store_name": "[ko] store name",
|
|
136
|
+
"field.store": "[ko] store",
|
|
137
|
+
"field.tax_amount": "[ko] tax amount",
|
|
138
|
+
"field.to_date": "[ko] to date",
|
|
94
139
|
"field.total_amount": "[ko] total amount",
|
|
95
140
|
"field.total_uom_value": "[ko] total UOM value",
|
|
96
141
|
"field.total_weight": "[ko] total weight",
|
|
@@ -109,9 +154,10 @@
|
|
|
109
154
|
"field.variation_sku": "[ko] variation sku",
|
|
110
155
|
"field.variation_uom_value": "[ko] variation uom value",
|
|
111
156
|
"field.zipcode": "[ko] zipcode",
|
|
112
|
-
"
|
|
157
|
+
"field.warehouse_sku": "[ko] warehouse SKU",
|
|
113
158
|
"label.address_id": "[ko] address id",
|
|
114
159
|
"label.address_info": "[ko] address info",
|
|
160
|
+
"label.address": "[ko] address",
|
|
115
161
|
"label.attention_to": "[ko] attention to",
|
|
116
162
|
"label.available_stock": "[ko] available stock",
|
|
117
163
|
"label.branch_id": "[ko] branch id",
|
|
@@ -202,8 +248,8 @@
|
|
|
202
248
|
"label.selling_price": "[ko] selling price",
|
|
203
249
|
"label.shipped": "[ko] shipped",
|
|
204
250
|
"label.shipping_provider": "[ko] shipping provider",
|
|
205
|
-
"label.storage_type": "[ko] storage type",
|
|
206
251
|
"label.sku": "[ko] sku",
|
|
252
|
+
"label.storage_type": "[ko] storage type",
|
|
207
253
|
"label.threshold_value": "[ko] threshold value",
|
|
208
254
|
"label.timeslot_info": "[ko] timeslot",
|
|
209
255
|
"label.to_confirm_receive": "[ko] to confirm receive",
|
|
@@ -218,13 +264,13 @@
|
|
|
218
264
|
"label.weight": "[ko] weight",
|
|
219
265
|
"label.width": "[ko] width",
|
|
220
266
|
"text.address_is_empty": "[ko] address is empty",
|
|
221
|
-
"text.document_has_been_generated": "[ko] document has been generated",
|
|
222
267
|
"text.batch_init_type_not_selected": "[ko] batch init type not selected",
|
|
223
268
|
"text.branch_is_not_selected": "[ko] branch is not selected",
|
|
269
|
+
"text.confirm_stock_replenishment": "[ko] confirm stock replenishment",
|
|
224
270
|
"text.create_a_draft_product": "[ko] create a draft product",
|
|
225
271
|
"text.create_new_variation_draft": "[ko] create new variation draft",
|
|
226
|
-
"text.confirm_stock_replenishment": "[ko] confirm stock replenishment",
|
|
227
272
|
"text.delivery_type_is_empty": "[ko] delivery type is empty",
|
|
273
|
+
"text.document_has_been_generated": "[ko] document has been generated",
|
|
228
274
|
"text.draft_product_has_been_updated_successfully": "[ko] draft product has been updated successfully",
|
|
229
275
|
"text.form_is_incomplete": "[ko] form is incomplete",
|
|
230
276
|
"text.initialise_logistics": "[ko] initialise logistics",
|
|
@@ -234,13 +280,13 @@
|
|
|
234
280
|
"text.kindly_select_at_least_one_store_account": "[ko] kindly select at least one store account",
|
|
235
281
|
"text.linking_process_is_completed": "[ko] linking process is completed",
|
|
236
282
|
"text.marketplace_qty_updated": "[ko] marketplace quantity updated",
|
|
283
|
+
"text.no_document_available": "[ko] no document available",
|
|
237
284
|
"text.no_order_is_selected": "[ko] no order is selected",
|
|
238
285
|
"text.no_orders_selected": "[ko] no orders selected",
|
|
239
286
|
"text.no_selection_in_type": "[ko] no selection in type",
|
|
240
|
-
"text.no_document_available": "[ko] no document available",
|
|
241
287
|
"text.order_has_been_deleted": "[ko] order has been deleted",
|
|
242
|
-
"text.order_has_been_updated": "[ko] order has been updated",
|
|
243
288
|
"text.order_has_been_initiated_for_warehouse_fulfilment": "[ko] order has been initiated for warehouse fulfillment",
|
|
289
|
+
"text.order_has_been_updated": "[ko] order has been updated",
|
|
244
290
|
"text.order_init_batch": "[ko] order init batch",
|
|
245
291
|
"text.order_list_has_been_updated": "[ko] order list has been updated",
|
|
246
292
|
"text.package_height_is_empty": "[ko] package height is empty",
|
|
@@ -269,8 +315,8 @@
|
|
|
269
315
|
"text.successfully_fetch_latest_data": "[ko] successfully fetch latest data",
|
|
270
316
|
"text.tracking_no_is_empty": "[ko] tracking no is empty",
|
|
271
317
|
"text.update_draft_product": "[ko] update draft product",
|
|
272
|
-
"text.update_stock_allocation_ratio": "[ko] update stock allocation ratio",
|
|
273
318
|
"text.update_marketplace_order_max_weight": "[ko] update marketplace order maximum weight",
|
|
319
|
+
"text.update_stock_allocation_ratio": "[ko] update stock allocation ratio",
|
|
274
320
|
"text.you_wont_be_able_to_revert_this": "[ko] you won't be able to revert this",
|
|
275
321
|
"title.are_you_sure": "[ko] are you sure",
|
|
276
322
|
"title.attachment": "[ko] attachment",
|
|
@@ -286,8 +332,9 @@
|
|
|
286
332
|
"title.group_product_variants": "[ko] group product variants",
|
|
287
333
|
"title.inventories": "[ko] inventories",
|
|
288
334
|
"title.inventory_by_product": "[ko] inventory by product",
|
|
289
|
-
"title.link_product_configuration": "[ko] link product configuration",
|
|
290
335
|
"title.inventory_details": "[ko] inventory details",
|
|
336
|
+
"title.lazada_sales_report": "[ko] lazada sales report",
|
|
337
|
+
"title.link_product_configuration": "[ko] link product configuration",
|
|
291
338
|
"title.onhand_inventory": "[ko] onhand inventory",
|
|
292
339
|
"title.order_by_store": "[ko] order by store",
|
|
293
340
|
"title.order_items_information": "[ko] order items information",
|
|
@@ -302,6 +349,7 @@
|
|
|
302
349
|
"title.range_of_date_order": "[ko] range of date order",
|
|
303
350
|
"title.select_product_type": "[ko] select product type",
|
|
304
351
|
"title.select_store_account": "[ko] select store account",
|
|
352
|
+
"title.shopee_sales_report": "[ko] shopee sales report",
|
|
305
353
|
"title.sr_no": "[ko] replenishment no.",
|
|
306
354
|
"title.stock_replenishment_detail": "[ko] stock replenishment detail",
|
|
307
355
|
"title.stock_replenishment_list": "[ko] stock replenishment list",
|
package/translations/ms.json
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"field.variation_id": "[ms] variation id",
|
|
3
|
+
"field.voucher_amt": "[ms] voucher amt",
|
|
4
|
+
"field.shipping_rebate": "[ms] shipping rebate",
|
|
5
|
+
"field.shipping_mode": "[ms] shipping mode",
|
|
6
|
+
"field.service_fee": "[ms] service fee",
|
|
7
|
+
"field.transaction_fee": "[ms] transaction fee",
|
|
8
|
+
"field.total_released_amt": "[ms] total release amt",
|
|
9
|
+
"field.voucher_code": "[ms] voucher code",
|
|
10
|
+
"field.comission_fee": "[ms] comission fee",
|
|
11
|
+
"field.fulfilment_center": "[ms] fulfilment center",
|
|
2
12
|
"button.add_product": "[ms] add product",
|
|
3
13
|
"button.add": "[ms] add",
|
|
4
14
|
"button.airway_bill": "[ms] airway bill",
|
|
@@ -28,60 +38,92 @@
|
|
|
28
38
|
"button.to_confirm_receive": "[ms] to confirm receive",
|
|
29
39
|
"button.update_marketplace_qty": "[ms] update marketplace quantity",
|
|
30
40
|
"button.update_qty": "[ms] update quantity",
|
|
31
|
-
"error.unable to verify webhook origin": "[ms] unable to verify webhook origin",
|
|
32
41
|
"error.unable to find store account": "[ms] unable to find store account",
|
|
42
|
+
"error.unable to verify webhook origin": "[ms] unable to verify webhook origin",
|
|
33
43
|
"field.actions": "[ms] actions",
|
|
44
|
+
"field.actual_shipping_fee": "[ms] actual shipping fee",
|
|
34
45
|
"field.address_id": "[ms] address id",
|
|
35
46
|
"field.assigned_warehouse_sku": "[ms] assigned warehouse sku",
|
|
47
|
+
"field.auto_shipping_fee_subsidy_by_lazada": "[ms] auto shipping fee subsidy (by lazada)",
|
|
36
48
|
"field.available_to_purchase": "[ms] available to purchase",
|
|
37
49
|
"field.available": "[ms] available",
|
|
38
50
|
"field.batch_id": "[ms] batch no",
|
|
39
51
|
"field.branch_id": "[ms] branch id",
|
|
40
52
|
"field.branch": "[ms] branch",
|
|
53
|
+
"field.buyer_username": "[ms] buyer username",
|
|
41
54
|
"field.channel_sku": "[ms] channel sku",
|
|
42
55
|
"field.city": "[ms] city",
|
|
56
|
+
"field.commission_fee": "[ms] commission fee",
|
|
43
57
|
"field.country": "[ms] country",
|
|
44
58
|
"field.criteria": "[ms] criteria",
|
|
45
59
|
"field.date": "[ms] date",
|
|
60
|
+
"field.distributor": "[ms] distributor",
|
|
46
61
|
"field.district": "[ms] district",
|
|
47
62
|
"field.ending_on": "[ms] ending on",
|
|
48
63
|
"field.eta_date": "[ms] eta date",
|
|
64
|
+
"field.from_date": "[ms] from date",
|
|
65
|
+
"field.fulfillment_partner": "[ms] fulfillment partner",
|
|
66
|
+
"field.grand_total": "[ms] grand total",
|
|
49
67
|
"field.import_cargo": "[ms] import cargo",
|
|
50
68
|
"field.isku": "[ms] ISKU",
|
|
51
69
|
"field.item_count": "[ms] item count",
|
|
70
|
+
"field.item_price_credit": "[ms] item price credit",
|
|
52
71
|
"field.item": "[ms] item",
|
|
53
72
|
"field.last_updated": "[ms] last updated",
|
|
73
|
+
"field.lazada_bonus": "[ms] lazada bonus",
|
|
74
|
+
"field.lazada_bonus_lzd_cofund": "[ms] lazada bonus - LZD co-fund",
|
|
54
75
|
"field.marketplace_product_name": "[ms] marketplace product name",
|
|
55
76
|
"field.marketplace_product_sku": "[ms] marketplace product sku",
|
|
56
77
|
"field.name": "[ms] name",
|
|
57
78
|
"field.not_assigned": "[ms] not assigned",
|
|
58
79
|
"field.on_hold": "[ms] on hold",
|
|
80
|
+
"field.order_created_date": "[ms] order created date",
|
|
59
81
|
"field.order_no": "[ms] order no",
|
|
82
|
+
"field.orders_lazada_fees_total": "[ms] orders-lazada fees total",
|
|
83
|
+
"field.orders_logistics_total": "[ms] orders-logistics total",
|
|
84
|
+
"field.orders_marketing_fees_total": "[ms] orders-marketing fees total",
|
|
85
|
+
"field.orders_sales_total": "[ms] orders-sales total",
|
|
86
|
+
"field.original_price": "[ms] original price",
|
|
60
87
|
"field.own_shipping_carrier": "[ms] own shipping carrier",
|
|
61
88
|
"field.own_tracking_no": "[ms] own tracking no",
|
|
62
89
|
"field.pack_qty": "[ms] pack qty",
|
|
63
90
|
"field.pack_weight": "[ms] pack weight",
|
|
64
91
|
"field.packing_type": "[ms] packing type",
|
|
92
|
+
"field.paid_price": "[ms] paid price",
|
|
65
93
|
"field.pallet_qty": "[ms] pallet qty",
|
|
94
|
+
"field.pay_time": "[ms] pay time",
|
|
95
|
+
"field.payment_fee": "[ms] payment fee",
|
|
66
96
|
"field.pickup_date": "[ms] pickup date",
|
|
67
97
|
"field.pickup_time_id": "[ms] pickup time id",
|
|
68
98
|
"field.post_code": "[ms] post code",
|
|
69
99
|
"field.price": "[ms] price",
|
|
100
|
+
"field.product_discount": "[ms] product discount",
|
|
70
101
|
"field.product_info": "[ms] product info",
|
|
71
102
|
"field.product_name": "[ms] product name",
|
|
72
103
|
"field.product_sku": "[ms] product sku",
|
|
73
104
|
"field.product_units": "[ms] product units",
|
|
74
105
|
"field.product": "[ms] product",
|
|
106
|
+
"field.promotion_id": "[ms] promotion ID",
|
|
107
|
+
"field.promotional_charges_flexi_combo": "[ms] promotional charges flexi-combo",
|
|
108
|
+
"field.promotional_charges_vouchers": "[ms] promotional charges vouchers",
|
|
75
109
|
"field.qty": "[ms] qty",
|
|
76
110
|
"field.ref_no": "[ms] ref no.",
|
|
111
|
+
"field.refund_amount": "[ms] refund amount",
|
|
77
112
|
"field.remark": "[ms] remark",
|
|
78
113
|
"field.required_branch": "[ms] required branch",
|
|
79
114
|
"field.required_sender": "[ms] required sender",
|
|
80
115
|
"field.required_tracking": "[ms] required tracking",
|
|
81
116
|
"field.ro_created": "[ms] ro created",
|
|
82
117
|
"field.save": "[ms] save",
|
|
118
|
+
"field.seller_shipping_fee_voucher": "[ms] seller shipping fee voucher",
|
|
83
119
|
"field.sender": "[ms] sender",
|
|
84
120
|
"field.shipping_carrier": "[ms] shipping carrier",
|
|
121
|
+
"field.shipping_fee_voucher": "[ms] shipping fee voucher",
|
|
122
|
+
"field.shipping_fee_paid_by_customer": "[ms] shipping fee (paid by customer)",
|
|
123
|
+
"field.shipping_fee_voucher_by_lazada": "[ms] shipping fee voucher (by lazada)",
|
|
124
|
+
"field.shipping_fee_voucher_by_seller": "[ms] shipping fee voucher (by seller)",
|
|
125
|
+
"field.shipping_fee": "[ms] shipping fee",
|
|
126
|
+
"field.shipping_provider": "[ms] shipping provider",
|
|
85
127
|
"field.sku_name": "[ms] sku name",
|
|
86
128
|
"field.sku": "[ms] sku",
|
|
87
129
|
"field.sold_stock": "[ms] sold stock",
|
|
@@ -91,6 +133,9 @@
|
|
|
91
133
|
"field.stock_buffer": "[ms] buffer stock",
|
|
92
134
|
"field.stock": "[ms] total stock",
|
|
93
135
|
"field.store_name": "[ms] store name",
|
|
136
|
+
"field.store": "[ms] store",
|
|
137
|
+
"field.tax_amount": "[ms] tax amount",
|
|
138
|
+
"field.to_date": "[ms] to date",
|
|
94
139
|
"field.total_amount": "[ms] total amount",
|
|
95
140
|
"field.total_uom_value": "[ms] total UOM value",
|
|
96
141
|
"field.total_weight": "[ms] total weight",
|
|
@@ -108,10 +153,11 @@
|
|
|
108
153
|
"field.variation_selling_price": "[ms] variation selling price",
|
|
109
154
|
"field.variation_sku": "[ms] variation sku",
|
|
110
155
|
"field.variation_uom_value": "[ms] variation uom value",
|
|
156
|
+
"field.warehouse_sku": "[ms] warehouse SKU",
|
|
111
157
|
"field.zipcode": "[ms] zipcode",
|
|
112
|
-
"label.address": "[ms] address",
|
|
113
158
|
"label.address_id": "[ms] address id",
|
|
114
159
|
"label.address_info": "[ms] address info",
|
|
160
|
+
"label.address": "[ms] address",
|
|
115
161
|
"label.attention_to": "[ms] attention to",
|
|
116
162
|
"label.available_stock": "[ms] available stock",
|
|
117
163
|
"label.branch_id": "[ms] branch id",
|
|
@@ -202,8 +248,8 @@
|
|
|
202
248
|
"label.selling_price": "[ms] selling price",
|
|
203
249
|
"label.shipped": "[ms] shipped",
|
|
204
250
|
"label.shipping_provider": "[ms] shipping provider",
|
|
205
|
-
"label.storage_type": "[ms] storage type",
|
|
206
251
|
"label.sku": "[ms] sku",
|
|
252
|
+
"label.storage_type": "[ms] storage type",
|
|
207
253
|
"label.threshold_value": "[ms] threshold value",
|
|
208
254
|
"label.timeslot_info": "[ms] timeslot",
|
|
209
255
|
"label.to_confirm_receive": "[ms] to confirm receive",
|
|
@@ -218,13 +264,13 @@
|
|
|
218
264
|
"label.weight": "[ms] weight",
|
|
219
265
|
"label.width": "[ms] width",
|
|
220
266
|
"text.address_is_empty": "[ms] address is empty",
|
|
221
|
-
"text.document_has_been_generated": "[ms] document has been generated",
|
|
222
267
|
"text.batch_init_type_not_selected": "[ms] batch init type not selected",
|
|
223
268
|
"text.branch_is_not_selected": "[ms] branch is not selected",
|
|
269
|
+
"text.confirm_stock_replenishment": "[ms] confirm stock replenishment",
|
|
224
270
|
"text.create_a_draft_product": "[ms] create a draft product",
|
|
225
271
|
"text.create_new_variation_draft": "[ms] create new variation draft",
|
|
226
|
-
"text.confirm_stock_replenishment": "[ms] confirm stock replenishment",
|
|
227
272
|
"text.delivery_type_is_empty": "[ms] delivery type is empty",
|
|
273
|
+
"text.document_has_been_generated": "[ms] document has been generated",
|
|
228
274
|
"text.draft_product_has_been_updated_successfully": "[ms] draft product has been updated successfully",
|
|
229
275
|
"text.form_is_incomplete": "[ms] form is incomplete",
|
|
230
276
|
"text.initialise_logistics": "[ms] initialise logistics",
|
|
@@ -234,13 +280,13 @@
|
|
|
234
280
|
"text.kindly_select_at_least_one_store_account": "[ms] kindly select at least one store account",
|
|
235
281
|
"text.linking_process_is_completed": "[ms] linking process is completed",
|
|
236
282
|
"text.marketplace_qty_updated": "[ms] marketplace quantity updated",
|
|
283
|
+
"text.no_document_available": "[ms] no document available",
|
|
237
284
|
"text.no_order_is_selected": "[ms] no order is selected",
|
|
238
285
|
"text.no_orders_selected": "[ms] no orders selected",
|
|
239
286
|
"text.no_selection_in_type": "[ms] no selection in type",
|
|
240
|
-
"text.no_document_available": "[ms] no document available",
|
|
241
287
|
"text.order_has_been_deleted": "[ms] order has been deleted",
|
|
242
|
-
"text.order_has_been_updated": "[ms] order has been updated",
|
|
243
288
|
"text.order_has_been_initiated_for_warehouse_fulfilment": "[ms] order has been initiated for warehouse fulfillment",
|
|
289
|
+
"text.order_has_been_updated": "[ms] order has been updated",
|
|
244
290
|
"text.order_init_batch": "[ms] order init batch",
|
|
245
291
|
"text.order_list_has_been_updated": "[ms] order list has been updated",
|
|
246
292
|
"text.package_height_is_empty": "[ms] package height is empty",
|
|
@@ -269,8 +315,8 @@
|
|
|
269
315
|
"text.successfully_fetch_latest_data": "[ms] successfully fetch latest data",
|
|
270
316
|
"text.tracking_no_is_empty": "[ms] tracking no is empty",
|
|
271
317
|
"text.update_draft_product": "[ms] update draft product",
|
|
272
|
-
"text.update_stock_allocation_ratio": "[ms] update stock allocation ratio",
|
|
273
318
|
"text.update_marketplace_order_max_weight": "[ms] update marketplace order maximum weight",
|
|
319
|
+
"text.update_stock_allocation_ratio": "[ms] update stock allocation ratio",
|
|
274
320
|
"text.you_wont_be_able_to_revert_this": "[ms] you won't be able to revert this",
|
|
275
321
|
"title.are_you_sure": "[ms] are you sure",
|
|
276
322
|
"title.attachment": "[ms] attachment",
|
|
@@ -286,8 +332,9 @@
|
|
|
286
332
|
"title.group_product_variants": "[ms] group product variants",
|
|
287
333
|
"title.inventories": "[ms] inventories",
|
|
288
334
|
"title.inventory_by_product": "[ms] inventory by product",
|
|
289
|
-
"title.link_product_configuration": "[ms] link product configuration",
|
|
290
335
|
"title.inventory_details": "[ms] inventory details",
|
|
336
|
+
"title.lazada_sales_report": "[ms] lazada sales report",
|
|
337
|
+
"title.link_product_configuration": "[ms] link product configuration",
|
|
291
338
|
"title.onhand_inventory": "[ms] onhand inventory",
|
|
292
339
|
"title.order_by_store": "[ms] order by store",
|
|
293
340
|
"title.order_items_information": "[ms] order items information",
|
|
@@ -302,6 +349,7 @@
|
|
|
302
349
|
"title.range_of_date_order": "[ms] range of date order",
|
|
303
350
|
"title.select_product_type": "[ms] select product type",
|
|
304
351
|
"title.select_store_account": "[ms] select store account",
|
|
352
|
+
"title.shopee_sales_report": "[ms] shopee sales report",
|
|
305
353
|
"title.sr_no": "[ms] replenishment no.",
|
|
306
354
|
"title.stock_replenishment_detail": "[ms] stock replenishment detail",
|
|
307
355
|
"title.stock_replenishment_list": "[ms] stock replenishment list",
|