@things-factory/operato-wms 4.3.3 → 4.4.0-alpha.1
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/pages/constants/index.js +0 -1
- package/client/pages/constants/setting.js +0 -1
- package/client/pages/inbound/putaway-product.js +1 -3
- package/client/pages/inbound/unload-product.js +11 -21
- package/client/pages/inventory/inventory-adjustment-approval.js +9 -24
- package/client/pages/inventory/inventory-adjustment.js +13 -79
- package/client/pages/master/product/product-list.js +1 -1
- package/client/pages/order/arrival-notice/arrival-notice-detail.js +2 -0
- package/client/pages/order/arrival-notice/receive-arrival-notice.js +2 -0
- package/client/pages/order/goods-received-note/customer-received-note.js +0 -3
- package/client/pages/order/goods-received-note/received-note-detail.js +0 -3
- package/client/pages/order/release-order/b2c/b2c-order-requests.js +30 -21
- package/client/pages/order/release-order/bulk-print-packing-list.js +0 -4
- package/client/pages/order/release-order/receive-release-order-request.js +2 -0
- package/client/pages/order/release-order/release-order-detail.js +26 -44
- package/client/pages/order/return-order/receive-return-order-requests.js +2 -0
- package/client/pages/order/transfer-order/receive-transfer-order-request.js +1 -1
- package/client/pages/order/transport-order/print-delivery-note.js +1 -0
- package/client/pages/order/transport-order/view-delivery-note.js +1 -1
- package/client/pages/order/vas-order/receive-vas-order.js +2 -0
- package/client/pages/outbound/inventory-assign-popup.js +2 -7
- package/client/pages/outbound/inventory-auto-assign-popup.js +1 -2
- package/client/pages/outbound/loading-product.js +11 -49
- package/client/pages/outbound/packing-product.js +6 -42
- package/client/pages/outbound/packing-worksheet-list.js +0 -15
- package/client/pages/outbound/picking-product.js +13 -150
- package/client/pages/outbound/single-outbound-worksheet.js +22 -10
- package/client/pages/outbound/sorting-product.js +15 -78
- package/client/pages/outbound/worksheet-batch-picking.js +2 -9
- package/client/pages/outbound/worksheet-packing.js +2 -7
- package/client/pages/outbound/worksheet-picking.js +2 -9
- package/client/pages/report/inventory-summary-report.js +0 -8
- package/client/pages/report/outbound-order-details-report.js +0 -18
- package/client/pages/vas/abstract-execute-vas.js +7 -12
- package/client/pages/vas/print-product-label.js +6 -15
- package/client/pages/vas/reverse-kitting/execute-reverse-kitting.js +1 -3
- package/client/pages/vas/reverse-kitting/popup-reverse-kitting-template.js +1 -3
- package/client/route.js +0 -12
- package/dist-server/entities/index.js +1 -2
- package/dist-server/entities/index.js.map +1 -1
- package/dist-server/graphql/index.js +5 -1
- package/dist-server/graphql/index.js.map +1 -1
- package/dist-server/graphql/resolvers/board-setting/board-settings.js +1 -2
- package/dist-server/graphql/resolvers/board-setting/board-settings.js.map +1 -1
- package/dist-server/graphql/resolvers/index.js +7 -4
- package/dist-server/graphql/resolvers/index.js.map +1 -1
- package/dist-server/graphql/resolvers/reports/outbound-order-details-report.js +1 -3
- package/dist-server/graphql/resolvers/reports/outbound-order-details-report.js.map +1 -1
- package/dist-server/graphql/types/index.js +8 -5
- package/dist-server/graphql/types/index.js.map +1 -1
- package/dist-server/graphql/types/reports/outbound-order-details-report.js +0 -2
- package/dist-server/graphql/types/reports/outbound-order-details-report.js.map +1 -1
- package/dist-server/index.js +5 -2
- package/dist-server/index.js.map +1 -1
- package/dist-server/opa-app-setting-constants.js +1 -2
- package/dist-server/opa-app-setting-constants.js.map +1 -1
- package/dist-server/utils/index.js +5 -1
- package/dist-server/utils/index.js.map +1 -1
- package/helps/release-note.ko.md +9 -11
- package/helps/release-note.md +9 -11
- package/helps/release-note.ms.md +9 -11
- package/helps/release-note.zh.md +9 -11
- package/package.json +50 -50
- package/server/entities/index.ts +2 -2
- package/server/graphql/resolvers/board-setting/board-settings.ts +2 -4
- package/server/graphql/resolvers/index.ts +2 -3
- package/server/graphql/resolvers/reports/outbound-order-details-report.ts +2 -6
- package/server/graphql/types/index.ts +4 -4
- package/server/graphql/types/reports/outbound-order-details-report.ts +0 -2
- package/server/index.ts +1 -2
- package/server/opa-app-setting-constants.ts +0 -1
- package/things-factory.config.js +0 -13
- package/translations/en.json +8 -49
- package/translations/ko.json +1 -36
- package/translations/ms.json +1 -36
- package/translations/zh.json +1 -36
- package/client/constants/index.js +0 -1
- package/client/constants/order.js +0 -14
- package/client/pages/constants/tote.js +0 -14
- package/client/pages/master/tote-list.js +0 -740
- package/client/pages/order/draft-release-good/draft-release-good-detail.js +0 -1163
- package/client/pages/order/draft-release-good/draft-release-good-list.js +0 -546
- package/client/pages/outbound/order-remark-popup.js +0 -112
- package/client/pages/outbound/tote-popup.js +0 -461
- package/dist-server/entities/warehouse-bizplace-onhand-inventory.js +0 -168
- package/dist-server/entities/warehouse-bizplace-onhand-inventory.js.map +0 -1
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/index.js +0 -6
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/index.js.map +0 -1
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.js +0 -58
- package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.js.map +0 -1
- package/dist-server/graphql/types/warehouse-inventory-adjustment/index.js +0 -9
- package/dist-server/graphql/types/warehouse-inventory-adjustment/index.js.map +0 -1
- package/server/entities/warehouse-bizplace-onhand-inventory.ts +0 -141
- package/server/graphql/resolvers/warehouse-inventory-adjustment/index.ts +0 -5
- package/server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.ts +0 -68
- package/server/graphql/types/warehouse-inventory-adjustment/index.ts +0 -5
package/translations/en.json
CHANGED
|
@@ -18,7 +18,6 @@
|
|
|
18
18
|
"button.back": "back",
|
|
19
19
|
"button.batch_picking": "batch picking",
|
|
20
20
|
"button.bulk_select_products": "bulk select products",
|
|
21
|
-
"button.bulk_update_status": "bulk update status",
|
|
22
21
|
"button.cancel_order": "cancel order",
|
|
23
22
|
"button.cancel": "cancel",
|
|
24
23
|
"button.carton_label_print": "print carton label",
|
|
@@ -57,12 +56,10 @@
|
|
|
57
56
|
"button.link_product": "link product",
|
|
58
57
|
"button.load": "load",
|
|
59
58
|
"button.lot_label_print": "print lot label",
|
|
60
|
-
"button.missing_stock": "missing stock",
|
|
61
59
|
"button.move_to_x": "move to {state.x}",
|
|
62
60
|
"button.move": "move",
|
|
63
61
|
"button.my_worksheet_list": "my worksheet list",
|
|
64
62
|
"button.okay": "okay",
|
|
65
|
-
"button.order_remark": "order remark",
|
|
66
63
|
"button.order_sorted": "order sorted",
|
|
67
64
|
"button.pack": "pack",
|
|
68
65
|
"button.partial_unload": "partial unload",
|
|
@@ -76,7 +73,6 @@
|
|
|
76
73
|
"button.print_purchase_order": "print purchase order",
|
|
77
74
|
"button.print_route_label": "print route label",
|
|
78
75
|
"button.print": "print",
|
|
79
|
-
"button.proceed": "proceed",
|
|
80
76
|
"button.product_changes": "product changes",
|
|
81
77
|
"button.qty_checked": "qty checked",
|
|
82
78
|
"button.ready_to_ship": "ready to ship",
|
|
@@ -96,7 +92,6 @@
|
|
|
96
92
|
"button.submit_for_approval": "submit for approval",
|
|
97
93
|
"button.submit": "submit",
|
|
98
94
|
"button.sync_data": "sync data",
|
|
99
|
-
"button.tote": "tote",
|
|
100
95
|
"button.transfer": "transfer",
|
|
101
96
|
"button.turn_to_PDF": "turn to PDF",
|
|
102
97
|
"button.update_order_details": "update order details",
|
|
@@ -137,7 +132,7 @@
|
|
|
137
132
|
"field.arrival_notice": "arrival notice",
|
|
138
133
|
"field.assigned_load": "assigned load",
|
|
139
134
|
"field.assigned_pack_qty": "assigned pack qty",
|
|
140
|
-
"field.assigned_picker":
|
|
135
|
+
"field.assigned_picker":"assigned picker",
|
|
141
136
|
"field.assigned_qty": "assigned qty",
|
|
142
137
|
"field.assigned_uom_value": "assigned uom value",
|
|
143
138
|
"field.assigned": "assigned",
|
|
@@ -318,7 +313,6 @@
|
|
|
318
313
|
"field.max_qty": "max qty",
|
|
319
314
|
"field.mfg_year": "mfg. year",
|
|
320
315
|
"field.min_qty": "min qty",
|
|
321
|
-
"field.missing_qty": "missing qty",
|
|
322
316
|
"field.month": "month",
|
|
323
317
|
"field.movement": "movement",
|
|
324
318
|
"field.name": "name",
|
|
@@ -328,7 +322,6 @@
|
|
|
328
322
|
"field.no_of_items": "no of items",
|
|
329
323
|
"field.no": "no",
|
|
330
324
|
"field.non_tally": "non tally",
|
|
331
|
-
"field.now_scanning": "now scanning",
|
|
332
325
|
"field.number_of_column": "number of column",
|
|
333
326
|
"field.number_of_depth": "number of depth",
|
|
334
327
|
"field.number_of_row": "number of row",
|
|
@@ -344,7 +337,6 @@
|
|
|
344
337
|
"field.order_created_at": "order created at",
|
|
345
338
|
"field.order_no": "order no",
|
|
346
339
|
"field.order_ref_no": "order ref no",
|
|
347
|
-
"field.order_remark": "order remark",
|
|
348
340
|
"field.order_status": "order status",
|
|
349
341
|
"field.order_type": "order type",
|
|
350
342
|
"field.origin_product": "origin product",
|
|
@@ -377,7 +369,7 @@
|
|
|
377
369
|
"field.picked_at": "picked at",
|
|
378
370
|
"field.picked_by": "picked by",
|
|
379
371
|
"field.picked_qty": "picked qty",
|
|
380
|
-
"field.picker":
|
|
372
|
+
"field.picker":"picker",
|
|
381
373
|
"field.picking_complete": "picking complete",
|
|
382
374
|
"field.picking_start": "picking start",
|
|
383
375
|
"field.pickup_time_id": "pickup time id",
|
|
@@ -426,8 +418,6 @@
|
|
|
426
418
|
"field.remain_qty": "remain qty",
|
|
427
419
|
"field.remain_uom_value": "remain uom value",
|
|
428
420
|
"field.remaining_qty": "remaining qty",
|
|
429
|
-
"field.remark_checked_at": "remark checked at",
|
|
430
|
-
"field.remark_checked_by": "remark checked by",
|
|
431
421
|
"field.remark": "remark",
|
|
432
422
|
"field.repacked_pallet": "repacked pallet",
|
|
433
423
|
"field.repalletized_pallet": "repalletized pallet",
|
|
@@ -448,16 +438,15 @@
|
|
|
448
438
|
"field.ro_no": "RO no.",
|
|
449
439
|
"field.ro_type": "RO type",
|
|
450
440
|
"field.ro": "RO",
|
|
441
|
+
"filed.role":"role",
|
|
451
442
|
"field.rounded_uom_value": "rounded uom value",
|
|
452
|
-
"field.route_label": "route label",
|
|
453
443
|
"field.route": "route",
|
|
444
|
+
"field.route_label": "route label",
|
|
454
445
|
"field.routing_type": "routing type",
|
|
455
446
|
"field.routing": "routing",
|
|
456
447
|
"field.row_end": "row end",
|
|
457
448
|
"field.row_start": "row start",
|
|
458
449
|
"field.row": "row",
|
|
459
|
-
"field.scanned": "scanned",
|
|
460
|
-
"field.seal_no": "seal no",
|
|
461
450
|
"field.selected_qty": "selected qty",
|
|
462
451
|
"field.selected": "selected",
|
|
463
452
|
"field.self_collect_summary": "self collect summary",
|
|
@@ -515,8 +504,6 @@
|
|
|
515
504
|
"field.total_uom": "total uom",
|
|
516
505
|
"field.total_volume": "total volume",
|
|
517
506
|
"field.total": "total",
|
|
518
|
-
"field.tote_no": "tote no",
|
|
519
|
-
"field.tote": "tote",
|
|
520
507
|
"field.tracking_no": "tracking no",
|
|
521
508
|
"field.transaction_type": "transaction type",
|
|
522
509
|
"field.transaction": "transaction",
|
|
@@ -563,7 +550,6 @@
|
|
|
563
550
|
"field.worksheet_no": "worksheet no",
|
|
564
551
|
"field.your_name": "your name",
|
|
565
552
|
"field.zone": "zone",
|
|
566
|
-
"filed.role": "role",
|
|
567
553
|
"label.activated": "activated",
|
|
568
554
|
"label.actual_qty": "actual qty",
|
|
569
555
|
"label.add_extension": "add extension",
|
|
@@ -701,9 +687,9 @@
|
|
|
701
687
|
"label.fax": "fax",
|
|
702
688
|
"label.fefo": "FEFO",
|
|
703
689
|
"label.fifo": "FIFO",
|
|
690
|
+
"label.fmfo": "FMFO",
|
|
704
691
|
"label.fleet_no": "fleet no",
|
|
705
692
|
"label.fleet_spec": "fleet spec",
|
|
706
|
-
"label.fmfo": "FMFO",
|
|
707
693
|
"label.from_date": "from date",
|
|
708
694
|
"label.from_location": "from location",
|
|
709
695
|
"label.from_pallet": "from pallet",
|
|
@@ -749,7 +735,6 @@
|
|
|
749
735
|
"label.order_name": "order name",
|
|
750
736
|
"label.order_no": "order no",
|
|
751
737
|
"label.order_qr_code": "order QR code",
|
|
752
|
-
"label.order_remark": "order remark",
|
|
753
738
|
"label.order_status_approved": "approved",
|
|
754
739
|
"label.order_status_arrived": "arrived",
|
|
755
740
|
"label.order_status_cancelled": "cancelled",
|
|
@@ -813,11 +798,11 @@
|
|
|
813
798
|
"label.pending": "pending",
|
|
814
799
|
"label.phone_no": "phone no",
|
|
815
800
|
"label.picked_qty": "picked qty",
|
|
816
|
-
"label.picker": "picker",
|
|
817
801
|
"label.picking_location": "picking location",
|
|
818
802
|
"label.picking_type": "picking type",
|
|
819
803
|
"label.picking": "picking",
|
|
820
804
|
"label.pickup_date": "pickup date",
|
|
805
|
+
"label.picker":"picker",
|
|
821
806
|
"label.please_select_a_container_size": "please select a container size",
|
|
822
807
|
"label.please_select_an_item": "please select an item",
|
|
823
808
|
"label.please_select_template_type": "please select template type",
|
|
@@ -1011,7 +996,6 @@
|
|
|
1011
996
|
"text.batch_no_is_required": "batch no. is required",
|
|
1012
997
|
"text.bin_number": "bin number",
|
|
1013
998
|
"text.bizplace_not_found": "bizplace not found",
|
|
1014
|
-
"text.bulk_update_status": "bulk update status",
|
|
1015
999
|
"text.cancel": "cancel",
|
|
1016
1000
|
"text.cancellation_request_has_been_rejected": "cancellation request has been rejected",
|
|
1017
1001
|
"text.cannot_change_x": "can't change {state.x}",
|
|
@@ -1029,14 +1013,12 @@
|
|
|
1029
1013
|
"text.collection_order_form_invalid": "collection order form invalid",
|
|
1030
1014
|
"text.collection_order_received": "collection order received",
|
|
1031
1015
|
"text.collection_order_rejected": "collection order rejected",
|
|
1032
|
-
"text.company_field_is_empty": "company field is empty",
|
|
1033
1016
|
"text.company_is_not_selected": "company is not selected",
|
|
1034
1017
|
"text.company_selection_is_empty": "company selection is empty",
|
|
1035
1018
|
"text.company_was_not_selected": "company was not selected",
|
|
1036
1019
|
"text.complete_inspection": "complete inspection",
|
|
1037
1020
|
"text.complete_loading": "complete loading",
|
|
1038
1021
|
"text.complete_reverse_kitting": "complete reverse kitting",
|
|
1039
|
-
"text.complete_the_picking_process_before_adjust_the_batch_number": "complete the picking process before adjust the batch number",
|
|
1040
1022
|
"text.complete_transfer": "complete transfer",
|
|
1041
1023
|
"text.complete_unloading": "complete unloading",
|
|
1042
1024
|
"text.completed_collection_order": "completed collection order",
|
|
@@ -1074,7 +1056,6 @@
|
|
|
1074
1056
|
"text.cycle_count_worksheet_created": "cycle count worksheet created",
|
|
1075
1057
|
"text.data_approved": "data approved",
|
|
1076
1058
|
"text.data_imported_successfully": "data imported successfully",
|
|
1077
|
-
"text.data_inventory_adjustment_has_been_submitted_for_approval": "inventory adjustment has been submitted for approval",
|
|
1078
1059
|
"text.data_rejected": "data rejected",
|
|
1079
1060
|
"text.data_restore_successfully": "data restore successfully",
|
|
1080
1061
|
"text.data_submitted_for_approval": "data submitted for approval",
|
|
@@ -1096,11 +1077,8 @@
|
|
|
1096
1077
|
"text.destination_is_not_selected": "destination is not selected",
|
|
1097
1078
|
"text.dispatch_delivery_order": "dispatch delivery order",
|
|
1098
1079
|
"text.do_you_want_to_complete": "do you want to complete?",
|
|
1099
|
-
"text.do_you_want_to_mark_it_as_missing": "do you want to mark it as missing?",
|
|
1100
1080
|
"text.do_you_want_to_print": "do you want to print",
|
|
1101
|
-
"text.do_you_want_to_proceed": "do you want to proceed",
|
|
1102
1081
|
"text.document_has_been_generated": "document has been generated",
|
|
1103
|
-
"text.draft_order_form_invalid": "draft order form invalid",
|
|
1104
1082
|
"text.driver_and_vehicle_is_not_selected": "driver and vehicle is not selected",
|
|
1105
1083
|
"text.driver_is_empty": "driver name is empty",
|
|
1106
1084
|
"text.driver_is_not_selected": "driver is not selected",
|
|
@@ -1167,7 +1145,6 @@
|
|
|
1167
1145
|
"text.invalid_release_date": "invalid release date",
|
|
1168
1146
|
"text.invalid_release_qty": "invalid release qty",
|
|
1169
1147
|
"text.invalid_return_location": "invalid return location",
|
|
1170
|
-
"text.invalid_uom_value": "invalid uom value",
|
|
1171
1148
|
"text.invalid_value_in_list": "invalid value in list",
|
|
1172
1149
|
"text.invalid_vas_setting": "invalid VAS setting",
|
|
1173
1150
|
"text.invalid_x_input": "invalid {state.x} input",
|
|
@@ -1206,7 +1183,6 @@
|
|
|
1206
1183
|
"text.no_document_available": "no document available",
|
|
1207
1184
|
"text.no_label_setting_found": "no label setting found",
|
|
1208
1185
|
"text.no_label_setting_was_found.": "no label setting was found",
|
|
1209
|
-
"text.no_label_setting_was_found": "no label setting was found",
|
|
1210
1186
|
"text.no_lot_id": "no lot id",
|
|
1211
1187
|
"text.no_matching_product_found": "no matching product found",
|
|
1212
1188
|
"text.no_matching_unloaded_inventory_found": "no matching unloaded inventory found",
|
|
@@ -1223,7 +1199,6 @@
|
|
|
1223
1199
|
"text.order_has_been_set_to_ready_to_ship": "order has been set to ready to ship",
|
|
1224
1200
|
"text.order_is_not_selected": "order is not selected",
|
|
1225
1201
|
"text.order_no_is_empty": "order no is empty",
|
|
1226
|
-
"text.order_remark_has_been_checked": "order remark has been checked",
|
|
1227
1202
|
"text.order_status_not_qualified_for_bulk_printing_packing_list": "order status not qualified for bulk printing packing list",
|
|
1228
1203
|
"text.orders_has_been_activated": "orders has been activated",
|
|
1229
1204
|
"text.owner_field_is_empty": "owner field is empty",
|
|
@@ -1320,7 +1295,6 @@
|
|
|
1320
1295
|
"text.reverse_kitting_order": "reverse kitting order",
|
|
1321
1296
|
"text.scan_product_barcode": "scan product barcode",
|
|
1322
1297
|
"text.scanned_product_status_is_done": "scanned product status is done",
|
|
1323
|
-
"text.seal_number": "seal number",
|
|
1324
1298
|
"text.select_a_delivery_type": "select a delivery type",
|
|
1325
1299
|
"text.select_a_logistics_type": "select a logistics type",
|
|
1326
1300
|
"text.select_a_release_order_to_proceed": "select a release order to proceed",
|
|
@@ -1346,8 +1320,6 @@
|
|
|
1346
1320
|
"text.signed": "signed in",
|
|
1347
1321
|
"text.sku_is_required": "sku is required",
|
|
1348
1322
|
"text.sorting_is_completed": "sorting is completed",
|
|
1349
|
-
"text.status_field_is_empty": "status field is empty",
|
|
1350
|
-
"text.status_update_completed": "status update completed",
|
|
1351
1323
|
"text.std_amount_cannot_be_in_decimal_places": "single pack standard amount cannot be in decimal places",
|
|
1352
1324
|
"text.still_pending_putaway": "still pending putaway",
|
|
1353
1325
|
"text.submit_edited_batch_id_for_approval": "submit edited batch id for approval",
|
|
@@ -1382,20 +1354,12 @@
|
|
|
1382
1354
|
"text.this_is_cross_docking": "this is cross docking",
|
|
1383
1355
|
"text.to_date_is_empty": "to date is empty",
|
|
1384
1356
|
"text.to_lot_id_is_empty": "to lot id is empty",
|
|
1385
|
-
"text.tote_box_(x)_is_scanned": "tote box ({x}) is scanned",
|
|
1386
|
-
"text.tote_carton_(x)_is_scanned": "tote carton ({x}) is scanned",
|
|
1387
|
-
"text.tote_field_is_empty": "tote field is empty",
|
|
1388
|
-
"text.tote_is_damaged_please_scan_again": "tote is damaged, please scan again",
|
|
1389
|
-
"text.tote_is_dispatched_please_scan_again": "tote is dispatched, please scan again",
|
|
1390
|
-
"text.tote_is_not_scanned": "tote is not scanned",
|
|
1391
|
-
"text.tote_number": "tote number",
|
|
1392
1357
|
"text.tracking_no_already_exist_in_manifest_list": "tracking no already exist in manifest list",
|
|
1393
1358
|
"text.transfer_inventory_to_different_location": "transfer inventory to different location",
|
|
1394
1359
|
"text.transfer_location_completed": "transfer location completed",
|
|
1395
1360
|
"text.truck_is_not_selected": "truck is not selected",
|
|
1396
1361
|
"text.truck_no_is_empty": "truck number is empty",
|
|
1397
1362
|
"text.unable_to_find_matching_x": "unable to find matching {state.x}",
|
|
1398
|
-
"text.unable_to_save_print_history_x": "unable to save print history ({state.counter} label(s) printed). Kindly contact our support",
|
|
1399
1363
|
"text.undo_inventory": "undo inventory",
|
|
1400
1364
|
"text.undo_picking_worksheet": "undo inventory selection",
|
|
1401
1365
|
"text.undo_preunload": "undo preunload",
|
|
@@ -1438,7 +1402,6 @@
|
|
|
1438
1402
|
"text.yes": "yes",
|
|
1439
1403
|
"text.you_can_only_select_one_transport_type": "you can only select one transport type",
|
|
1440
1404
|
"text.you_can_only_upload_one_file_max": "you can only upload one file max",
|
|
1441
|
-
"text.you_can_still_restore_after_deleting": "you can still restore after deleting",
|
|
1442
1405
|
"text.you_wont_be_able_to_revert_this": "you won't be able to revert this",
|
|
1443
1406
|
"text.you.are.now.in": "you are now in {state.text}",
|
|
1444
1407
|
"text.your_work_has_completed": "your work has completed",
|
|
@@ -1462,7 +1425,6 @@
|
|
|
1462
1425
|
"title.bulk_operation": "bulk operation",
|
|
1463
1426
|
"title.bulk_print_packing_list": "bulk print packing list",
|
|
1464
1427
|
"title.bulk_release_orders": "bulk release orders",
|
|
1465
|
-
"title.bulk_update_status": "bulk update status",
|
|
1466
1428
|
"title.carton_label": "carton label",
|
|
1467
1429
|
"title.check_arrived_notice": "check arrived notice",
|
|
1468
1430
|
"title.check_return_order": "check return order",
|
|
@@ -1601,7 +1563,6 @@
|
|
|
1601
1563
|
"title.order_information": "order information",
|
|
1602
1564
|
"title.order_no": "order no",
|
|
1603
1565
|
"title.order_products": "order products",
|
|
1604
|
-
"title.order_remark": "order remark",
|
|
1605
1566
|
"title.original_pallet": "original pallet",
|
|
1606
1567
|
"title.outbound_order_details_report": "outbound order details report",
|
|
1607
1568
|
"title.outbound_reusable_pallet": "outbound plastic pallet",
|
|
@@ -1662,7 +1623,6 @@
|
|
|
1662
1623
|
"title.release_product_list": "release product list",
|
|
1663
1624
|
"title.relocate": "relocate",
|
|
1664
1625
|
"title.remark": "remark",
|
|
1665
|
-
"title.removing_order_remark": "removing order remark",
|
|
1666
1626
|
"title.repack_relabel": "repacking & relabeling configuration",
|
|
1667
1627
|
"title.repack": "repacking configuration",
|
|
1668
1628
|
"title.retail_replenishment_order_detail": "retail replenishment order detail",
|
|
@@ -1713,8 +1673,6 @@
|
|
|
1713
1673
|
"title.task_list": "task list",
|
|
1714
1674
|
"title.task_no": "task no",
|
|
1715
1675
|
"title.tasks": "tasks",
|
|
1716
|
-
"title.tote_scanning": "tote scanning",
|
|
1717
|
-
"title.tote": "tote",
|
|
1718
1676
|
"title.transfer_inventory": "transfer inventory",
|
|
1719
1677
|
"title.transfer_order_requests": "transfer order requests",
|
|
1720
1678
|
"title.transport_driver": "transport driver",
|
|
@@ -1765,5 +1723,6 @@
|
|
|
1765
1723
|
"title.worksheet_unloading": "worksheet unloading",
|
|
1766
1724
|
"title.worksheet_vas": "worksheet vas",
|
|
1767
1725
|
"title.worksheet": "worksheet",
|
|
1768
|
-
"vas_order_created": "vas order created"
|
|
1726
|
+
"vas_order_created": "vas order created",
|
|
1727
|
+
"text.no_label_setting_was_found": "no label setting was found"
|
|
1769
1728
|
}
|
package/translations/ko.json
CHANGED
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
"button.move": "이동",
|
|
69
69
|
"button.my_worksheet_list": "내 작업리스트",
|
|
70
70
|
"button.okay": "예",
|
|
71
|
-
"button.order_remark": "[ko] order remark",
|
|
72
71
|
"button.order_sorted": "[ko] order sorted",
|
|
73
72
|
"button.pack": "팩",
|
|
74
73
|
"button.partial_unload": "부분 완료",
|
|
@@ -361,7 +360,6 @@
|
|
|
361
360
|
"field.operationGuideType": "작업 가이드 유형",
|
|
362
361
|
"field.order_created_at": "[ko]order created at",
|
|
363
362
|
"field.order_no": "주문 번호",
|
|
364
|
-
"field.order_remark": "[ko]order remark",
|
|
365
363
|
"field.order_ref_no": "주분 관련 번호",
|
|
366
364
|
"field.order_status": "주문 상태",
|
|
367
365
|
"field.order_type": "주문 유형",
|
|
@@ -446,8 +444,6 @@
|
|
|
446
444
|
"field.remaining_qty": "[ko]remaining qty",
|
|
447
445
|
"field.remainQty": "remain qty",
|
|
448
446
|
"field.remark": "비고",
|
|
449
|
-
"field.remark_checked_by": "[ko] remark checked by",
|
|
450
|
-
"field.remark_checked_at": "[ko] remark checked at",
|
|
451
447
|
"field.repacked_pallet": "재포장 파레트",
|
|
452
448
|
"field.repalletized_pallet": "파레트 재적치",
|
|
453
449
|
"field.replenishment_order_no": "재고보충주문 번호",
|
|
@@ -776,7 +772,6 @@
|
|
|
776
772
|
"label.order_name": "주문명",
|
|
777
773
|
"label.order_no": "지시 번호",
|
|
778
774
|
"label.order_qr_code": "주무 QR 코드",
|
|
779
|
-
"label.order_remark": "[ko]order remark",
|
|
780
775
|
"label.order_status_approved": "승인",
|
|
781
776
|
"label.order_status_arrived": "도착",
|
|
782
777
|
"label.order_status_cancelled": "취소",
|
|
@@ -1128,9 +1123,7 @@
|
|
|
1128
1123
|
"text.dispatch_successful": "dispatch successful",
|
|
1129
1124
|
"text.do_you_want_to_complete": "완료 하시겠습니까?",
|
|
1130
1125
|
"text.do_you_want_to_print": "인쇄 하시겠습니까?",
|
|
1131
|
-
"text.do_you_want_to_proceed": "[ko] do you want to proceed",
|
|
1132
1126
|
"text.document_has_been_generated": "[ko] document has been generated",
|
|
1133
|
-
"text.draft_order_form_invalid": "[ko] draft order form invalid",
|
|
1134
1127
|
"text.driver_and_vehicle_is_not_selected": "운송기사와 차량이 선택되지 않았습니다",
|
|
1135
1128
|
"text.driver_is_empty": "[ko] driver name is empty",
|
|
1136
1129
|
"text.driver_is_not_selected": "운송기사가 선택되지 않았습니다",
|
|
@@ -1258,7 +1251,6 @@
|
|
|
1258
1251
|
"text.order_is_ready_for_putaway": "order is ready for putaway",
|
|
1259
1252
|
"text.order_no_is_empty": "주문번호가 없습니다",
|
|
1260
1253
|
"text.order_received": "order received",
|
|
1261
|
-
"text.order_remark_has_been_checked": "[ko] order remark has been checked",
|
|
1262
1254
|
"text.order_status_has_been_updated": "has been updated",
|
|
1263
1255
|
"text.order_status_not_qualified_for_bulk_printing_packing_list": "[ko] order status not qualified for bulk printing packing list",
|
|
1264
1256
|
"text.order_type_is_empty": "order type is empty",
|
|
@@ -1446,7 +1438,6 @@
|
|
|
1446
1438
|
"text.truck_is_not_selected": "[ko] truck is not selected",
|
|
1447
1439
|
"text.truck_no_is_empty": "[ko] truck number is empty",
|
|
1448
1440
|
"text.turn_to_pdf_successfully": "turn to pdf successfully",
|
|
1449
|
-
"text.unable_to_save_print_history_x": "[ko] unable to save print history ({state.counter} label(s) printed). Kindly contact our support",
|
|
1450
1441
|
"text.undo_inventory": "[ko]undo inventory",
|
|
1451
1442
|
"text.undo_picking_worksheet": "재고 피킹 되돌리기",
|
|
1452
1443
|
"text.undo_preunload": "임시하차 되돌리기",
|
|
@@ -1687,7 +1678,6 @@
|
|
|
1687
1678
|
"title.order_information": "[ko] order information",
|
|
1688
1679
|
"title.order_no": "[ko] order no",
|
|
1689
1680
|
"title.order_products": "[ko]order products",
|
|
1690
|
-
"title.order_remark": "[ko] order remark",
|
|
1691
1681
|
"title.original_pallet": "기존 파레트",
|
|
1692
1682
|
"title.outbound_order_details_report": "[ko]outbound order details report",
|
|
1693
1683
|
"title.outbound_reusable_pallet": "재사용파레트 출고",
|
|
@@ -1764,7 +1754,6 @@
|
|
|
1764
1754
|
"title.release_product_list": "출고상품 목록",
|
|
1765
1755
|
"title.relocate": "재적치",
|
|
1766
1756
|
"title.remark": "비고",
|
|
1767
|
-
"title.removing_order_remark": "[ko] removing order remark",
|
|
1768
1757
|
"title.repack_relabel": "[ko] repacking & relabeling configuration",
|
|
1769
1758
|
"title.repack": "재포장 설정",
|
|
1770
1759
|
"title.report_inventory_warehouse": "report inventory warehouse",
|
|
@@ -1918,34 +1907,10 @@
|
|
|
1918
1907
|
"text.outbound": "[ko] outbound",
|
|
1919
1908
|
"text.serial_number_has_been_scanned": "[ko] serial number has been scanned",
|
|
1920
1909
|
"button.print_route_label": "[ko] print route label",
|
|
1921
|
-
"button.proceed": "[ko] proceed",
|
|
1922
1910
|
"title.print_route_label": "[ko] print route label",
|
|
1923
1911
|
"text.bin_number": "[ko] bin number",
|
|
1924
1912
|
"field.bin_number": "[ko] bin number",
|
|
1925
1913
|
"field.route_label": "[ko] route label",
|
|
1926
1914
|
"field.route": "[ko] route",
|
|
1927
|
-
"text.priority": "[ko] priority"
|
|
1928
|
-
"field.tote_no": "[ko] tote no",
|
|
1929
|
-
"title.tote": "[ko] tote",
|
|
1930
|
-
"text.company_field_is_empty": "[ko] company field is empty",
|
|
1931
|
-
"text.you_can_still_restore_after_deleting": "[ko] you can still restore after deleting",
|
|
1932
|
-
"title.bulk_update_status": "[ko] bulk update status",
|
|
1933
|
-
"text.bulk_update_status": "[ko] bulk update status",
|
|
1934
|
-
"text.status_update_completed": "[ko] status update completed",
|
|
1935
|
-
"button.bulk_update_status": "[ko] bulk update status",
|
|
1936
|
-
"button.tote": "[ko] tote",
|
|
1937
|
-
"title.tote_scanning": "[ko] tote scanning",
|
|
1938
|
-
"text.tote_number": "[ko] tote number",
|
|
1939
|
-
"field.seal_no": "[ko] seal no",
|
|
1940
|
-
"text.seal_number": "[ko] seal number",
|
|
1941
|
-
"field.now_scanning": "[ko] now scanning",
|
|
1942
|
-
"text.tote_field_is_empty": "[ko] tote field is empty",
|
|
1943
|
-
"text.status_field_is_empty": "[ko] status field is empty",
|
|
1944
|
-
"field.tote": "[ko] tote",
|
|
1945
|
-
"field.scanned": "[ko] scanned",
|
|
1946
|
-
"text.tote_is_damaged_please_scan_again": "[ko] tote is damaged, please scan again",
|
|
1947
|
-
"text.tote_is_dispatched_please_scan_again": "[ko] tote is dispatched, please scan again",
|
|
1948
|
-
"text.tote_box_(x)_is_scanned": "[ko] tote box ({x}) is scanned",
|
|
1949
|
-
"text.tote_carton_(x)_is_scanned": "[ko] tote carton ({x}) is scanned",
|
|
1950
|
-
"text.tote_is_not_scanned": "[ko] tote is not scanned"
|
|
1915
|
+
"text.priority": "[ko] priority"
|
|
1951
1916
|
}
|
package/translations/ms.json
CHANGED
|
@@ -66,7 +66,6 @@
|
|
|
66
66
|
"button.move": "move",
|
|
67
67
|
"button.my_worksheet_list": "[ms] my worksheet list",
|
|
68
68
|
"button.okay": "okay",
|
|
69
|
-
"button.order_remark": "[ms] order remark",
|
|
70
69
|
"button.order_sorted": "[ms] order sorted",
|
|
71
70
|
"button.pack": "pack",
|
|
72
71
|
"button.partial_complete": "partial complete",
|
|
@@ -344,7 +343,6 @@
|
|
|
344
343
|
"field.operationGuideType": "operation guide type",
|
|
345
344
|
"field.order_created_at": "[ms]order created at",
|
|
346
345
|
"field.order_no": "no pesanan",
|
|
347
|
-
"field.order_remark": "[ms]order remark",
|
|
348
346
|
"field.order_ref_no": "no rujukan pesanan",
|
|
349
347
|
"field.order_status": "status pesanan",
|
|
350
348
|
"field.order_type": "jenis pesanan",
|
|
@@ -425,8 +423,6 @@
|
|
|
425
423
|
"field.remain_uom_value": "baki nilai uom",
|
|
426
424
|
"field.remaining_qty": "[ms]remaining qty",
|
|
427
425
|
"field.remark": "disemak",
|
|
428
|
-
"field.remark_checked_by": "[ms] remark checked by",
|
|
429
|
-
"field.remark_checked_at": "[ms] remark checked at",
|
|
430
426
|
"field.repacked_pallet": "pembungkusan semula palet",
|
|
431
427
|
"field.repalletized_pallet": "penstrukturan palet",
|
|
432
428
|
"field.replenishment_order_no": "no. pesanan tambahan",
|
|
@@ -750,7 +746,6 @@
|
|
|
750
746
|
"label.order_name": "pesanan nama",
|
|
751
747
|
"label.order_no": "no. pesanan",
|
|
752
748
|
"label.order_qr_code": "no. pesanan QR code",
|
|
753
|
-
"label.order_remark": "[ms]order remark",
|
|
754
749
|
"label.order_status_approved": "diterima",
|
|
755
750
|
"label.order_status_arrived": "telah tiba",
|
|
756
751
|
"label.order_status_cancelled": "dibatalkan",
|
|
@@ -1097,9 +1092,7 @@
|
|
|
1097
1092
|
"text.dispatch_delivery_order": "hantar pesanan penghantaran",
|
|
1098
1093
|
"text.do_you_want_to_complete": "anda pasti untuk lengkapkan",
|
|
1099
1094
|
"text.do_you_want_to_print": "adakah anda mahu catak",
|
|
1100
|
-
"text.do_you_want_to_proceed": "[ms] do you want to proceed",
|
|
1101
1095
|
"text.document_has_been_generated": "[ms] document has been generated",
|
|
1102
|
-
"text.draft_order_form_invalid": "[ms] draft order form invalid",
|
|
1103
1096
|
"text.driver_and_vehicle_is_not_selected": "pemandu dan kenderaan belum dipilih",
|
|
1104
1097
|
"text.driver_is_empty": "[ms] driver name is empty",
|
|
1105
1098
|
"text.driver_is_not_selected": "pemandu tidak dipilih",
|
|
@@ -1209,7 +1202,6 @@
|
|
|
1209
1202
|
"text.optional": "pilihan",
|
|
1210
1203
|
"text.order_has_been_set_to_ready_to_ship": "[ms] order has been set to ready to ship",
|
|
1211
1204
|
"text.order_no_is_empty": "no. pesanan mssong",
|
|
1212
|
-
"text.order_remark_has_been_checked": "[ms] order remark has been checked",
|
|
1213
1205
|
"text.order_status_not_qualified_for_bulk_printing_packing_list": "[ms] order status not qualified for bulk printing packing list",
|
|
1214
1206
|
"text.package_qty_should_be_positive": "kuantiti pakej mesti lebih dari 0",
|
|
1215
1207
|
"text.packing_is_completed": "pembungkusan telah selesai",
|
|
@@ -1363,7 +1355,6 @@
|
|
|
1363
1355
|
"text.transfer_location_completed": "[ms] transfer location completed",
|
|
1364
1356
|
"text.truck_is_not_selected": "[ms] truck is not selected",
|
|
1365
1357
|
"text.truck_no_is_empty": "[ms] truck number is empty",
|
|
1366
|
-
"text.unable_to_save_print_history_x": "[ms] unable to save print history ({state.counter} label(s) printed). Kindly contact our support",
|
|
1367
1358
|
"text.undo_inventory": "[ms]undo inventory",
|
|
1368
1359
|
"text.undo_picking_worksheet": "undo inventory selection",
|
|
1369
1360
|
"text.undo_preunload": "undo preunload",
|
|
@@ -1581,7 +1572,6 @@
|
|
|
1581
1572
|
"title.order_information": "[ms] order information",
|
|
1582
1573
|
"title.order_no": "[ms] order no",
|
|
1583
1574
|
"title.order_products": "[ms]order products",
|
|
1584
|
-
"title.order_remark": "[ms] order remark",
|
|
1585
1575
|
"title.original_pallet": "pallet asal",
|
|
1586
1576
|
"title.outbound_order_details_report": "[ms]outbound order details report",
|
|
1587
1577
|
"title.outbound_reusable_pallet": "plastik palet keluar",
|
|
@@ -1648,7 +1638,6 @@
|
|
|
1648
1638
|
"title.release_product_list": "senarai produk yg dilepaskan",
|
|
1649
1639
|
"title.relocate": "tukar lokasi palet",
|
|
1650
1640
|
"title.remark": "disemak",
|
|
1651
|
-
"title.removing_order_remark": "[ms] removing order remark",
|
|
1652
1641
|
"title.repack_relabel": "tetapan pembungkusan & pelabelan semula",
|
|
1653
1642
|
"title.repack": "tetapan pembungkusan semula",
|
|
1654
1643
|
"title.retail_replenishment_order_detail": "perincian pesanan tambahan runcit",
|
|
@@ -1788,33 +1777,9 @@
|
|
|
1788
1777
|
"text.outbound": "[ms] outbound",
|
|
1789
1778
|
"text.serial_number_has_been_scanned": "[ms] serial number has been scanned",
|
|
1790
1779
|
"button.print_route_label": "[ms] print route label",
|
|
1791
|
-
"button.proceed": "[ms] proceed",
|
|
1792
1780
|
"title.print_route_label": "[ms] print route label",
|
|
1793
1781
|
"field.route_label": "[ms] route label",
|
|
1794
1782
|
"field.route": "[ms] route",
|
|
1795
1783
|
"text.priority": "[ms] priority",
|
|
1796
|
-
"text.no_label_setting_was_found": "[ms] no label setting was found"
|
|
1797
|
-
"field.tote_no": "[ms] tote no",
|
|
1798
|
-
"title.tote": "[ms] tote",
|
|
1799
|
-
"text.company_field_is_empty": "[ms] company field is empty",
|
|
1800
|
-
"text.you_can_still_restore_after_deleting": "[ms] you can still restore after deleting",
|
|
1801
|
-
"title.bulk_update_status": "[ms] bulk update status",
|
|
1802
|
-
"text.bulk_update_status": "[ms] bulk update status",
|
|
1803
|
-
"text.status_update_completed": "[ms] status update completed",
|
|
1804
|
-
"button.bulk_update_status": "[ms] bulk update status",
|
|
1805
|
-
"button.tote": "[ms] tote",
|
|
1806
|
-
"title.tote_scanning": "[ms] tote scanning",
|
|
1807
|
-
"text.tote_number": "[ms] tote number",
|
|
1808
|
-
"field.seal_no": "[ms] seal no",
|
|
1809
|
-
"text.seal_number": "[ms] seal number",
|
|
1810
|
-
"field.now_scanning": "[ms] now scanning",
|
|
1811
|
-
"text.tote_field_is_empty": "[ms] tote field is empty",
|
|
1812
|
-
"text.status_field_is_empty": "[ms] status field is empty",
|
|
1813
|
-
"field.tote": "[ms] tote",
|
|
1814
|
-
"field.scanned": "[ms] scanned",
|
|
1815
|
-
"text.tote_is_damaged_please_scan_again": "[ms] tote is damaged, please scan again",
|
|
1816
|
-
"text.tote_is_dispatched_please_scan_again": "[ms] tote is dispatched, please scan again",
|
|
1817
|
-
"text.tote_box_(x)_is_scanned": "[ms] tote box ({x}) is scanned",
|
|
1818
|
-
"text.tote_carton_(x)_is_scanned": "[ms] tote carton ({x}) is scanned",
|
|
1819
|
-
"text.tote_is_not_scanned": "[ms] tote is not scanned"
|
|
1784
|
+
"text.no_label_setting_was_found": "[ms] no label setting was found"
|
|
1820
1785
|
}
|
package/translations/zh.json
CHANGED
|
@@ -64,7 +64,6 @@
|
|
|
64
64
|
"button.move": "move",
|
|
65
65
|
"button.my_worksheet_list": "[zh] my worksheet list",
|
|
66
66
|
"button.okay": "okay",
|
|
67
|
-
"button.order_remark": "[zh] order remark",
|
|
68
67
|
"button.order_sorted": "[zh] order sorted",
|
|
69
68
|
"button.pack": "pack",
|
|
70
69
|
"button.partial_complete": "partial complete",
|
|
@@ -327,7 +326,6 @@
|
|
|
327
326
|
"field.operationGuideType": "[zh]operation guide type",
|
|
328
327
|
"field.order_created_at": "[zh]order created at",
|
|
329
328
|
"field.order_no": "[zh]order no",
|
|
330
|
-
"field.order_remark": "[zh]order remark",
|
|
331
329
|
"field.order_ref_no": "[zh]order ref no",
|
|
332
330
|
"field.order_status": "[zh]order status",
|
|
333
331
|
"field.order_type": "[zh]order type",
|
|
@@ -407,8 +405,6 @@
|
|
|
407
405
|
"field.remain_uom_value": "remain uom value",
|
|
408
406
|
"field.remaining_qty": "[zh]remaining qty",
|
|
409
407
|
"field.remark": "remark",
|
|
410
|
-
"field.remark_checked_by": "[zh] remark checked by",
|
|
411
|
-
"field.remark_checked_at": "[zh] remark checked at",
|
|
412
408
|
"field.repacked_pallet": "repacked pallet",
|
|
413
409
|
"field.repalletized_pallet": "repalletized pallet",
|
|
414
410
|
"field.replenishment_order_no": "replenishment order no",
|
|
@@ -720,7 +716,6 @@
|
|
|
720
716
|
"label.order_name": "order name",
|
|
721
717
|
"label.order_no": "order no",
|
|
722
718
|
"label.order_qr_code": "order QR code",
|
|
723
|
-
"label.order_remark": "[zh]order remark",
|
|
724
719
|
"label.order_status_approved": "approved",
|
|
725
720
|
"label.order_status_arrived": "arrived",
|
|
726
721
|
"label.order_status_cancelled": "cancelled",
|
|
@@ -1065,9 +1060,7 @@
|
|
|
1065
1060
|
"text.dispatch_delivery_order": "dispatch delivery order",
|
|
1066
1061
|
"text.do_you_want_to_complete": "do you want to complete?",
|
|
1067
1062
|
"text.do_you_want_to_print": "do you want to print",
|
|
1068
|
-
"text.do_you_want_to_proceed": "[zh] do you want to proceed",
|
|
1069
1063
|
"text.document_has_been_generated": "[zh] document has been generated",
|
|
1070
|
-
"text.draft_order_form_invalid": "[zh] draft order form invalid",
|
|
1071
1064
|
"text.driver_and_vehicle_is_not_selected": "driver and vehicle is not selected",
|
|
1072
1065
|
"text.driver_is_empty": "[zh] driver name is empty",
|
|
1073
1066
|
"text.driver_is_not_selected": "driver is not selected",
|
|
@@ -1177,7 +1170,6 @@
|
|
|
1177
1170
|
"text.optional": "optional",
|
|
1178
1171
|
"text.order_has_been_set_to_ready_to_ship": "[zh] order has been set to ready to ship",
|
|
1179
1172
|
"text.order_no_is_empty": "order no is empty",
|
|
1180
|
-
"text.order_remark_has_been_checked": "[zh] order remark has been checked",
|
|
1181
1173
|
"text.order_status_not_qualified_for_bulk_printing_packing_list": "[zh] order status not qualified for bulk printing packing list",
|
|
1182
1174
|
"text.package_qty_should_be_positive": "[zh] package qty should be positive",
|
|
1183
1175
|
"text.packing_is_completed": "packing is completed",
|
|
@@ -1330,7 +1322,6 @@
|
|
|
1330
1322
|
"text.transfer_location_completed": "[zh] transfer location completed",
|
|
1331
1323
|
"text.truck_is_not_selected": "[zh] truck is not selected",
|
|
1332
1324
|
"text.truck_no_is_empty": "[zh] truck number is empty",
|
|
1333
|
-
"text.unable_to_save_print_history_x": "[zh] unable to save print history ({state.counter} label(s) printed). Kindly contact our support",
|
|
1334
1325
|
"text.undo_inventory": "[zh]undo inventory",
|
|
1335
1326
|
"text.undo_picking_worksheet": "undo inventory selection",
|
|
1336
1327
|
"text.undo_preunload": "undo preunload",
|
|
@@ -1538,7 +1529,6 @@
|
|
|
1538
1529
|
"title.order_information": "[zh] order information",
|
|
1539
1530
|
"title.order_no": "[zh] order no",
|
|
1540
1531
|
"title.order_products": "[zh]order products",
|
|
1541
|
-
"title.order_remark": "[zh] order remark",
|
|
1542
1532
|
"title.original_pallet": "original pallet",
|
|
1543
1533
|
"title.outbound_order_details_report": "[zh]outbound order details report",
|
|
1544
1534
|
"title.outbound_reusable_pallet": "outbound plastic pallet",
|
|
@@ -1604,7 +1594,6 @@
|
|
|
1604
1594
|
"title.release_product_list": "release product list",
|
|
1605
1595
|
"title.relocate": "relocate",
|
|
1606
1596
|
"title.remark": "remark",
|
|
1607
|
-
"title.removing_order_remark": "[zh] removing order remark",
|
|
1608
1597
|
"title.repack_relabel": "[zh] repacking & relabeling configuration",
|
|
1609
1598
|
"title.repack": "repacking configuration",
|
|
1610
1599
|
"title.retail_replenishment_order_detail": "retail replenishment order detail",
|
|
@@ -1738,33 +1727,9 @@
|
|
|
1738
1727
|
"text.outbound": "[zh] outbound",
|
|
1739
1728
|
"text.serial_number_has_been_scanned": "[zh] serial number has been scanned",
|
|
1740
1729
|
"button.print_route_label": "[zh] print route label",
|
|
1741
|
-
"button.proceed": "[zh] proceed",
|
|
1742
1730
|
"title.print_route_label": "[zh] print route label",
|
|
1743
1731
|
"field.route_label": "[zh] route label",
|
|
1744
1732
|
"field.route": "[zh] route",
|
|
1745
1733
|
"text.priority": "[zh] priority",
|
|
1746
|
-
"text.no_label_setting_was_found": "[zh] no label setting was found"
|
|
1747
|
-
"field.tote_no": "[zh] tote no",
|
|
1748
|
-
"title.tote": "[zh] tote",
|
|
1749
|
-
"text.company_field_is_empty": "[zh] company field is empty",
|
|
1750
|
-
"text.you_can_still_restore_after_deleting": "[zh] you can still restore after deleting",
|
|
1751
|
-
"title.bulk_update_status": "[zh] bulk update status",
|
|
1752
|
-
"text.bulk_update_status": "[zh] bulk update status",
|
|
1753
|
-
"text.status_update_completed": "[zh] status update completed",
|
|
1754
|
-
"button.bulk_update_status": "[zh] bulk update status",
|
|
1755
|
-
"button.tote": "[zh] tote",
|
|
1756
|
-
"title.tote_scanning": "[zh] tote scanning",
|
|
1757
|
-
"text.tote_number": "[zh] tote number",
|
|
1758
|
-
"field.seal_no": "[zh] seal no",
|
|
1759
|
-
"text.seal_number": "[zh] seal number",
|
|
1760
|
-
"field.now_scanning": "[zh] now scanning",
|
|
1761
|
-
"text.tote_field_is_empty": "[zh] tote field is empty",
|
|
1762
|
-
"text.status_field_is_empty": "[zh] status field is empty",
|
|
1763
|
-
"field.tote": "[zh] tote",
|
|
1764
|
-
"field.scanned": "[zh] scanned",
|
|
1765
|
-
"text.tote_is_damaged_please_scan_again": "[zh] tote is damaged, please scan again",
|
|
1766
|
-
"text.tote_is_dispatched_please_scan_again": "[zh] tote is dispatched, please scan again",
|
|
1767
|
-
"text.tote_box_(x)_is_scanned": "[zh] tote box ({x}) is scanned",
|
|
1768
|
-
"text.tote_carton_(x)_is_scanned": "[zh] tote carton ({x}) is scanned",
|
|
1769
|
-
"text.tote_is_not_scanned": "[zh] tote is not scanned"
|
|
1734
|
+
"text.no_label_setting_was_found": "[zh] no label setting was found"
|
|
1770
1735
|
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './order'
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
export const DRAFT_RELEASE_ORDER_STATUS = {
|
|
2
|
-
DRAFT: 'DRAFT',
|
|
3
|
-
INSUFFICIENT: 'INSUFFICIENT',
|
|
4
|
-
SUBMITTED: 'SUBMITTED',
|
|
5
|
-
CANCELLED: 'CANCELLED'
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
/**
|
|
9
|
-
* To identify Product Type Single or Bundle
|
|
10
|
-
*/
|
|
11
|
-
export const PRODUCT_GROUP_TYPES = {
|
|
12
|
-
SINGLE: 'SINGLE',
|
|
13
|
-
BUNDLE: 'BUNDLE'
|
|
14
|
-
}
|