@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/zh.json
CHANGED
|
@@ -1,4 +1,14 @@
|
|
|
1
1
|
{
|
|
2
|
+
"field.variation_id": "[zh] variation id",
|
|
3
|
+
"field.voucher_amt": "[zh] voucher amt",
|
|
4
|
+
"field.shipping_rebate": "[zh] shipping rebate",
|
|
5
|
+
"field.shipping_mode": "[zh] shipping mode",
|
|
6
|
+
"field.service_fee": "[zh] service fee",
|
|
7
|
+
"field.transaction_fee": "[zh] transaction fee",
|
|
8
|
+
"field.total_released_amt": "[zh] total release amt",
|
|
9
|
+
"field.voucher_code": "[zh] voucher code",
|
|
10
|
+
"field.comission_fee": "[zh] comission fee",
|
|
11
|
+
"field.fulfilment_center": "[zh] fulfilment center",
|
|
2
12
|
"button.add_product": "[zh] add product",
|
|
3
13
|
"button.add": "[zh] add",
|
|
4
14
|
"button.airway_bill": "[zh] airway bill",
|
|
@@ -28,60 +38,92 @@
|
|
|
28
38
|
"button.to_confirm_receive": "[zh] to confirm receive",
|
|
29
39
|
"button.update_marketplace_qty": "[zh] update marketplace quantity",
|
|
30
40
|
"button.update_qty": "[zh] update quantity",
|
|
31
|
-
"error.unable to verify webhook origin": "[zh] unable to verify webhook origin",
|
|
32
41
|
"error.unable to find store account": "[zh] unable to find store account",
|
|
42
|
+
"error.unable to verify webhook origin": "[zh] unable to verify webhook origin",
|
|
33
43
|
"field.actions": "[zh] actions",
|
|
44
|
+
"field.actual_shipping_fee": "[zh] actual shipping fee",
|
|
34
45
|
"field.address_id": "[zh] address id",
|
|
35
46
|
"field.assigned_warehouse_sku": "[zh] assigned warehouse sku",
|
|
47
|
+
"field.auto_shipping_fee_subsidy_by_lazada": "[zh] auto shipping fee subsidy (by lazada)",
|
|
36
48
|
"field.available_to_purchase": "[zh] available to purchase",
|
|
37
49
|
"field.available": "[zh] available",
|
|
38
50
|
"field.batch_id": "[zh] batch no",
|
|
39
51
|
"field.branch_id": "[zh] branch id",
|
|
40
52
|
"field.branch": "[zh] branch",
|
|
53
|
+
"field.buyer_username": "[zh] buyer username",
|
|
41
54
|
"field.channel_sku": "[zh] channel sku",
|
|
42
55
|
"field.city": "[zh] city",
|
|
56
|
+
"field.commission_fee": "[zh] commission fee",
|
|
43
57
|
"field.country": "[zh] country",
|
|
44
58
|
"field.criteria": "[zh] criteria",
|
|
45
59
|
"field.date": "[zh] date",
|
|
60
|
+
"field.distributor": "[zh] distributor",
|
|
46
61
|
"field.district": "[zh] district",
|
|
47
62
|
"field.ending_on": "[zh] ending on",
|
|
48
63
|
"field.eta_date": "[zh] eta date",
|
|
64
|
+
"field.from_date": "[zh] from date",
|
|
65
|
+
"field.fulfillment_partner": "[zh] fulfillment partner",
|
|
66
|
+
"field.grand_total": "[zh] grand total",
|
|
49
67
|
"field.import_cargo": "[zh] import cargo",
|
|
50
68
|
"field.isku": "[zh] ISKU",
|
|
51
69
|
"field.item_count": "[zh] item count",
|
|
70
|
+
"field.item_price_credit": "[zh] item price credit",
|
|
52
71
|
"field.item": "[zh] item",
|
|
53
72
|
"field.last_updated": "[zh] last updated",
|
|
73
|
+
"field.lazada_bonus": "[zh] lazada bonus",
|
|
74
|
+
"field.lazada_bonus_lzd_cofund": "[zh] lazada bonus - LZD co-fund",
|
|
54
75
|
"field.marketplace_product_name": "[zh] marketplace product name",
|
|
55
76
|
"field.marketplace_product_sku": "[zh] marketplace product sku",
|
|
56
77
|
"field.name": "[zh] name",
|
|
57
78
|
"field.not_assigned": "[zh] not assigned",
|
|
58
79
|
"field.on_hold": "[zh] on hold",
|
|
80
|
+
"field.order_created_date": "[zh] order created date",
|
|
59
81
|
"field.order_no": "[zh] order no",
|
|
82
|
+
"field.orders_lazada_fees_total": "[zh] orders-lazada fees total",
|
|
83
|
+
"field.orders_logistics_total": "[zh] orders-logistics total",
|
|
84
|
+
"field.orders_marketing_fees_total": "[zh] orders-marketing fees total",
|
|
85
|
+
"field.orders_sales_total": "[zh] orders-sales total",
|
|
86
|
+
"field.original_price": "[zh] original price",
|
|
60
87
|
"field.own_shipping_carrier": "[zh] own shipping carrier",
|
|
61
88
|
"field.own_tracking_no": "[zh] own tracking no",
|
|
62
89
|
"field.pack_qty": "[zh] pack qty",
|
|
63
90
|
"field.pack_weight": "[zh] pack weight",
|
|
64
91
|
"field.packing_type": "[zh] packing type",
|
|
92
|
+
"field.paid_price": "[zh] paid price",
|
|
65
93
|
"field.pallet_qty": "[zh] pallet qty",
|
|
94
|
+
"field.pay_time": "[zh] pay time",
|
|
95
|
+
"field.payment_fee": "[zh] payment fee",
|
|
66
96
|
"field.pickup_date": "[zh] pickup date",
|
|
67
97
|
"field.pickup_time_id": "[zh] pickup time id",
|
|
68
98
|
"field.post_code": "[zh] post code",
|
|
69
99
|
"field.price": "[zh] price",
|
|
100
|
+
"field.product_discount": "[zh] product discount",
|
|
70
101
|
"field.product_info": "[zh] product info",
|
|
71
102
|
"field.product_name": "[zh] product name",
|
|
72
103
|
"field.product_sku": "[zh] product sku",
|
|
73
104
|
"field.product_units": "[zh] product units",
|
|
74
105
|
"field.product": "[zh] product",
|
|
106
|
+
"field.promotion_id": "[zh] promotion ID",
|
|
107
|
+
"field.promotional_charges_flexi_combo": "[zh] promotional charges flexi-combo",
|
|
108
|
+
"field.promotional_charges_vouchers": "[zh] promotional charges vouchers",
|
|
75
109
|
"field.qty": "[zh] qty",
|
|
76
110
|
"field.ref_no": "[zh] ref no.",
|
|
111
|
+
"field.refund_amount": "[zh] refund amount",
|
|
77
112
|
"field.remark": "[zh] remark",
|
|
78
113
|
"field.required_branch": "[zh] required branch",
|
|
79
114
|
"field.required_sender": "[zh] required sender",
|
|
80
115
|
"field.required_tracking": "[zh] required tracking",
|
|
81
116
|
"field.ro_created": "[zh] ro created",
|
|
82
117
|
"field.save": "[zh] save",
|
|
118
|
+
"field.seller_shipping_fee_voucher": "[zh] seller shipping fee voucher",
|
|
83
119
|
"field.sender": "[zh] sender",
|
|
84
120
|
"field.shipping_carrier": "[zh] shipping carrier",
|
|
121
|
+
"field.shipping_fee_voucher": "[zh] shipping fee voucher",
|
|
122
|
+
"field.shipping_fee_paid_by_customer": "[zh] shipping fee (paid by customer)",
|
|
123
|
+
"field.shipping_fee_voucher_by_lazada": "[zh] shipping fee voucher (by lazada)",
|
|
124
|
+
"field.shipping_fee_voucher_by_seller": "[zh] shipping fee voucher (by seller)",
|
|
125
|
+
"field.shipping_fee": "[zh] shipping fee",
|
|
126
|
+
"field.shipping_provider": "[zh] shipping provider",
|
|
85
127
|
"field.sku_name": "[zh] sku name",
|
|
86
128
|
"field.sku": "[zh] sku",
|
|
87
129
|
"field.sold_stock": "[zh] sold stock",
|
|
@@ -91,6 +133,9 @@
|
|
|
91
133
|
"field.stock_buffer": "[zh] buffer stock",
|
|
92
134
|
"field.stock": "[zh] total stock",
|
|
93
135
|
"field.store_name": "[zh] store name",
|
|
136
|
+
"field.store": "[zh] store",
|
|
137
|
+
"field.tax_amount": "[zh] tax amount",
|
|
138
|
+
"field.to_date": "[zh] to date",
|
|
94
139
|
"field.total_amount": "[zh] total amount",
|
|
95
140
|
"field.total_uom_value": "[zh] total UOM value",
|
|
96
141
|
"field.total_weight": "[zh] total weight",
|
|
@@ -108,10 +153,11 @@
|
|
|
108
153
|
"field.variation_selling_price": "[zh] variation selling price",
|
|
109
154
|
"field.variation_sku": "[zh] variation sku",
|
|
110
155
|
"field.variation_uom_value": "[zh] variation uom value",
|
|
156
|
+
"field.warehouse_sku": "[zh] warehouse SKU",
|
|
111
157
|
"field.zipcode": "[zh] zipcode",
|
|
112
|
-
"label.address": "[zh] address",
|
|
113
158
|
"label.address_id": "[zh] address id",
|
|
114
159
|
"label.address_info": "[zh] address info",
|
|
160
|
+
"label.address": "[zh] address",
|
|
115
161
|
"label.attention_to": "[zh] attention to",
|
|
116
162
|
"label.available_stock": "[zh] available stock",
|
|
117
163
|
"label.branch_id": "[zh] branch id",
|
|
@@ -202,8 +248,8 @@
|
|
|
202
248
|
"label.selling_price": "[zh] selling price",
|
|
203
249
|
"label.shipped": "[zh] shipped",
|
|
204
250
|
"label.shipping_provider": "[zh] shipping provider",
|
|
205
|
-
"label.storage_type": "[zh] storage type",
|
|
206
251
|
"label.sku": "[zh] sku",
|
|
252
|
+
"label.storage_type": "[zh] storage type",
|
|
207
253
|
"label.threshold_value": "[zh] threshold value",
|
|
208
254
|
"label.timeslot_info": "[zh] timeslot",
|
|
209
255
|
"label.to_confirm_receive": "[zh] to confirm receive",
|
|
@@ -218,13 +264,13 @@
|
|
|
218
264
|
"label.weight": "[zh] weight",
|
|
219
265
|
"label.width": "[zh] width",
|
|
220
266
|
"text.address_is_empty": "[zh] address is empty",
|
|
221
|
-
"text.document_has_been_generated": "[zh] document has been generated",
|
|
222
267
|
"text.batch_init_type_not_selected": "[zh] batch init type not selected",
|
|
223
268
|
"text.branch_is_not_selected": "[zh] branch is not selected",
|
|
269
|
+
"text.confirm_stock_replenishment": "[zh] confirm stock replenishment",
|
|
224
270
|
"text.create_a_draft_product": "[zh] create a draft product",
|
|
225
271
|
"text.create_new_variation_draft": "[zh] create new variation draft",
|
|
226
|
-
"text.confirm_stock_replenishment": "[zh] confirm stock replenishment",
|
|
227
272
|
"text.delivery_type_is_empty": "[zh] delivery type is empty",
|
|
273
|
+
"text.document_has_been_generated": "[zh] document has been generated",
|
|
228
274
|
"text.draft_product_has_been_updated_successfully": "[zh] draft product has been updated successfully",
|
|
229
275
|
"text.form_is_incomplete": "[zh] form is incomplete",
|
|
230
276
|
"text.initialise_logistics": "[zh] initialise logistics",
|
|
@@ -234,13 +280,13 @@
|
|
|
234
280
|
"text.kindly_select_at_least_one_store_account": "[zh] kindly select at least one store account",
|
|
235
281
|
"text.linking_process_is_completed": "[zh] linking process is completed",
|
|
236
282
|
"text.marketplace_qty_updated": "[zh] marketplace quantity updated",
|
|
283
|
+
"text.no_document_available": "[zh] no document available",
|
|
237
284
|
"text.no_order_is_selected": "[zh] no order is selected",
|
|
238
285
|
"text.no_orders_selected": "[zh] no orders selected",
|
|
239
286
|
"text.no_selection_in_type": "[zh] no selection in type",
|
|
240
|
-
"text.no_document_available": "[zh] no document available",
|
|
241
287
|
"text.order_has_been_deleted": "[zh] order has been deleted",
|
|
242
|
-
"text.order_has_been_updated": "[zh] order has been updated",
|
|
243
288
|
"text.order_has_been_initiated_for_warehouse_fulfilment": "[zh] order has been initiated for warehouse fulfillment",
|
|
289
|
+
"text.order_has_been_updated": "[zh] order has been updated",
|
|
244
290
|
"text.order_init_batch": "[zh] order init batch",
|
|
245
291
|
"text.order_list_has_been_updated": "[zh] order list has been updated",
|
|
246
292
|
"text.package_height_is_empty": "[zh] package height is empty",
|
|
@@ -269,8 +315,8 @@
|
|
|
269
315
|
"text.successfully_fetch_latest_data": "[zh] successfully fetch latest data",
|
|
270
316
|
"text.tracking_no_is_empty": "[zh] tracking no is empty",
|
|
271
317
|
"text.update_draft_product": "[zh] update draft product",
|
|
272
|
-
"text.update_stock_allocation_ratio": "[zh] update stock allocation ratio",
|
|
273
318
|
"text.update_marketplace_order_max_weight": "[zh] update marketplace order maximum weight",
|
|
319
|
+
"text.update_stock_allocation_ratio": "[zh] update stock allocation ratio",
|
|
274
320
|
"text.you_wont_be_able_to_revert_this": "[zh] you won't be able to revert this",
|
|
275
321
|
"title.are_you_sure": "[zh] are you sure",
|
|
276
322
|
"title.attachment": "[zh] attachment",
|
|
@@ -286,8 +332,9 @@
|
|
|
286
332
|
"title.group_product_variants": "[zh] group product variants",
|
|
287
333
|
"title.inventories": "[zh] inventories",
|
|
288
334
|
"title.inventory_by_product": "[zh] inventory by product",
|
|
289
|
-
"title.link_product_configuration": "[zh] link product configuration",
|
|
290
335
|
"title.inventory_details": "[zh] inventory details",
|
|
336
|
+
"title.lazada_sales_report": "[zh] lazada sales report",
|
|
337
|
+
"title.link_product_configuration": "[zh] link product configuration",
|
|
291
338
|
"title.onhand_inventory": "[zh] onhand inventory",
|
|
292
339
|
"title.order_by_store": "[zh] order by store",
|
|
293
340
|
"title.order_itezh_information": "[zh] order itezh information",
|
|
@@ -302,6 +349,7 @@
|
|
|
302
349
|
"title.range_of_date_order": "[zh] range of date order",
|
|
303
350
|
"title.select_product_type": "[zh] select product type",
|
|
304
351
|
"title.select_store_account": "[zh] select store account",
|
|
352
|
+
"title.shopee_sales_report": "[zh] shopee sales report",
|
|
305
353
|
"title.sr_no": "[zh] replenishment no.",
|
|
306
354
|
"title.stock_replenishment_detail": "[zh] stock replenishment detail",
|
|
307
355
|
"title.stock_replenishment_list": "[zh] stock replenishment list",
|