@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.
Files changed (96) hide show
  1. package/client/pages/constants/index.js +0 -1
  2. package/client/pages/constants/setting.js +0 -1
  3. package/client/pages/inbound/putaway-product.js +1 -3
  4. package/client/pages/inbound/unload-product.js +11 -21
  5. package/client/pages/inventory/inventory-adjustment-approval.js +9 -24
  6. package/client/pages/inventory/inventory-adjustment.js +13 -79
  7. package/client/pages/master/product/product-list.js +1 -1
  8. package/client/pages/order/arrival-notice/arrival-notice-detail.js +2 -0
  9. package/client/pages/order/arrival-notice/receive-arrival-notice.js +2 -0
  10. package/client/pages/order/goods-received-note/customer-received-note.js +0 -3
  11. package/client/pages/order/goods-received-note/received-note-detail.js +0 -3
  12. package/client/pages/order/release-order/b2c/b2c-order-requests.js +30 -21
  13. package/client/pages/order/release-order/bulk-print-packing-list.js +0 -4
  14. package/client/pages/order/release-order/receive-release-order-request.js +2 -0
  15. package/client/pages/order/release-order/release-order-detail.js +26 -44
  16. package/client/pages/order/return-order/receive-return-order-requests.js +2 -0
  17. package/client/pages/order/transfer-order/receive-transfer-order-request.js +1 -1
  18. package/client/pages/order/transport-order/print-delivery-note.js +1 -0
  19. package/client/pages/order/transport-order/view-delivery-note.js +1 -1
  20. package/client/pages/order/vas-order/receive-vas-order.js +2 -0
  21. package/client/pages/outbound/inventory-assign-popup.js +2 -7
  22. package/client/pages/outbound/inventory-auto-assign-popup.js +1 -2
  23. package/client/pages/outbound/loading-product.js +11 -49
  24. package/client/pages/outbound/packing-product.js +6 -42
  25. package/client/pages/outbound/packing-worksheet-list.js +0 -15
  26. package/client/pages/outbound/picking-product.js +13 -150
  27. package/client/pages/outbound/single-outbound-worksheet.js +22 -10
  28. package/client/pages/outbound/sorting-product.js +15 -78
  29. package/client/pages/outbound/worksheet-batch-picking.js +2 -9
  30. package/client/pages/outbound/worksheet-packing.js +2 -7
  31. package/client/pages/outbound/worksheet-picking.js +2 -9
  32. package/client/pages/report/inventory-summary-report.js +0 -8
  33. package/client/pages/report/outbound-order-details-report.js +0 -18
  34. package/client/pages/vas/abstract-execute-vas.js +7 -12
  35. package/client/pages/vas/print-product-label.js +6 -15
  36. package/client/pages/vas/reverse-kitting/execute-reverse-kitting.js +1 -3
  37. package/client/pages/vas/reverse-kitting/popup-reverse-kitting-template.js +1 -3
  38. package/client/route.js +0 -12
  39. package/dist-server/entities/index.js +1 -2
  40. package/dist-server/entities/index.js.map +1 -1
  41. package/dist-server/graphql/index.js +5 -1
  42. package/dist-server/graphql/index.js.map +1 -1
  43. package/dist-server/graphql/resolvers/board-setting/board-settings.js +1 -2
  44. package/dist-server/graphql/resolvers/board-setting/board-settings.js.map +1 -1
  45. package/dist-server/graphql/resolvers/index.js +7 -4
  46. package/dist-server/graphql/resolvers/index.js.map +1 -1
  47. package/dist-server/graphql/resolvers/reports/outbound-order-details-report.js +1 -3
  48. package/dist-server/graphql/resolvers/reports/outbound-order-details-report.js.map +1 -1
  49. package/dist-server/graphql/types/index.js +8 -5
  50. package/dist-server/graphql/types/index.js.map +1 -1
  51. package/dist-server/graphql/types/reports/outbound-order-details-report.js +0 -2
  52. package/dist-server/graphql/types/reports/outbound-order-details-report.js.map +1 -1
  53. package/dist-server/index.js +5 -2
  54. package/dist-server/index.js.map +1 -1
  55. package/dist-server/opa-app-setting-constants.js +1 -2
  56. package/dist-server/opa-app-setting-constants.js.map +1 -1
  57. package/dist-server/utils/index.js +5 -1
  58. package/dist-server/utils/index.js.map +1 -1
  59. package/helps/release-note.ko.md +9 -11
  60. package/helps/release-note.md +9 -11
  61. package/helps/release-note.ms.md +9 -11
  62. package/helps/release-note.zh.md +9 -11
  63. package/package.json +50 -50
  64. package/server/entities/index.ts +2 -2
  65. package/server/graphql/resolvers/board-setting/board-settings.ts +2 -4
  66. package/server/graphql/resolvers/index.ts +2 -3
  67. package/server/graphql/resolvers/reports/outbound-order-details-report.ts +2 -6
  68. package/server/graphql/types/index.ts +4 -4
  69. package/server/graphql/types/reports/outbound-order-details-report.ts +0 -2
  70. package/server/index.ts +1 -2
  71. package/server/opa-app-setting-constants.ts +0 -1
  72. package/things-factory.config.js +0 -13
  73. package/translations/en.json +8 -48
  74. package/translations/ko.json +1 -35
  75. package/translations/ms.json +1 -35
  76. package/translations/zh.json +1 -35
  77. package/client/constants/index.js +0 -1
  78. package/client/constants/order.js +0 -14
  79. package/client/pages/constants/tote.js +0 -14
  80. package/client/pages/master/tote-list.js +0 -740
  81. package/client/pages/order/draft-release-good/draft-release-good-detail.js +0 -1163
  82. package/client/pages/order/draft-release-good/draft-release-good-list.js +0 -546
  83. package/client/pages/outbound/order-remark-popup.js +0 -112
  84. package/client/pages/outbound/tote-popup.js +0 -461
  85. package/dist-server/entities/warehouse-bizplace-onhand-inventory.js +0 -168
  86. package/dist-server/entities/warehouse-bizplace-onhand-inventory.js.map +0 -1
  87. package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/index.js +0 -6
  88. package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/index.js.map +0 -1
  89. package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.js +0 -58
  90. package/dist-server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.js.map +0 -1
  91. package/dist-server/graphql/types/warehouse-inventory-adjustment/index.js +0 -9
  92. package/dist-server/graphql/types/warehouse-inventory-adjustment/index.js.map +0 -1
  93. package/server/entities/warehouse-bizplace-onhand-inventory.ts +0 -141
  94. package/server/graphql/resolvers/warehouse-inventory-adjustment/index.ts +0 -5
  95. package/server/graphql/resolvers/warehouse-inventory-adjustment/warehouse-intentory-adjustment.ts +0 -68
  96. package/server/graphql/types/warehouse-inventory-adjustment/index.ts +0 -5
