@things-factory/operato-wms 4.3.2 → 4.4.0-alpha.0
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 -48
- package/translations/ko.json +1 -35
- package/translations/ms.json +1 -35
- package/translations/zh.json +1 -35
- 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/helps/release-note.ko.md
CHANGED
|
@@ -2,36 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## 5 April Update
|
|
6
6
|
|
|
7
|
-
####
|
|
7
|
+
#### Get a head start in April 2022 with our new features and fixes in the past month!
|
|
8
8
|
|
|
9
|
-
####
|
|
10
|
-
|
|
11
|
-
#### In this holy fasting month, we have strived to bring these early Ramadhan gifts as below:
|
|
9
|
+
#### This time, we bring to you
|
|
12
10
|
|
|
13
11
|
<div>
|
|
14
|
-
1.
|
|
12
|
+
1. Product Level Picking Strategy
|
|
15
13
|
</div>
|
|
16
14
|
<div>
|
|
17
|
-
2.
|
|
15
|
+
2. Serial Number Scanning for Inbound and Outbound
|
|
18
16
|
</div>
|
|
19
17
|
<div>
|
|
20
|
-
3.
|
|
18
|
+
3. Bin Application in Batch Picking
|
|
21
19
|
</div>
|
|
22
20
|
<div>
|
|
23
|
-
4.
|
|
21
|
+
4. Bulk Assign Pickers
|
|
24
22
|
</div>
|
|
25
23
|
<div>
|
|
26
24
|
5. Bug fixes and API updates!
|
|
27
25
|
</div>
|
|
28
26
|
<br>
|
|
29
|
-
https://bit.ly/
|
|
27
|
+
https://bit.ly/220407_Hatio_Release
|
|
30
28
|
<br>
|
|
31
29
|
|
|
32
30
|
Should you have any inquiry, feel free to contact support@hatio.asia!
|
|
33
31
|
<br>
|
|
34
|
-
|
|
32
|
+
Stay safe and positively negative!
|
|
35
33
|
|
|
36
34
|
<br>
|
|
37
35
|
|
package/helps/release-note.md
CHANGED
|
@@ -2,36 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## 5 April Update
|
|
6
6
|
|
|
7
|
-
####
|
|
7
|
+
#### Get a head start in April 2022 with our new features and fixes in the past month!
|
|
8
8
|
|
|
9
|
-
####
|
|
10
|
-
|
|
11
|
-
#### In this holy fasting month, we have strived to bring these early Ramadhan gifts as below:
|
|
9
|
+
#### This time, we bring to you
|
|
12
10
|
|
|
13
11
|
<div>
|
|
14
|
-
1.
|
|
12
|
+
1. Product Level Picking Strategy
|
|
15
13
|
</div>
|
|
16
14
|
<div>
|
|
17
|
-
2.
|
|
15
|
+
2. Serial Number Scanning for Inbound and Outbound
|
|
18
16
|
</div>
|
|
19
17
|
<div>
|
|
20
|
-
3.
|
|
18
|
+
3. Bin Application in Batch Picking
|
|
21
19
|
</div>
|
|
22
20
|
<div>
|
|
23
|
-
4.
|
|
21
|
+
4. Bulk Assign Pickers
|
|
24
22
|
</div>
|
|
25
23
|
<div>
|
|
26
24
|
5. Bug fixes and API updates!
|
|
27
25
|
</div>
|
|
28
26
|
<br>
|
|
29
|
-
https://bit.ly/
|
|
27
|
+
https://bit.ly/220407_Hatio_Release
|
|
30
28
|
<br>
|
|
31
29
|
|
|
32
30
|
Should you have any inquiry, feel free to contact support@hatio.asia!
|
|
33
31
|
<br>
|
|
34
|
-
|
|
32
|
+
Stay safe and positively negative!
|
|
35
33
|
|
|
36
34
|
<br>
|
|
37
35
|
|
package/helps/release-note.ms.md
CHANGED
|
@@ -2,36 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## 5 April Update
|
|
6
6
|
|
|
7
|
-
####
|
|
7
|
+
#### Get a head start in April 2022 with our new features and fixes in the past month!
|
|
8
8
|
|
|
9
|
-
####
|
|
10
|
-
|
|
11
|
-
#### In this holy fasting month, we have strived to bring these early Ramadhan gifts as below:
|
|
9
|
+
#### This time, we bring to you
|
|
12
10
|
|
|
13
11
|
<div>
|
|
14
|
-
1.
|
|
12
|
+
1. Product Level Picking Strategy
|
|
15
13
|
</div>
|
|
16
14
|
<div>
|
|
17
|
-
2.
|
|
15
|
+
2. Serial Number Scanning for Inbound and Outbound
|
|
18
16
|
</div>
|
|
19
17
|
<div>
|
|
20
|
-
3.
|
|
18
|
+
3. Bin Application in Batch Picking
|
|
21
19
|
</div>
|
|
22
20
|
<div>
|
|
23
|
-
4.
|
|
21
|
+
4. Bulk Assign Pickers
|
|
24
22
|
</div>
|
|
25
23
|
<div>
|
|
26
24
|
5. Bug fixes and API updates!
|
|
27
25
|
</div>
|
|
28
26
|
<br>
|
|
29
|
-
https://bit.ly/
|
|
27
|
+
https://bit.ly/220407_Hatio_Release
|
|
30
28
|
<br>
|
|
31
29
|
|
|
32
30
|
Should you have any inquiry, feel free to contact support@hatio.asia!
|
|
33
31
|
<br>
|
|
34
|
-
|
|
32
|
+
Stay safe and positively negative!
|
|
35
33
|
|
|
36
34
|
<br>
|
|
37
35
|
|
package/helps/release-note.zh.md
CHANGED
|
@@ -2,36 +2,34 @@
|
|
|
2
2
|
|
|
3
3
|
<div align="center">
|
|
4
4
|
|
|
5
|
-
##
|
|
5
|
+
## 5 April Update
|
|
6
6
|
|
|
7
|
-
####
|
|
7
|
+
#### Get a head start in April 2022 with our new features and fixes in the past month!
|
|
8
8
|
|
|
9
|
-
####
|
|
10
|
-
|
|
11
|
-
#### In this holy fasting month, we have strived to bring these early Ramadhan gifts as below:
|
|
9
|
+
#### This time, we bring to you
|
|
12
10
|
|
|
13
11
|
<div>
|
|
14
|
-
1.
|
|
12
|
+
1. Product Level Picking Strategy
|
|
15
13
|
</div>
|
|
16
14
|
<div>
|
|
17
|
-
2.
|
|
15
|
+
2. Serial Number Scanning for Inbound and Outbound
|
|
18
16
|
</div>
|
|
19
17
|
<div>
|
|
20
|
-
3.
|
|
18
|
+
3. Bin Application in Batch Picking
|
|
21
19
|
</div>
|
|
22
20
|
<div>
|
|
23
|
-
4.
|
|
21
|
+
4. Bulk Assign Pickers
|
|
24
22
|
</div>
|
|
25
23
|
<div>
|
|
26
24
|
5. Bug fixes and API updates!
|
|
27
25
|
</div>
|
|
28
26
|
<br>
|
|
29
|
-
https://bit.ly/
|
|
27
|
+
https://bit.ly/220407_Hatio_Release
|
|
30
28
|
<br>
|
|
31
29
|
|
|
32
30
|
Should you have any inquiry, feel free to contact support@hatio.asia!
|
|
33
31
|
<br>
|
|
34
|
-
|
|
32
|
+
Stay safe and positively negative!
|
|
35
33
|
|
|
36
34
|
<br>
|
|
37
35
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-wms",
|
|
3
|
-
"version": "4.
|
|
3
|
+
"version": "4.4.0-alpha.0",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -63,60 +63,60 @@
|
|
|
63
63
|
"@operato/scene-tab": "^0.1.6",
|
|
64
64
|
"@operato/scene-table": "^0.1.6",
|
|
65
65
|
"@operato/scene-wheel-sorter": "^0.1.6",
|
|
66
|
-
"@things-factory/apptool-ui": "^4.
|
|
67
|
-
"@things-factory/attachment-ui": "^4.
|
|
68
|
-
"@things-factory/auth-ui": "^4.
|
|
69
|
-
"@things-factory/barcode-ui": "^4.
|
|
70
|
-
"@things-factory/biz-ui": "^4.
|
|
71
|
-
"@things-factory/board-service": "^4.
|
|
72
|
-
"@things-factory/board-ui": "^4.
|
|
73
|
-
"@things-factory/code-ui": "^4.
|
|
74
|
-
"@things-factory/context-ui": "^4.
|
|
75
|
-
"@things-factory/export-ui": "^4.
|
|
76
|
-
"@things-factory/export-ui-csv": "^4.
|
|
77
|
-
"@things-factory/export-ui-excel": "^4.
|
|
78
|
-
"@things-factory/fav-base": "^4.
|
|
79
|
-
"@things-factory/form-ui": "^4.
|
|
80
|
-
"@things-factory/grist-ui": "^4.
|
|
81
|
-
"@things-factory/help": "^4.
|
|
82
|
-
"@things-factory/i18n-base": "^4.
|
|
83
|
-
"@things-factory/id-rule-base": "^4.
|
|
84
|
-
"@things-factory/import-ui": "^4.
|
|
85
|
-
"@things-factory/import-ui-excel": "^4.
|
|
86
|
-
"@things-factory/menu-ui": "^4.
|
|
87
|
-
"@things-factory/more-ui": "^4.
|
|
88
|
-
"@things-factory/notification": "^4.
|
|
89
|
-
"@things-factory/pdf": "^4.
|
|
90
|
-
"@things-factory/print-proxy-service": "^4.
|
|
91
|
-
"@things-factory/print-service": "^4.
|
|
92
|
-
"@things-factory/print-ui": "^4.
|
|
93
|
-
"@things-factory/product-base": "^4.
|
|
94
|
-
"@things-factory/resource-ui": "^4.
|
|
95
|
-
"@things-factory/sales-ui": "^4.
|
|
96
|
-
"@things-factory/scene-data-transform": "^4.
|
|
97
|
-
"@things-factory/scene-excel": "^4.
|
|
98
|
-
"@things-factory/scene-firebase": "^4.
|
|
99
|
-
"@things-factory/scene-form": "^4.
|
|
100
|
-
"@things-factory/scene-google-map": "^4.
|
|
101
|
-
"@things-factory/scene-graphql": "^4.
|
|
102
|
-
"@things-factory/scene-label": "^4.
|
|
103
|
-
"@things-factory/scene-marker": "^4.
|
|
104
|
-
"@things-factory/scene-mqtt": "^4.
|
|
105
|
-
"@things-factory/scene-restful": "^4.
|
|
106
|
-
"@things-factory/scene-visualizer": "^4.
|
|
107
|
-
"@things-factory/setting-ui": "^4.
|
|
108
|
-
"@things-factory/system-ui": "^4.
|
|
109
|
-
"@things-factory/transport-base": "^4.
|
|
110
|
-
"@things-factory/tutorial-ui": "^4.
|
|
111
|
-
"@things-factory/warehouse-base": "^4.
|
|
112
|
-
"@things-factory/worksheet-base": "^4.
|
|
66
|
+
"@things-factory/apptool-ui": "^4.4.0-alpha.0",
|
|
67
|
+
"@things-factory/attachment-ui": "^4.4.0-alpha.0",
|
|
68
|
+
"@things-factory/auth-ui": "^4.4.0-alpha.0",
|
|
69
|
+
"@things-factory/barcode-ui": "^4.4.0-alpha.0",
|
|
70
|
+
"@things-factory/biz-ui": "^4.4.0-alpha.0",
|
|
71
|
+
"@things-factory/board-service": "^4.4.0-alpha.0",
|
|
72
|
+
"@things-factory/board-ui": "^4.4.0-alpha.0",
|
|
73
|
+
"@things-factory/code-ui": "^4.4.0-alpha.0",
|
|
74
|
+
"@things-factory/context-ui": "^4.4.0-alpha.0",
|
|
75
|
+
"@things-factory/export-ui": "^4.4.0-alpha.0",
|
|
76
|
+
"@things-factory/export-ui-csv": "^4.4.0-alpha.0",
|
|
77
|
+
"@things-factory/export-ui-excel": "^4.4.0-alpha.0",
|
|
78
|
+
"@things-factory/fav-base": "^4.4.0-alpha.0",
|
|
79
|
+
"@things-factory/form-ui": "^4.4.0-alpha.0",
|
|
80
|
+
"@things-factory/grist-ui": "^4.4.0-alpha.0",
|
|
81
|
+
"@things-factory/help": "^4.4.0-alpha.0",
|
|
82
|
+
"@things-factory/i18n-base": "^4.4.0-alpha.0",
|
|
83
|
+
"@things-factory/id-rule-base": "^4.4.0-alpha.0",
|
|
84
|
+
"@things-factory/import-ui": "^4.4.0-alpha.0",
|
|
85
|
+
"@things-factory/import-ui-excel": "^4.4.0-alpha.0",
|
|
86
|
+
"@things-factory/menu-ui": "^4.4.0-alpha.0",
|
|
87
|
+
"@things-factory/more-ui": "^4.4.0-alpha.0",
|
|
88
|
+
"@things-factory/notification": "^4.4.0-alpha.0",
|
|
89
|
+
"@things-factory/pdf": "^4.4.0-alpha.0",
|
|
90
|
+
"@things-factory/print-proxy-service": "^4.4.0-alpha.0",
|
|
91
|
+
"@things-factory/print-service": "^4.4.0-alpha.0",
|
|
92
|
+
"@things-factory/print-ui": "^4.4.0-alpha.0",
|
|
93
|
+
"@things-factory/product-base": "^4.4.0-alpha.0",
|
|
94
|
+
"@things-factory/resource-ui": "^4.4.0-alpha.0",
|
|
95
|
+
"@things-factory/sales-ui": "^4.4.0-alpha.0",
|
|
96
|
+
"@things-factory/scene-data-transform": "^4.4.0-alpha.0",
|
|
97
|
+
"@things-factory/scene-excel": "^4.4.0-alpha.0",
|
|
98
|
+
"@things-factory/scene-firebase": "^4.4.0-alpha.0",
|
|
99
|
+
"@things-factory/scene-form": "^4.4.0-alpha.0",
|
|
100
|
+
"@things-factory/scene-google-map": "^4.4.0-alpha.0",
|
|
101
|
+
"@things-factory/scene-graphql": "^4.4.0-alpha.0",
|
|
102
|
+
"@things-factory/scene-label": "^4.4.0-alpha.0",
|
|
103
|
+
"@things-factory/scene-marker": "^4.4.0-alpha.0",
|
|
104
|
+
"@things-factory/scene-mqtt": "^4.4.0-alpha.0",
|
|
105
|
+
"@things-factory/scene-restful": "^4.4.0-alpha.0",
|
|
106
|
+
"@things-factory/scene-visualizer": "^4.4.0-alpha.0",
|
|
107
|
+
"@things-factory/setting-ui": "^4.4.0-alpha.0",
|
|
108
|
+
"@things-factory/system-ui": "^4.4.0-alpha.0",
|
|
109
|
+
"@things-factory/transport-base": "^4.4.0-alpha.0",
|
|
110
|
+
"@things-factory/tutorial-ui": "^4.4.0-alpha.0",
|
|
111
|
+
"@things-factory/warehouse-base": "^4.4.0-alpha.0",
|
|
112
|
+
"@things-factory/worksheet-base": "^4.4.0-alpha.0"
|
|
113
113
|
},
|
|
114
114
|
"devDependencies": {
|
|
115
|
-
"@things-factory/builder": "^4.
|
|
115
|
+
"@things-factory/builder": "^4.4.0-alpha.0",
|
|
116
116
|
"cypress": "^9.4.1",
|
|
117
117
|
"cypress-file-upload": "^5.0.8",
|
|
118
118
|
"cypress-localstorage-commands": "^1.6.1",
|
|
119
119
|
"eslint-plugin-cypress": "^2.12.1"
|
|
120
120
|
},
|
|
121
|
-
"gitHead": "
|
|
121
|
+
"gitHead": "5972c622d8359263909c2a699c6f26978b937c8c"
|
|
122
122
|
}
|
package/server/entities/index.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
|
|
1
|
+
export const entities = []
|
|
2
2
|
|
|
3
|
-
export
|
|
3
|
+
export {}
|
|
@@ -13,8 +13,7 @@ import {
|
|
|
13
13
|
PRODUCT_LABEL_SETTING_KEY,
|
|
14
14
|
REUSABLE_PALLET_LABEL_SETTING_KEY,
|
|
15
15
|
INTENALIZED_AWB_SETTING_KEY,
|
|
16
|
-
ROUTE_LABEL_SETTING_KEY
|
|
17
|
-
TOTE_LABEL_SETTING_KEY
|
|
16
|
+
ROUTE_LABEL_SETTING_KEY
|
|
18
17
|
} from '../../../opa-app-setting-constants'
|
|
19
18
|
|
|
20
19
|
export const boardSettingsResolver = {
|
|
@@ -47,8 +46,7 @@ export const boardSettingsResolver = {
|
|
|
47
46
|
HOME_BOARD,
|
|
48
47
|
CARTON_LABEL_SETTING_KEY,
|
|
49
48
|
INTENALIZED_AWB_SETTING_KEY,
|
|
50
|
-
ROUTE_LABEL_SETTING_KEY
|
|
51
|
-
TOTE_LABEL_SETTING_KEY
|
|
49
|
+
ROUTE_LABEL_SETTING_KEY
|
|
52
50
|
]
|
|
53
51
|
|
|
54
52
|
var qb = queryBuilder
|
|
@@ -7,7 +7,6 @@ import * as OpaMenu from './opa-menu'
|
|
|
7
7
|
import * as Reports from './reports'
|
|
8
8
|
import * as InventoryComparison from './inventory-comparison'
|
|
9
9
|
import * as ShippingProviders from './shipping-provider'
|
|
10
|
-
import * as WarehouseInventoryAdjustment from './warehouse-inventory-adjustment'
|
|
11
10
|
|
|
12
11
|
export const queries = [
|
|
13
12
|
BoardSetting.Query,
|
|
@@ -17,7 +16,7 @@ export const queries = [
|
|
|
17
16
|
OpaMenu.Query,
|
|
18
17
|
Reports.Query,
|
|
19
18
|
InventoryComparison.Query,
|
|
20
|
-
ShippingProviders.Query
|
|
19
|
+
ShippingProviders.Query
|
|
21
20
|
]
|
|
22
21
|
|
|
23
|
-
export const mutations = [Extra.Mutation
|
|
22
|
+
export const mutations = [Extra.Mutation]
|
|
@@ -54,13 +54,11 @@ export const outboundOrderDetailsReport = {
|
|
|
54
54
|
`
|
|
55
55
|
create temp table temp_outbound_order_report on commit drop as (
|
|
56
56
|
select * from (
|
|
57
|
-
select oi.id, '${bizplace.id}' AS "bizplace_id", '${bizplace.name}' AS "bizplace_name", '${
|
|
58
|
-
bizplace.description
|
|
59
|
-
}' AS "bizplace_description",
|
|
57
|
+
select oi.id, '${bizplace.id}' AS "bizplace_id", '${bizplace.name}' AS "bizplace_name", '${bizplace.description}' AS "bizplace_description",
|
|
60
58
|
do2.name AS "delivery_order_no", do2.delivery_date as "delivery_order_date",
|
|
61
59
|
do2."to", do2.contact_point_ref_id,
|
|
62
60
|
rg.name AS "ro_no", rg."type" as "ro_type", rg.ref_no AS "ref_no_1", rg.ref_no_2 AS "ref_no_2", rg.ref_no_3 AS "ref_no_3", rg.status as "ro_status",
|
|
63
|
-
rg.created_at AS "order_created_at", rg.accepted_at, u4.name as accepted_by,
|
|
61
|
+
rg.created_at AS "order_created_at", rg.accepted_at, u4.name as accepted_by,
|
|
64
62
|
p.id as "product_id", p.sku as "product_sku", p.name AS "product_name", p.description AS "product_description", p.type as "product_type",
|
|
65
63
|
i.packing_type as "pack_type", i.packing_size as "pack_size", oi.release_qty AS "release_qty",
|
|
66
64
|
oi.picked_at, oi.picked_by, oi.packed_at, oi.packed_by, oi.loaded_at, oi.loaded_by, oi.shipped_at,
|
|
@@ -190,8 +188,6 @@ export const outboundOrderDetailsReport = {
|
|
|
190
188
|
pickedBy: itm.picked_by,
|
|
191
189
|
packedAt: itm.packed_at,
|
|
192
190
|
packedBy: itm.packed_by,
|
|
193
|
-
checkedRemarkBy: itm.checked_remark_by,
|
|
194
|
-
checkedRemarkAt: itm.checked_remark_at,
|
|
195
191
|
loadedAt: itm.loaded_at,
|
|
196
192
|
loadedBy: itm.loaded_by,
|
|
197
193
|
shippedAt: itm.shipped_at
|
|
@@ -7,7 +7,7 @@ import * as OpaMenu from './opa-menu'
|
|
|
7
7
|
import * as Reports from './reports'
|
|
8
8
|
import * as InventoryComparison from './inventory-comparison'
|
|
9
9
|
import * as ShippingProvider from './shipping-provider'
|
|
10
|
-
|
|
10
|
+
|
|
11
11
|
export const queries = [
|
|
12
12
|
BoardSetting.Query,
|
|
13
13
|
CustomElccl.Query,
|
|
@@ -16,10 +16,10 @@ export const queries = [
|
|
|
16
16
|
OpaMenu.Query,
|
|
17
17
|
Reports.Query,
|
|
18
18
|
InventoryComparison.Query,
|
|
19
|
-
ShippingProvider.Query
|
|
19
|
+
ShippingProvider.Query
|
|
20
20
|
]
|
|
21
21
|
|
|
22
|
-
export const mutations = [Extra.Mutation
|
|
22
|
+
export const mutations = [Extra.Mutation]
|
|
23
23
|
|
|
24
24
|
export const types = [
|
|
25
25
|
...BoardSetting.Types,
|
|
@@ -28,5 +28,5 @@ export const types = [
|
|
|
28
28
|
...OpaMenu.Types,
|
|
29
29
|
...Reports.Types,
|
|
30
30
|
...InventoryComparison.Types,
|
|
31
|
-
...ShippingProvider.Types
|
|
31
|
+
...ShippingProvider.Types
|
|
32
32
|
]
|
package/server/index.ts
CHANGED
|
@@ -6,4 +6,3 @@ export const HOME_DASHBOARD_PREFIX = 'dashboard'
|
|
|
6
6
|
export const PRODUCT_LABEL_SETTING_KEY = 'product-label'
|
|
7
7
|
export const INTENALIZED_AWB_SETTING_KEY = 'internalized-awb-label'
|
|
8
8
|
export const ROUTE_LABEL_SETTING_KEY = 'route-label'
|
|
9
|
-
export const TOTE_LABEL_SETTING_KEY = 'tote-label'
|
package/things-factory.config.js
CHANGED
|
@@ -39,10 +39,6 @@ export default {
|
|
|
39
39
|
tagname: 'product-list',
|
|
40
40
|
page: 'products'
|
|
41
41
|
},
|
|
42
|
-
{
|
|
43
|
-
tagname: 'tote-list',
|
|
44
|
-
page: 'totes'
|
|
45
|
-
},
|
|
46
42
|
|
|
47
43
|
/**
|
|
48
44
|
* Order Menus Section
|
|
@@ -540,15 +536,6 @@ export default {
|
|
|
540
536
|
{
|
|
541
537
|
tagname: 'bulk-operation',
|
|
542
538
|
page: 'bulk_operation'
|
|
543
|
-
},
|
|
544
|
-
|
|
545
|
-
{
|
|
546
|
-
tagname: 'draft-release-good-list',
|
|
547
|
-
page: 'draft_release_goods'
|
|
548
|
-
},
|
|
549
|
-
{
|
|
550
|
-
tagname: 'draft-release-good-detail',
|
|
551
|
-
page: 'draft_release_good_detail'
|
|
552
539
|
}
|
|
553
540
|
],
|
|
554
541
|
bootstrap
|