@things-factory/operato-mms 3.7.6 → 3.7.10
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/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 +379 -0
- package/client/pages/reports/sales-by-platform/shopee-sales-report.js +383 -0
- package/client/route.js +13 -0
- package/package.json +10 -10
- package/things-factory.config.js +13 -1
- package/translations/en.json +35 -15
- package/translations/ko.json +29 -9
- package/translations/ms.json +29 -9
- package/translations/zh.json +29 -9
package/translations/en.json
CHANGED
|
@@ -28,9 +28,10 @@
|
|
|
28
28
|
"button.to_confirm_receive": "to confirm receive",
|
|
29
29
|
"button.update_marketplace_qty": "update marketplace quantity",
|
|
30
30
|
"button.update_qty": "update quantity",
|
|
31
|
-
"error.unable to verify webhook origin": "unable to verify webhook origin",
|
|
32
31
|
"error.unable to find store account": "unable to find store account",
|
|
32
|
+
"error.unable to verify webhook origin": "unable to verify webhook origin",
|
|
33
33
|
"field.actions": "actions",
|
|
34
|
+
"field.actual_shipping_fee": "actual shipping fee",
|
|
34
35
|
"field.address_id": "address id",
|
|
35
36
|
"field.assigned_warehouse_sku": "assigned warehouse sku",
|
|
36
37
|
"field.available_to_purchase": "available to purchase",
|
|
@@ -38,14 +39,17 @@
|
|
|
38
39
|
"field.batch_id": "batch no",
|
|
39
40
|
"field.branch_id": "branch id",
|
|
40
41
|
"field.branch": "branch",
|
|
42
|
+
"field.buyer_username": "buyer username",
|
|
41
43
|
"field.channel_sku": "channel sku",
|
|
42
44
|
"field.city": "city",
|
|
43
45
|
"field.country": "country",
|
|
44
46
|
"field.criteria": "criteria",
|
|
45
47
|
"field.date": "date",
|
|
48
|
+
"field.distributor": "distributor",
|
|
46
49
|
"field.district": "district",
|
|
47
50
|
"field.ending_on": "ending on",
|
|
48
51
|
"field.eta_date": "eta date",
|
|
52
|
+
"field.from_date": "from date",
|
|
49
53
|
"field.import_cargo": "import cargo",
|
|
50
54
|
"field.isku": "ISKU",
|
|
51
55
|
"field.item_count": "item count",
|
|
@@ -56,32 +60,44 @@
|
|
|
56
60
|
"field.name": "name",
|
|
57
61
|
"field.not_assigned": "not assigned",
|
|
58
62
|
"field.on_hold": "on hold",
|
|
63
|
+
"field.order_created_date": "order created date",
|
|
59
64
|
"field.order_no": "order no",
|
|
65
|
+
"field.original_price": "original price",
|
|
60
66
|
"field.own_shipping_carrier": "own shipping carrier",
|
|
61
67
|
"field.own_tracking_no": "own tracking no",
|
|
62
68
|
"field.pack_qty": "pack qty",
|
|
63
69
|
"field.pack_weight": "pack weight",
|
|
64
70
|
"field.packing_type": "packing type",
|
|
71
|
+
"field.paid_price": "paid price",
|
|
65
72
|
"field.pallet_qty": "pallet qty",
|
|
73
|
+
"field.pay_time": "pay time",
|
|
74
|
+
"field.payment_fee": "payment fee",
|
|
66
75
|
"field.pickup_date": "pickup date",
|
|
67
76
|
"field.pickup_time_id": "pickup time id",
|
|
68
77
|
"field.post_code": "post code",
|
|
69
78
|
"field.price": "price",
|
|
79
|
+
"field.product_discount": "product discount",
|
|
70
80
|
"field.product_info": "product info",
|
|
71
81
|
"field.product_name": "product name",
|
|
72
82
|
"field.product_sku": "product sku",
|
|
73
83
|
"field.product_units": "product units",
|
|
74
84
|
"field.product": "product",
|
|
85
|
+
"field.promotion_id": "promotion ID",
|
|
75
86
|
"field.qty": "qty",
|
|
76
87
|
"field.ref_no": "ref no.",
|
|
88
|
+
"field.refund_amount": "refund amount",
|
|
77
89
|
"field.remark": "remark",
|
|
78
90
|
"field.required_branch": "required branch",
|
|
79
91
|
"field.required_sender": "required sender",
|
|
80
92
|
"field.required_tracking": "required tracking",
|
|
81
93
|
"field.ro_created": "ro created",
|
|
82
94
|
"field.save": "save",
|
|
95
|
+
"field.seller_shipping_fee_voucher": "seller shipping fee voucher",
|
|
83
96
|
"field.sender": "sender",
|
|
84
97
|
"field.shipping_carrier": "shipping carrier",
|
|
98
|
+
"field.shipping_fee_voucher": "shipping fee voucher",
|
|
99
|
+
"field.shipping_fee": "shipping fee",
|
|
100
|
+
"field.shipping_provider": "shipping provider",
|
|
85
101
|
"field.sku_name": "sku name",
|
|
86
102
|
"field.sku": "sku",
|
|
87
103
|
"field.sold_stock": "sold stock",
|
|
@@ -91,10 +107,12 @@
|
|
|
91
107
|
"field.stock_buffer": "buffer stock",
|
|
92
108
|
"field.stock": "total stock",
|
|
93
109
|
"field.store_name": "store name",
|
|
110
|
+
"field.store": "store",
|
|
111
|
+
"field.to_date": "to date",
|
|
94
112
|
"field.total_amount": "total amount",
|
|
95
113
|
"field.total_uom_value": "total UOM value",
|
|
96
|
-
"field.total_weight": "total weight",
|
|
97
114
|
"field.total_volume": "total volume",
|
|
115
|
+
"field.total_weight": "total weight",
|
|
98
116
|
"field.town": "town",
|
|
99
117
|
"field.tracking_no": "tracking no",
|
|
100
118
|
"field.type": "type",
|
|
@@ -110,9 +128,9 @@
|
|
|
110
128
|
"field.variation_sku": "variation sku",
|
|
111
129
|
"field.variation_uom_value": "variation uom value",
|
|
112
130
|
"field.zipcode": "zipcode",
|
|
113
|
-
"label.address": "address",
|
|
114
131
|
"label.address_id": "address id",
|
|
115
132
|
"label.address_info": "address info",
|
|
133
|
+
"label.address": "address",
|
|
116
134
|
"label.attention_to": "attention to",
|
|
117
135
|
"label.available_stock": "available stock",
|
|
118
136
|
"label.branch_id": "branch id",
|
|
@@ -179,10 +197,10 @@
|
|
|
179
197
|
"label.order_status_rejected": "rejected",
|
|
180
198
|
"label.order_status_shipped": "shipped",
|
|
181
199
|
"label.order_status_to_confirm_receive": "to confirm receive",
|
|
200
|
+
"label.oversell_will_happen_with_all_full_allocation": "oversell will happen with all 100% allocation",
|
|
182
201
|
"label.own_shipping_provider": "own shipping provider",
|
|
183
202
|
"label.own_tracking_no": "own tracking no",
|
|
184
203
|
"label.own_transport": "own transport",
|
|
185
|
-
"label.oversell_will_happen_with_all_full_allocation": "oversell will happen with all 100% allocation",
|
|
186
204
|
"label.packed": "packed",
|
|
187
205
|
"label.parent_sku": "parent SKU",
|
|
188
206
|
"label.pending": "pending",
|
|
@@ -205,11 +223,11 @@
|
|
|
205
223
|
"label.select_parent_sku": "select parent SKU",
|
|
206
224
|
"label.selling_price": "selling price",
|
|
207
225
|
"label.shipped": "shipped",
|
|
208
|
-
"label.shipping": "shipping",
|
|
209
226
|
"label.shipping_provider": "shipping provider",
|
|
227
|
+
"label.shipping": "shipping",
|
|
228
|
+
"label.sku": "sku",
|
|
210
229
|
"label.stock_allocation_qty": "stock allocation qty",
|
|
211
230
|
"label.storage_type": "storage type",
|
|
212
|
-
"label.sku": "sku",
|
|
213
231
|
"label.threshold_value": "threshold value",
|
|
214
232
|
"label.timeslot_info": "timeslot",
|
|
215
233
|
"label.to_confirm_receive": "to confirm receive",
|
|
@@ -226,16 +244,16 @@
|
|
|
226
244
|
"text.address_is_empty": "address is empty",
|
|
227
245
|
"text.airway_bill_has_been_generated": "airway bill has been generated",
|
|
228
246
|
"text.are_you_sure": "are you sure",
|
|
229
|
-
"text.document_has_been_generated": "document has been generated",
|
|
230
247
|
"text.batch_init_type_not_selected": "batch init type not selected",
|
|
231
248
|
"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
249
|
"text.completed": "completed",
|
|
235
250
|
"text.confirm_stock_replenishment": "confirm stock replenishment",
|
|
251
|
+
"text.create_a_draft_product": "create a draft product",
|
|
252
|
+
"text.create_new_variation_draft": "create new variation draft",
|
|
236
253
|
"text.data_updated_successfully": "data updated successfully",
|
|
237
254
|
"text.delivery_type_is_empty": "delivery type is empty",
|
|
238
255
|
"text.do_you_want_to_update_x": "do you want to update {x}",
|
|
256
|
+
"text.document_has_been_generated": "document has been generated",
|
|
239
257
|
"text.draft_product_has_been_updated_successfully": "draft product has been updated successfully",
|
|
240
258
|
"text.form_is_incomplete": "form is incomplete",
|
|
241
259
|
"text.initialise_logistics": "initialise logistics",
|
|
@@ -245,13 +263,13 @@
|
|
|
245
263
|
"text.kindly_select_at_least_one_store_account": "kindly select at least one store account",
|
|
246
264
|
"text.linking_process_is_completed": "linking process is completed",
|
|
247
265
|
"text.marketplace_qty_updated": "marketplace quantity updated",
|
|
266
|
+
"text.no_document_available": "no document available",
|
|
248
267
|
"text.no_order_is_selected": "no order is selected",
|
|
249
268
|
"text.no_orders_selected": "no orders selected",
|
|
250
269
|
"text.no_selection_in_type": "no selection in type",
|
|
251
|
-
"text.no_document_available": "no document available",
|
|
252
270
|
"text.order_has_been_deleted": "order has been deleted",
|
|
253
|
-
"text.order_has_been_updated": "order has been updated",
|
|
254
271
|
"text.order_has_been_initiated_for_warehouse_fulfilment": "order has been initiated for warehouse fulfillment",
|
|
272
|
+
"text.order_has_been_updated": "order has been updated",
|
|
255
273
|
"text.order_init_batch": "order init batch",
|
|
256
274
|
"text.order_list_has_been_updated": "order list has been updated",
|
|
257
275
|
"text.package_height_is_empty": "package height is empty",
|
|
@@ -267,16 +285,16 @@
|
|
|
267
285
|
"text.product_stock_is_empty": "product is empty",
|
|
268
286
|
"text.product_weight_is_empty": "product weight is empty",
|
|
269
287
|
"text.reason_x": "reason: {x}",
|
|
270
|
-
"text.select_courier": "select courier",
|
|
271
288
|
"text.select_a_delivery_type": "select a delivery type",
|
|
272
289
|
"text.select_a_logistics_type": "select a logistics type",
|
|
273
290
|
"text.select_a_shipping_provider": "select a shipping provider",
|
|
274
291
|
"text.select_address": "select address",
|
|
292
|
+
"text.select_courier": "select courier",
|
|
275
293
|
"text.select_pickup_date": "select pickup date",
|
|
276
294
|
"text.set_order_to_ready_to_ship": "set order to ready to ship",
|
|
277
295
|
"text.shipping_provider_is_empty": "shipping provider is empty",
|
|
278
|
-
"text.stock_allocation_warning": "stock allocation warning",
|
|
279
296
|
"text.stock_allocation_value_should_be_between_1_to_100": "stock allocation value should be between 1 to 100",
|
|
297
|
+
"text.stock_allocation_warning": "stock allocation warning",
|
|
280
298
|
"text.stock_replenishment_form_invalid": "stock replenishment form invalid",
|
|
281
299
|
"text.stock_replenishment_order_created": "stock replenishment order created",
|
|
282
300
|
"text.store_is_not_available": "store is not available",
|
|
@@ -284,8 +302,8 @@
|
|
|
284
302
|
"text.successfully_fetch_latest_data": "successfully fetch latest data",
|
|
285
303
|
"text.tracking_no_is_empty": "tracking no is empty",
|
|
286
304
|
"text.update_draft_product": "update draft product",
|
|
287
|
-
"text.update_stock_allocation_ratio": "update stock allocation ratio",
|
|
288
305
|
"text.update_marketplace_order_max_weight": "update marketplace order maximum weight",
|
|
306
|
+
"text.update_stock_allocation_ratio": "update stock allocation ratio",
|
|
289
307
|
"text.you_wont_be_able_to_revert_this": "you won't be able to revert this",
|
|
290
308
|
"title.are_you_sure": "are you sure",
|
|
291
309
|
"title.attachment": "attachment",
|
|
@@ -302,8 +320,9 @@
|
|
|
302
320
|
"title.group_product_variants": "group product variants",
|
|
303
321
|
"title.inventories": "inventories",
|
|
304
322
|
"title.inventory_by_product": "inventory by product",
|
|
305
|
-
"title.link_product_configuration": "link product configuration",
|
|
306
323
|
"title.inventory_details": "inventory details",
|
|
324
|
+
"title.lazada_sales_report": "lazada sales report",
|
|
325
|
+
"title.link_product_configuration": "link product configuration",
|
|
307
326
|
"title.marketplace_setting": "marketplace setting",
|
|
308
327
|
"title.onhand_inventory": "onhand inventory",
|
|
309
328
|
"title.order_by_store": "order by store",
|
|
@@ -319,6 +338,7 @@
|
|
|
319
338
|
"title.range_of_date_order": "range of date order",
|
|
320
339
|
"title.select_product_type": "select product type",
|
|
321
340
|
"title.select_store_account": "select store account",
|
|
341
|
+
"title.shopee_sales_report": "shopee sales report",
|
|
322
342
|
"title.sr_no": "replenishment no.",
|
|
323
343
|
"title.stock_replenishment_detail": "stock replenishment detail",
|
|
324
344
|
"title.stock_replenishment_list": "stock replenishment list",
|
package/translations/ko.json
CHANGED
|
@@ -28,9 +28,10 @@
|
|
|
28
28
|
"button.to_confirm_receive": "[ko] to confirm receive",
|
|
29
29
|
"button.update_marketplace_qty": "[ko] update marketplace quantity",
|
|
30
30
|
"button.update_qty": "[ko] update quantity",
|
|
31
|
-
"error.unable to verify webhook origin": "[ko] unable to verify webhook origin",
|
|
32
31
|
"error.unable to find store account": "[ko] unable to find store account",
|
|
32
|
+
"error.unable to verify webhook origin": "[ko] unable to verify webhook origin",
|
|
33
33
|
"field.actions": "[ko] actions",
|
|
34
|
+
"field.actual_shipping_fee": "[ko] actual shipping fee",
|
|
34
35
|
"field.address_id": "[ko] address id",
|
|
35
36
|
"field.assigned_warehouse_sku": "[ko] assigned warehouse sku",
|
|
36
37
|
"field.available_to_purchase": "[ko] available to purchase",
|
|
@@ -38,14 +39,17 @@
|
|
|
38
39
|
"field.batch_id": "[ko] batch no",
|
|
39
40
|
"field.branch_id": "[ko] branch id",
|
|
40
41
|
"field.branch": "[ko] branch",
|
|
42
|
+
"field.buyer_username": "[ko] buyer username",
|
|
41
43
|
"field.channel_sku": "[ko] channel sku",
|
|
42
44
|
"field.city": "[ko] city",
|
|
43
45
|
"field.country": "[ko] country",
|
|
44
46
|
"field.criteria": "[ko] criteria",
|
|
45
47
|
"field.date": "[ko] date",
|
|
48
|
+
"field.distributor": "[ko] distributor",
|
|
46
49
|
"field.district": "[ko] district",
|
|
47
50
|
"field.ending_on": "[ko] ending on",
|
|
48
51
|
"field.eta_date": "[ko] eta date",
|
|
52
|
+
"field.from_date": "[ko] from date",
|
|
49
53
|
"field.import_cargo": "[ko] import cargo",
|
|
50
54
|
"field.isku": "[ko] ISKU",
|
|
51
55
|
"field.item_count": "[ko] item count",
|
|
@@ -56,32 +60,44 @@
|
|
|
56
60
|
"field.name": "[ko] name",
|
|
57
61
|
"field.not_assigned": "[ko] not assigned",
|
|
58
62
|
"field.on_hold": "[ko] on hold",
|
|
63
|
+
"field.order_created_date": "[ko] order created date",
|
|
59
64
|
"field.order_no": "[ko] order no",
|
|
65
|
+
"field.original_price": "[ko] original price",
|
|
60
66
|
"field.own_shipping_carrier": "[ko] own shipping carrier",
|
|
61
67
|
"field.own_tracking_no": "[ko] own tracking no",
|
|
62
68
|
"field.pack_qty": "[ko] pack qty",
|
|
63
69
|
"field.pack_weight": "[ko] pack weight",
|
|
64
70
|
"field.packing_type": "[ko] packing type",
|
|
71
|
+
"field.paid_price": "[ko] paid price",
|
|
65
72
|
"field.pallet_qty": "[ko] pallet qty",
|
|
73
|
+
"field.pay_time": "[ko] pay time",
|
|
74
|
+
"field.payment_fee": "[ko] payment fee",
|
|
66
75
|
"field.pickup_date": "[ko] pickup date",
|
|
67
76
|
"field.pickup_time_id": "[ko] pickup time id",
|
|
68
77
|
"field.post_code": "[ko] post code",
|
|
69
78
|
"field.price": "[ko] price",
|
|
79
|
+
"field.product_discount": "[ko] product discount",
|
|
70
80
|
"field.product_info": "[ko] product info",
|
|
71
81
|
"field.product_name": "[ko] product name",
|
|
72
82
|
"field.product_sku": "[ko] product sku",
|
|
73
83
|
"field.product_units": "[ko] product units",
|
|
74
84
|
"field.product": "[ko] product",
|
|
85
|
+
"field.promotion_id": "[ko] promotion ID",
|
|
75
86
|
"field.qty": "[ko] qty",
|
|
76
87
|
"field.ref_no": "[ko] ref no.",
|
|
88
|
+
"field.refund_amount": "[ko] refund amount",
|
|
77
89
|
"field.remark": "[ko] remark",
|
|
78
90
|
"field.required_branch": "[ko] required branch",
|
|
79
91
|
"field.required_sender": "[ko] required sender",
|
|
80
92
|
"field.required_tracking": "[ko] required tracking",
|
|
81
93
|
"field.ro_created": "[ko] ro created",
|
|
82
94
|
"field.save": "[ko] save",
|
|
95
|
+
"field.seller_shipping_fee_voucher": "[ko] seller shipping fee voucher",
|
|
83
96
|
"field.sender": "[ko] sender",
|
|
84
97
|
"field.shipping_carrier": "[ko] shipping carrier",
|
|
98
|
+
"field.shipping_fee_voucher": "[ko] shipping fee voucher",
|
|
99
|
+
"field.shipping_fee": "[ko] shipping fee",
|
|
100
|
+
"field.shipping_provider": "[ko] shipping provider",
|
|
85
101
|
"field.sku_name": "[ko] sku name",
|
|
86
102
|
"field.sku": "[ko] sku",
|
|
87
103
|
"field.sold_stock": "[ko] sold stock",
|
|
@@ -91,6 +107,8 @@
|
|
|
91
107
|
"field.stock_buffer": "[ko] buffer stock",
|
|
92
108
|
"field.stock": "[ko] total stock",
|
|
93
109
|
"field.store_name": "[ko] store name",
|
|
110
|
+
"field.store": "[ko] store",
|
|
111
|
+
"field.to_date": "[ko] to date",
|
|
94
112
|
"field.total_amount": "[ko] total amount",
|
|
95
113
|
"field.total_uom_value": "[ko] total UOM value",
|
|
96
114
|
"field.total_weight": "[ko] total weight",
|
|
@@ -109,9 +127,9 @@
|
|
|
109
127
|
"field.variation_sku": "[ko] variation sku",
|
|
110
128
|
"field.variation_uom_value": "[ko] variation uom value",
|
|
111
129
|
"field.zipcode": "[ko] zipcode",
|
|
112
|
-
"label.address": "[ko] address",
|
|
113
130
|
"label.address_id": "[ko] address id",
|
|
114
131
|
"label.address_info": "[ko] address info",
|
|
132
|
+
"label.address": "[ko] address",
|
|
115
133
|
"label.attention_to": "[ko] attention to",
|
|
116
134
|
"label.available_stock": "[ko] available stock",
|
|
117
135
|
"label.branch_id": "[ko] branch id",
|
|
@@ -202,8 +220,8 @@
|
|
|
202
220
|
"label.selling_price": "[ko] selling price",
|
|
203
221
|
"label.shipped": "[ko] shipped",
|
|
204
222
|
"label.shipping_provider": "[ko] shipping provider",
|
|
205
|
-
"label.storage_type": "[ko] storage type",
|
|
206
223
|
"label.sku": "[ko] sku",
|
|
224
|
+
"label.storage_type": "[ko] storage type",
|
|
207
225
|
"label.threshold_value": "[ko] threshold value",
|
|
208
226
|
"label.timeslot_info": "[ko] timeslot",
|
|
209
227
|
"label.to_confirm_receive": "[ko] to confirm receive",
|
|
@@ -218,13 +236,13 @@
|
|
|
218
236
|
"label.weight": "[ko] weight",
|
|
219
237
|
"label.width": "[ko] width",
|
|
220
238
|
"text.address_is_empty": "[ko] address is empty",
|
|
221
|
-
"text.document_has_been_generated": "[ko] document has been generated",
|
|
222
239
|
"text.batch_init_type_not_selected": "[ko] batch init type not selected",
|
|
223
240
|
"text.branch_is_not_selected": "[ko] branch is not selected",
|
|
241
|
+
"text.confirm_stock_replenishment": "[ko] confirm stock replenishment",
|
|
224
242
|
"text.create_a_draft_product": "[ko] create a draft product",
|
|
225
243
|
"text.create_new_variation_draft": "[ko] create new variation draft",
|
|
226
|
-
"text.confirm_stock_replenishment": "[ko] confirm stock replenishment",
|
|
227
244
|
"text.delivery_type_is_empty": "[ko] delivery type is empty",
|
|
245
|
+
"text.document_has_been_generated": "[ko] document has been generated",
|
|
228
246
|
"text.draft_product_has_been_updated_successfully": "[ko] draft product has been updated successfully",
|
|
229
247
|
"text.form_is_incomplete": "[ko] form is incomplete",
|
|
230
248
|
"text.initialise_logistics": "[ko] initialise logistics",
|
|
@@ -234,13 +252,13 @@
|
|
|
234
252
|
"text.kindly_select_at_least_one_store_account": "[ko] kindly select at least one store account",
|
|
235
253
|
"text.linking_process_is_completed": "[ko] linking process is completed",
|
|
236
254
|
"text.marketplace_qty_updated": "[ko] marketplace quantity updated",
|
|
255
|
+
"text.no_document_available": "[ko] no document available",
|
|
237
256
|
"text.no_order_is_selected": "[ko] no order is selected",
|
|
238
257
|
"text.no_orders_selected": "[ko] no orders selected",
|
|
239
258
|
"text.no_selection_in_type": "[ko] no selection in type",
|
|
240
|
-
"text.no_document_available": "[ko] no document available",
|
|
241
259
|
"text.order_has_been_deleted": "[ko] order has been deleted",
|
|
242
|
-
"text.order_has_been_updated": "[ko] order has been updated",
|
|
243
260
|
"text.order_has_been_initiated_for_warehouse_fulfilment": "[ko] order has been initiated for warehouse fulfillment",
|
|
261
|
+
"text.order_has_been_updated": "[ko] order has been updated",
|
|
244
262
|
"text.order_init_batch": "[ko] order init batch",
|
|
245
263
|
"text.order_list_has_been_updated": "[ko] order list has been updated",
|
|
246
264
|
"text.package_height_is_empty": "[ko] package height is empty",
|
|
@@ -269,8 +287,8 @@
|
|
|
269
287
|
"text.successfully_fetch_latest_data": "[ko] successfully fetch latest data",
|
|
270
288
|
"text.tracking_no_is_empty": "[ko] tracking no is empty",
|
|
271
289
|
"text.update_draft_product": "[ko] update draft product",
|
|
272
|
-
"text.update_stock_allocation_ratio": "[ko] update stock allocation ratio",
|
|
273
290
|
"text.update_marketplace_order_max_weight": "[ko] update marketplace order maximum weight",
|
|
291
|
+
"text.update_stock_allocation_ratio": "[ko] update stock allocation ratio",
|
|
274
292
|
"text.you_wont_be_able_to_revert_this": "[ko] you won't be able to revert this",
|
|
275
293
|
"title.are_you_sure": "[ko] are you sure",
|
|
276
294
|
"title.attachment": "[ko] attachment",
|
|
@@ -286,8 +304,9 @@
|
|
|
286
304
|
"title.group_product_variants": "[ko] group product variants",
|
|
287
305
|
"title.inventories": "[ko] inventories",
|
|
288
306
|
"title.inventory_by_product": "[ko] inventory by product",
|
|
289
|
-
"title.link_product_configuration": "[ko] link product configuration",
|
|
290
307
|
"title.inventory_details": "[ko] inventory details",
|
|
308
|
+
"title.lazada_sales_report": "[ko] lazada sales report",
|
|
309
|
+
"title.link_product_configuration": "[ko] link product configuration",
|
|
291
310
|
"title.onhand_inventory": "[ko] onhand inventory",
|
|
292
311
|
"title.order_by_store": "[ko] order by store",
|
|
293
312
|
"title.order_items_information": "[ko] order items information",
|
|
@@ -302,6 +321,7 @@
|
|
|
302
321
|
"title.range_of_date_order": "[ko] range of date order",
|
|
303
322
|
"title.select_product_type": "[ko] select product type",
|
|
304
323
|
"title.select_store_account": "[ko] select store account",
|
|
324
|
+
"title.shopee_sales_report": "[ko] shopee sales report",
|
|
305
325
|
"title.sr_no": "[ko] replenishment no.",
|
|
306
326
|
"title.stock_replenishment_detail": "[ko] stock replenishment detail",
|
|
307
327
|
"title.stock_replenishment_list": "[ko] stock replenishment list",
|
package/translations/ms.json
CHANGED
|
@@ -28,9 +28,10 @@
|
|
|
28
28
|
"button.to_confirm_receive": "[ms] to confirm receive",
|
|
29
29
|
"button.update_marketplace_qty": "[ms] update marketplace quantity",
|
|
30
30
|
"button.update_qty": "[ms] update quantity",
|
|
31
|
-
"error.unable to verify webhook origin": "[ms] unable to verify webhook origin",
|
|
32
31
|
"error.unable to find store account": "[ms] unable to find store account",
|
|
32
|
+
"error.unable to verify webhook origin": "[ms] unable to verify webhook origin",
|
|
33
33
|
"field.actions": "[ms] actions",
|
|
34
|
+
"field.actual_shipping_fee": "[ms] actual shipping fee",
|
|
34
35
|
"field.address_id": "[ms] address id",
|
|
35
36
|
"field.assigned_warehouse_sku": "[ms] assigned warehouse sku",
|
|
36
37
|
"field.available_to_purchase": "[ms] available to purchase",
|
|
@@ -38,14 +39,17 @@
|
|
|
38
39
|
"field.batch_id": "[ms] batch no",
|
|
39
40
|
"field.branch_id": "[ms] branch id",
|
|
40
41
|
"field.branch": "[ms] branch",
|
|
42
|
+
"field.buyer_username": "[ms] buyer username",
|
|
41
43
|
"field.channel_sku": "[ms] channel sku",
|
|
42
44
|
"field.city": "[ms] city",
|
|
43
45
|
"field.country": "[ms] country",
|
|
44
46
|
"field.criteria": "[ms] criteria",
|
|
45
47
|
"field.date": "[ms] date",
|
|
48
|
+
"field.distributor": "[ms] distributor",
|
|
46
49
|
"field.district": "[ms] district",
|
|
47
50
|
"field.ending_on": "[ms] ending on",
|
|
48
51
|
"field.eta_date": "[ms] eta date",
|
|
52
|
+
"field.from_date": "[ms] from date",
|
|
49
53
|
"field.import_cargo": "[ms] import cargo",
|
|
50
54
|
"field.isku": "[ms] ISKU",
|
|
51
55
|
"field.item_count": "[ms] item count",
|
|
@@ -56,32 +60,44 @@
|
|
|
56
60
|
"field.name": "[ms] name",
|
|
57
61
|
"field.not_assigned": "[ms] not assigned",
|
|
58
62
|
"field.on_hold": "[ms] on hold",
|
|
63
|
+
"field.order_created_date": "[ms] order created date",
|
|
59
64
|
"field.order_no": "[ms] order no",
|
|
65
|
+
"field.original_price": "[ms] original price",
|
|
60
66
|
"field.own_shipping_carrier": "[ms] own shipping carrier",
|
|
61
67
|
"field.own_tracking_no": "[ms] own tracking no",
|
|
62
68
|
"field.pack_qty": "[ms] pack qty",
|
|
63
69
|
"field.pack_weight": "[ms] pack weight",
|
|
64
70
|
"field.packing_type": "[ms] packing type",
|
|
71
|
+
"field.paid_price": "[ms] paid price",
|
|
65
72
|
"field.pallet_qty": "[ms] pallet qty",
|
|
73
|
+
"field.pay_time": "[ms] pay time",
|
|
74
|
+
"field.payment_fee": "[ms] payment fee",
|
|
66
75
|
"field.pickup_date": "[ms] pickup date",
|
|
67
76
|
"field.pickup_time_id": "[ms] pickup time id",
|
|
68
77
|
"field.post_code": "[ms] post code",
|
|
69
78
|
"field.price": "[ms] price",
|
|
79
|
+
"field.product_discount": "[ms] product discount",
|
|
70
80
|
"field.product_info": "[ms] product info",
|
|
71
81
|
"field.product_name": "[ms] product name",
|
|
72
82
|
"field.product_sku": "[ms] product sku",
|
|
73
83
|
"field.product_units": "[ms] product units",
|
|
74
84
|
"field.product": "[ms] product",
|
|
85
|
+
"field.promotion_id": "[ms] promotion ID",
|
|
75
86
|
"field.qty": "[ms] qty",
|
|
76
87
|
"field.ref_no": "[ms] ref no.",
|
|
88
|
+
"field.refund_amount": "[ms] refund amount",
|
|
77
89
|
"field.remark": "[ms] remark",
|
|
78
90
|
"field.required_branch": "[ms] required branch",
|
|
79
91
|
"field.required_sender": "[ms] required sender",
|
|
80
92
|
"field.required_tracking": "[ms] required tracking",
|
|
81
93
|
"field.ro_created": "[ms] ro created",
|
|
82
94
|
"field.save": "[ms] save",
|
|
95
|
+
"field.seller_shipping_fee_voucher": "[ms] seller shipping fee voucher",
|
|
83
96
|
"field.sender": "[ms] sender",
|
|
84
97
|
"field.shipping_carrier": "[ms] shipping carrier",
|
|
98
|
+
"field.shipping_fee_voucher": "[ms] shipping fee voucher",
|
|
99
|
+
"field.shipping_fee": "[ms] shipping fee",
|
|
100
|
+
"field.shipping_provider": "[ms] shipping provider",
|
|
85
101
|
"field.sku_name": "[ms] sku name",
|
|
86
102
|
"field.sku": "[ms] sku",
|
|
87
103
|
"field.sold_stock": "[ms] sold stock",
|
|
@@ -91,6 +107,8 @@
|
|
|
91
107
|
"field.stock_buffer": "[ms] buffer stock",
|
|
92
108
|
"field.stock": "[ms] total stock",
|
|
93
109
|
"field.store_name": "[ms] store name",
|
|
110
|
+
"field.store": "[ms] store",
|
|
111
|
+
"field.to_date": "[ms] to date",
|
|
94
112
|
"field.total_amount": "[ms] total amount",
|
|
95
113
|
"field.total_uom_value": "[ms] total UOM value",
|
|
96
114
|
"field.total_weight": "[ms] total weight",
|
|
@@ -109,9 +127,9 @@
|
|
|
109
127
|
"field.variation_sku": "[ms] variation sku",
|
|
110
128
|
"field.variation_uom_value": "[ms] variation uom value",
|
|
111
129
|
"field.zipcode": "[ms] zipcode",
|
|
112
|
-
"label.address": "[ms] address",
|
|
113
130
|
"label.address_id": "[ms] address id",
|
|
114
131
|
"label.address_info": "[ms] address info",
|
|
132
|
+
"label.address": "[ms] address",
|
|
115
133
|
"label.attention_to": "[ms] attention to",
|
|
116
134
|
"label.available_stock": "[ms] available stock",
|
|
117
135
|
"label.branch_id": "[ms] branch id",
|
|
@@ -202,8 +220,8 @@
|
|
|
202
220
|
"label.selling_price": "[ms] selling price",
|
|
203
221
|
"label.shipped": "[ms] shipped",
|
|
204
222
|
"label.shipping_provider": "[ms] shipping provider",
|
|
205
|
-
"label.storage_type": "[ms] storage type",
|
|
206
223
|
"label.sku": "[ms] sku",
|
|
224
|
+
"label.storage_type": "[ms] storage type",
|
|
207
225
|
"label.threshold_value": "[ms] threshold value",
|
|
208
226
|
"label.timeslot_info": "[ms] timeslot",
|
|
209
227
|
"label.to_confirm_receive": "[ms] to confirm receive",
|
|
@@ -218,13 +236,13 @@
|
|
|
218
236
|
"label.weight": "[ms] weight",
|
|
219
237
|
"label.width": "[ms] width",
|
|
220
238
|
"text.address_is_empty": "[ms] address is empty",
|
|
221
|
-
"text.document_has_been_generated": "[ms] document has been generated",
|
|
222
239
|
"text.batch_init_type_not_selected": "[ms] batch init type not selected",
|
|
223
240
|
"text.branch_is_not_selected": "[ms] branch is not selected",
|
|
241
|
+
"text.confirm_stock_replenishment": "[ms] confirm stock replenishment",
|
|
224
242
|
"text.create_a_draft_product": "[ms] create a draft product",
|
|
225
243
|
"text.create_new_variation_draft": "[ms] create new variation draft",
|
|
226
|
-
"text.confirm_stock_replenishment": "[ms] confirm stock replenishment",
|
|
227
244
|
"text.delivery_type_is_empty": "[ms] delivery type is empty",
|
|
245
|
+
"text.document_has_been_generated": "[ms] document has been generated",
|
|
228
246
|
"text.draft_product_has_been_updated_successfully": "[ms] draft product has been updated successfully",
|
|
229
247
|
"text.form_is_incomplete": "[ms] form is incomplete",
|
|
230
248
|
"text.initialise_logistics": "[ms] initialise logistics",
|
|
@@ -234,13 +252,13 @@
|
|
|
234
252
|
"text.kindly_select_at_least_one_store_account": "[ms] kindly select at least one store account",
|
|
235
253
|
"text.linking_process_is_completed": "[ms] linking process is completed",
|
|
236
254
|
"text.marketplace_qty_updated": "[ms] marketplace quantity updated",
|
|
255
|
+
"text.no_document_available": "[ms] no document available",
|
|
237
256
|
"text.no_order_is_selected": "[ms] no order is selected",
|
|
238
257
|
"text.no_orders_selected": "[ms] no orders selected",
|
|
239
258
|
"text.no_selection_in_type": "[ms] no selection in type",
|
|
240
|
-
"text.no_document_available": "[ms] no document available",
|
|
241
259
|
"text.order_has_been_deleted": "[ms] order has been deleted",
|
|
242
|
-
"text.order_has_been_updated": "[ms] order has been updated",
|
|
243
260
|
"text.order_has_been_initiated_for_warehouse_fulfilment": "[ms] order has been initiated for warehouse fulfillment",
|
|
261
|
+
"text.order_has_been_updated": "[ms] order has been updated",
|
|
244
262
|
"text.order_init_batch": "[ms] order init batch",
|
|
245
263
|
"text.order_list_has_been_updated": "[ms] order list has been updated",
|
|
246
264
|
"text.package_height_is_empty": "[ms] package height is empty",
|
|
@@ -269,8 +287,8 @@
|
|
|
269
287
|
"text.successfully_fetch_latest_data": "[ms] successfully fetch latest data",
|
|
270
288
|
"text.tracking_no_is_empty": "[ms] tracking no is empty",
|
|
271
289
|
"text.update_draft_product": "[ms] update draft product",
|
|
272
|
-
"text.update_stock_allocation_ratio": "[ms] update stock allocation ratio",
|
|
273
290
|
"text.update_marketplace_order_max_weight": "[ms] update marketplace order maximum weight",
|
|
291
|
+
"text.update_stock_allocation_ratio": "[ms] update stock allocation ratio",
|
|
274
292
|
"text.you_wont_be_able_to_revert_this": "[ms] you won't be able to revert this",
|
|
275
293
|
"title.are_you_sure": "[ms] are you sure",
|
|
276
294
|
"title.attachment": "[ms] attachment",
|
|
@@ -286,8 +304,9 @@
|
|
|
286
304
|
"title.group_product_variants": "[ms] group product variants",
|
|
287
305
|
"title.inventories": "[ms] inventories",
|
|
288
306
|
"title.inventory_by_product": "[ms] inventory by product",
|
|
289
|
-
"title.link_product_configuration": "[ms] link product configuration",
|
|
290
307
|
"title.inventory_details": "[ms] inventory details",
|
|
308
|
+
"title.lazada_sales_report": "[ms] lazada sales report",
|
|
309
|
+
"title.link_product_configuration": "[ms] link product configuration",
|
|
291
310
|
"title.onhand_inventory": "[ms] onhand inventory",
|
|
292
311
|
"title.order_by_store": "[ms] order by store",
|
|
293
312
|
"title.order_items_information": "[ms] order items information",
|
|
@@ -302,6 +321,7 @@
|
|
|
302
321
|
"title.range_of_date_order": "[ms] range of date order",
|
|
303
322
|
"title.select_product_type": "[ms] select product type",
|
|
304
323
|
"title.select_store_account": "[ms] select store account",
|
|
324
|
+
"title.shopee_sales_report": "[ms] shopee sales report",
|
|
305
325
|
"title.sr_no": "[ms] replenishment no.",
|
|
306
326
|
"title.stock_replenishment_detail": "[ms] stock replenishment detail",
|
|
307
327
|
"title.stock_replenishment_list": "[ms] stock replenishment list",
|