@@ -2,36 +2,34 @@
2
2
 
3
3
  <div align="center">
4
4
 
5
- ## 25 April Update
5
+ ## 5 April Update
6
6
 
7
- #### V4.3.0 Release Note
7
+ #### Get a head start in April 2022 with our new features and fixes in the past month!
8
8
 
9
- #### Greetings to all,
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. B2C Order Remark
12
+ 1. Product Level Picking Strategy
15
13
  </div>
16
14
  <div>
17
- 2. Mark Missing Inventory
15
+ 2. Serial Number Scanning for Inbound and Outbound
18
16
  </div>
19
17
  <div>
20
- 3. Outbound Draft Order
18
+ 3. Bin Application in Batch Picking
21
19
  </div>
22
20
  <div>
23
- 4. Loosen Restriction in Inventory Adjustment
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/220424_Hatio_Release
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
- With pleasure, we wish you Selamat Hari Raya Aidilfitri in advance. Stay safe and positively negative!
32
+ Stay safe and positively negative!
35
33
 
36
34
  <br>
37
35
 
@@ -2,36 +2,34 @@
2
2
 
3
3
  <div align="center">
4
4
 
5
- ## 25 April Update
5
+ ## 5 April Update
6
6
 
7
- #### V4.3.0 Release Note
7
+ #### Get a head start in April 2022 with our new features and fixes in the past month!
8
8
 
9
- #### Greetings to all,
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. B2C Order Remark
12
+ 1. Product Level Picking Strategy
15
13
  </div>
16
14
  <div>
17
- 2. Mark Missing Inventory
15
+ 2. Serial Number Scanning for Inbound and Outbound
18
16
  </div>
19
17
  <div>
20
- 3. Outbound Draft Order
18
+ 3. Bin Application in Batch Picking
21
19
  </div>
22
20
  <div>
23
- 4. Loosen Restriction in Inventory Adjustment
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/220424_Hatio_Release
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
- With pleasure, we wish you Selamat Hari Raya Aidilfitri in advance. Stay safe and positively negative!
32
+ Stay safe and positively negative!
35
33
 
36
34
  <br>
37
35
 
@@ -2,36 +2,34 @@
2
2
 
3
3
  <div align="center">
4
4
 
5
- ## 25 April Update
5
+ ## 5 April Update
6
6
 
7
- #### V4.3.0 Release Note
7
+ #### Get a head start in April 2022 with our new features and fixes in the past month!
8
8
 
9
- #### Greetings to all,
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. B2C Order Remark
12
+ 1. Product Level Picking Strategy
15
13
  </div>
16
14
  <div>
17
- 2. Mark Missing Inventory
15
+ 2. Serial Number Scanning for Inbound and Outbound
18
16
  </div>
19
17
  <div>
20
- 3. Outbound Draft Order
18
+ 3. Bin Application in Batch Picking
21
19
  </div>
22
20
  <div>
23
- 4. Loosen Restriction in Inventory Adjustment
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/220424_Hatio_Release
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
- With pleasure, we wish you Selamat Hari Raya Aidilfitri in advance. Stay safe and positively negative!
32
+ Stay safe and positively negative!
35
33
 
36
34
  <br>
37
35
 
@@ -2,36 +2,34 @@
2
2
 
3
3
  <div align="center">
4
4
 
