@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/zh.json
CHANGED
|
@@ -28,9 +28,10 @@
|
|
|
28
28
|
"button.to_confirm_receive": "[zh] to confirm receive",
|
|
29
29
|
"button.update_marketplace_qty": "[zh] update marketplace quantity",
|
|
30
30
|
"button.update_qty": "[zh] update quantity",
|
|
31
|
-
"error.unable to verify webhook origin": "[zh] unable to verify webhook origin",
|
|
32
31
|
"error.unable to find store account": "[zh] unable to find store account",
|
|
32
|
+
"error.unable to verify webhook origin": "[zh] unable to verify webhook origin",
|
|
33
33
|
"field.actions": "[zh] actions",
|
|
34
|
+
"field.actual_shipping_fee": "[zh] actual shipping fee",
|
|
34
35
|
"field.address_id": "[zh] address id",
|
|
35
36
|
"field.assigned_warehouse_sku": "[zh] assigned warehouse sku",
|
|
36
37
|
"field.available_to_purchase": "[zh] available to purchase",
|
|
@@ -38,14 +39,17 @@
|
|
|
38
39
|
"field.batch_id": "[zh] batch no",
|
|
39
40
|
"field.branch_id": "[zh] branch id",
|
|
40
41
|
"field.branch": "[zh] branch",
|
|
42
|
+
"field.buyer_username": "[zh] buyer username",
|
|
41
43
|
"field.channel_sku": "[zh] channel sku",
|
|
42
44
|
"field.city": "[zh] city",
|
|
43
45
|
"field.country": "[zh] country",
|
|
44
46
|
"field.criteria": "[zh] criteria",
|
|
45
47
|
"field.date": "[zh] date",
|
|
48
|
+
"field.distributor": "[zh] distributor",
|
|
46
49
|
"field.district": "[zh] district",
|
|
47
50
|
"field.ending_on": "[zh] ending on",
|
|
48
51
|
"field.eta_date": "[zh] eta date",
|
|
52
|
+
"field.from_date": "[zh] from date",
|
|
49
53
|
"field.import_cargo": "[zh] import cargo",
|
|
50
54
|
"field.isku": "[zh] ISKU",
|
|
51
55
|
"field.item_count": "[zh] item count",
|
|
@@ -56,32 +60,44 @@
|
|
|
56
60
|
"field.name": "[zh] name",
|
|
57
61
|
"field.not_assigned": "[zh] not assigned",
|
|
58
62
|
"field.on_hold": "[zh] on hold",
|
|
63
|
+
"field.order_created_date": "[zh] order created date",
|
|
59
64
|
"field.order_no": "[zh] order no",
|
|
65
|
+
"field.original_price": "[zh] original price",
|
|
60
66
|
"field.own_shipping_carrier": "[zh] own shipping carrier",
|
|
61
67
|
"field.own_tracking_no": "[zh] own tracking no",
|
|
62
68
|
"field.pack_qty": "[zh] pack qty",
|
|
63
69
|
"field.pack_weight": "[zh] pack weight",
|
|
64
70
|
"field.packing_type": "[zh] packing type",
|
|
71
|
+
"field.paid_price": "[zh] paid price",
|
|
65
72
|
"field.pallet_qty": "[zh] pallet qty",
|
|
73
|
+
"field.pay_time": "[zh] pay time",
|
|
74
|
+
"field.payment_fee": "[zh] payment fee",
|
|
66
75
|
"field.pickup_date": "[zh] pickup date",
|
|
67
76
|
"field.pickup_time_id": "[zh] pickup time id",
|
|
68
77
|
"field.post_code": "[zh] post code",
|
|
69
78
|
"field.price": "[zh] price",
|
|
79
|
+
"field.product_discount": "[zh] product discount",
|
|
70
80
|
"field.product_info": "[zh] product info",
|
|
71
81
|
"field.product_name": "[zh] product name",
|
|
72
82
|
"field.product_sku": "[zh] product sku",
|
|
73
83
|
"field.product_units": "[zh] product units",
|
|
74
84
|
"field.product": "[zh] product",
|
|
85
|
+
"field.promotion_id": "[zh] promotion ID",
|
|
75
86
|
"field.qty": "[zh] qty",
|
|
76
87
|
"field.ref_no": "[zh] ref no.",
|
|
88
|
+
"field.refund_amount": "[zh] refund amount",
|
|
77
89
|
"field.remark": "[zh] remark",
|
|
78
90
|
"field.required_branch": "[zh] required branch",
|
|
79
91
|
"field.required_sender": "[zh] required sender",
|
|
80
92
|
"field.required_tracking": "[zh] required tracking",
|
|
81
93
|
"field.ro_created": "[zh] ro created",
|
|
82
94
|
"field.save": "[zh] save",
|
|
95
|
+
"field.seller_shipping_fee_voucher": "[zh] seller shipping fee voucher",
|
|
83
96
|
"field.sender": "[zh] sender",
|
|
84
97
|
"field.shipping_carrier": "[zh] shipping carrier",
|
|
98
|
+
"field.shipping_fee_voucher": "[zh] shipping fee voucher",
|
|
99
|
+
"field.shipping_fee": "[zh] shipping fee",
|
|
100
|
+
"field.shipping_provider": "[zh] shipping provider",
|
|
85
101
|
"field.sku_name": "[zh] sku name",
|
|
86
102
|
"field.sku": "[zh] sku",
|
|
87
103
|
"field.sold_stock": "[zh] sold stock",
|
|
@@ -91,6 +107,8 @@
|
|
|
91
107
|
"field.stock_buffer": "[zh] buffer stock",
|
|
92
108
|
"field.stock": "[zh] total stock",
|
|
93
109
|
"field.store_name": "[zh] store name",
|
|
110
|
+
"field.store": "[zh] store",
|
|
111
|
+
"field.to_date": "[zh] to date",
|
|
94
112
|
"field.total_amount": "[zh] total amount",
|
|
95
113
|
"field.total_uom_value": "[zh] total UOM value",
|
|
96
114
|
"field.total_weight": "[zh] total weight",
|
|
@@ -109,9 +127,9 @@
|
|
|
109
127
|
"field.variation_sku": "[zh] variation sku",
|
|
110
128
|
"field.variation_uom_value": "[zh] variation uom value",
|
|
111
129
|
"field.zipcode": "[zh] zipcode",
|
|
112
|
-
"label.address": "[zh] address",
|
|
113
130
|
"label.address_id": "[zh] address id",
|
|
114
131
|
"label.address_info": "[zh] address info",
|
|
132
|
+
"label.address": "[zh] address",
|
|
115
133
|
"label.attention_to": "[zh] attention to",
|
|
116
134
|
"label.available_stock": "[zh] available stock",
|
|
117
135
|
"label.branch_id": "[zh] branch id",
|
|
@@ -202,8 +220,8 @@
|
|
|
202
220
|
"label.selling_price": "[zh] selling price",
|
|
203
221
|
"label.shipped": "[zh] shipped",
|
|
204
222
|
"label.shipping_provider": "[zh] shipping provider",
|
|
205
|
-
"label.storage_type": "[zh] storage type",
|
|
206
223
|
"label.sku": "[zh] sku",
|
|
224
|
+
"label.storage_type": "[zh] storage type",
|
|
207
225
|
"label.threshold_value": "[zh] threshold value",
|
|
208
226
|
"label.timeslot_info": "[zh] timeslot",
|
|
209
227
|
"label.to_confirm_receive": "[zh] to confirm receive",
|
|
@@ -218,13 +236,13 @@
|
|
|
218
236
|
"label.weight": "[zh] weight",
|
|
219
237
|
"label.width": "[zh] width",
|
|
220
238
|
"text.address_is_empty": "[zh] address is empty",
|
|
221
|
-
"text.document_has_been_generated": "[zh] document has been generated",
|
|
222
239
|
"text.batch_init_type_not_selected": "[zh] batch init type not selected",
|
|
223
240
|
"text.branch_is_not_selected": "[zh] branch is not selected",
|
|
241
|
+
"text.confirm_stock_replenishment": "[zh] confirm stock replenishment",
|
|
224
242
|
"text.create_a_draft_product": "[zh] create a draft product",
|
|
225
243
|
"text.create_new_variation_draft": "[zh] create new variation draft",
|
|
226
|
-
"text.confirm_stock_replenishment": "[zh] confirm stock replenishment",
|
|
227
244
|
"text.delivery_type_is_empty": "[zh] delivery type is empty",
|
|
245
|
+
"text.document_has_been_generated": "[zh] document has been generated",
|
|
228
246
|
"text.draft_product_has_been_updated_successfully": "[zh] draft product has been updated successfully",
|
|
229
247
|
"text.form_is_incomplete": "[zh] form is incomplete",
|
|
230
248
|
"text.initialise_logistics": "[zh] initialise logistics",
|
|
@@ -234,13 +252,13 @@
|
|
|
234
252
|
"text.kindly_select_at_least_one_store_account": "[zh] kindly select at least one store account",
|
|
235
253
|
"text.linking_process_is_completed": "[zh] linking process is completed",
|
|
236
254
|
"text.marketplace_qty_updated": "[zh] marketplace quantity updated",
|
|
255
|
+
"text.no_document_available": "[zh] no document available",
|
|
237
256
|
"text.no_order_is_selected": "[zh] no order is selected",
|
|
238
257
|
"text.no_orders_selected": "[zh] no orders selected",
|
|
239
258
|
"text.no_selection_in_type": "[zh] no selection in type",
|
|
240
|
-
"text.no_document_available": "[zh] no document available",
|
|
241
259
|
"text.order_has_been_deleted": "[zh] order has been deleted",
|
|
242
|
-
"text.order_has_been_updated": "[zh] order has been updated",
|
|
243
260
|
"text.order_has_been_initiated_for_warehouse_fulfilment": "[zh] order has been initiated for warehouse fulfillment",
|
|
261
|
+
"text.order_has_been_updated": "[zh] order has been updated",
|
|
244
262
|
"text.order_init_batch": "[zh] order init batch",
|
|
245
263
|
"text.order_list_has_been_updated": "[zh] order list has been updated",
|
|
246
264
|
"text.package_height_is_empty": "[zh] package height is empty",
|
|
@@ -269,8 +287,8 @@
|
|
|
269
287
|
"text.successfully_fetch_latest_data": "[zh] successfully fetch latest data",
|
|
270
288
|
"text.tracking_no_is_empty": "[zh] tracking no is empty",
|
|
271
289
|
"text.update_draft_product": "[zh] update draft product",
|
|
272
|
-
"text.update_stock_allocation_ratio": "[zh] update stock allocation ratio",
|
|
273
290
|
"text.update_marketplace_order_max_weight": "[zh] update marketplace order maximum weight",
|
|
291
|
+
"text.update_stock_allocation_ratio": "[zh] update stock allocation ratio",
|
|
274
292
|
"text.you_wont_be_able_to_revert_this": "[zh] you won't be able to revert this",
|
|
275
293
|
"title.are_you_sure": "[zh] are you sure",
|
|
276
294
|
"title.attachment": "[zh] attachment",
|
|
@@ -286,8 +304,9 @@
|
|
|
286
304
|
"title.group_product_variants": "[zh] group product variants",
|
|
287
305
|
"title.inventories": "[zh] inventories",
|
|
288
306
|
"title.inventory_by_product": "[zh] inventory by product",
|
|
289
|
-
"title.link_product_configuration": "[zh] link product configuration",
|
|
290
307
|
"title.inventory_details": "[zh] inventory details",
|
|
308
|
+
"title.lazada_sales_report": "[zh] lazada sales report",
|
|
309
|
+
"title.link_product_configuration": "[zh] link product configuration",
|
|
291
310
|
"title.onhand_inventory": "[zh] onhand inventory",
|
|
292
311
|
"title.order_by_store": "[zh] order by store",
|
|
293
312
|
"title.order_itezh_information": "[zh] order itezh information",
|
|
@@ -302,6 +321,7 @@
|
|
|
302
321
|
"title.range_of_date_order": "[zh] range of date order",
|
|
303
322
|
"title.select_product_type": "[zh] select product type",
|
|
304
323
|
"title.select_store_account": "[zh] select store account",
|
|
324
|
+
"title.shopee_sales_report": "[zh] shopee sales report",
|
|
305
325
|
"title.sr_no": "[zh] replenishment no.",
|
|
306
326
|
"title.stock_replenishment_detail": "[zh] stock replenishment detail",
|
|
307
327
|
"title.stock_replenishment_list": "[zh] stock replenishment list",
|