5
- ## 25 April Update
5
+ ## 5 April Update
6
6
 
7
- #### V4.3.0 Release Note
7
+ #### Get a head start in April 2022 with our new features and fixes in the past month!
8
8
 
9
- #### Greetings to all,
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. B2C Order Remark
12
+ 1. Product Level Picking Strategy
15
13
  </div>
16
14
  <div>
17
- 2. Mark Missing Inventory
15
+ 2. Serial Number Scanning for Inbound and Outbound
18
16
  </div>
19
17
  <div>
20
- 3. Outbound Draft Order
18
+ 3. Bin Application in Batch Picking
21
19
  </div>
22
20
  <div>
23
- 4. Loosen Restriction in Inventory Adjustment
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/220424_Hatio_Release
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
- With pleasure, we wish you Selamat Hari Raya Aidilfitri in advance. Stay safe and positively negative!
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.2",
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.3.2",
67
- "@things-factory/attachment-ui": "^4.3.2",
68
- "@things-factory/auth-ui": "^4.3.2",
69
- "@things-factory/barcode-ui": "^4.3.2",
70
- "@things-factory/biz-ui": "^4.3.2",
71
- "@things-factory/board-service": "^4.3.2",
72
- "@things-factory/board-ui": "^4.3.2",
73
- "@things-factory/code-ui": "^4.3.2",
74
- "@things-factory/context-ui": "^4.3.2",
75
- "@things-factory/export-ui": "^4.3.2",
76
- "@things-factory/export-ui-csv": "^4.3.2",
77
- "@things-factory/export-ui-excel": "^4.3.2",
78
- "@things-factory/fav-base": "^4.3.2",
79
- "@things-factory/form-ui": "^4.3.2",
80
- "@things-factory/grist-ui": "^4.3.2",
81
- "@things-factory/help": "^4.3.2",
82
- "@things-factory/i18n-base": "^4.3.2",
83
- "@things-factory/id-rule-base": "^4.3.2",
84
- "@things-factory/import-ui": "^4.3.2",
85
- "@things-factory/import-ui-excel": "^4.3.2",
86
- "@things-factory/menu-ui": "^4.3.2",
87
- "@things-factory/more-ui": "^4.3.2",
88
- "@things-factory/notification": "^4.3.2",
89
- "@things-factory/pdf": "^4.3.2",
90
- "@things-factory/print-proxy-service": "^4.3.2",
91
- "@things-factory/print-service": "^4.3.2",
92
- "@things-factory/print-ui": "^4.3.2",
93
- "@things-factory/product-base": "^4.3.2",
94
- "@things-factory/resource-ui": "^4.3.2",
95
- "@things-factory/sales-ui": "^4.3.2",
96
- "@things-factory/scene-data-transform": "^4.3.2",
97
- "@things-factory/scene-excel": "^4.3.2",
98
- "@things-factory/scene-firebase": "^4.3.2",
99
- "@things-factory/scene-form": "^4.3.2",
100
- "@things-factory/scene-google-map": "^4.3.2",
101
- "@things-factory/scene-graphql": "^4.3.2",
102
- "@things-factory/scene-label": "^4.3.2",
103
- "@things-factory/scene-marker": "^4.3.2",
104
- "@things-factory/scene-mqtt": "^4.3.2",
105
- "@things-factory/scene-restful": "^4.3.2",
106
- "@things-factory/scene-visualizer": "^4.3.2",
107
- "@things-factory/setting-ui": "^4.3.2",
108
- "@things-factory/system-ui": "^4.3.2",
109
- "@things-factory/transport-base": "^4.3.2",
110
- "@things-factory/tutorial-ui": "^4.3.2",
111
- "@things-factory/warehouse-base": "^4.3.2",
112
- "@things-factory/worksheet-base": "^4.3.2"
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.3.1",
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": "d73cbd8a8f1e3cff5d9bbbddec1ce520d0392def"
121
+ "gitHead": "5972c622d8359263909c2a699c6f26978b937c8c"
122
122
  }
@@ -1,3 +1,3 @@
1
- import { WarehouseBizplaceOnhandInventory } from './warehouse-bizplace-onhand-inventory'
1
+ export const entities = []
2
2
 
3
- export const entities = [WarehouseBizplaceOnhandInventory]
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,WarehouseInventoryAdjustment.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, rg.checked_remark_by, rg.checked_remark_at,
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
- import * as WarehouseInventory from './warehouse-inventory-adjustment'
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,WarehouseInventory.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
  ]
@@ -44,8 +44,6 @@ export const OutboundOrderDetailsReport = gql`
44
44
  pickedBy: String
45
45
  packedAt: String
46
46
  packedBy: String
47
- checkedRemarkBy: String
48
- checkedRemarkAt: String
49
47
  loadedAt: String
50
48
  loadedBy: String
51
49
  shippedAt: String
package/server/index.ts CHANGED
@@ -1,5 +1,4 @@
1
- export * from './entities'
2
1
  export * from './graphql'
3
2
  export * from './migrations'
4
3
 
5
- import './routes'
4
+ import './routes'
@@ -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'
@@ -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