@things-factory/ops-master 10.0.19 → 10.1.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.
Files changed (247) hide show
  1. package/dist-client/bootstrap.d.ts +18 -0
  2. package/dist-client/bootstrap.js +36 -0
  3. package/dist-client/bootstrap.js.map +1 -0
  4. package/dist-client/index.d.ts +15 -1
  5. package/dist-client/index.js +18 -1
  6. package/dist-client/index.js.map +1 -1
  7. package/dist-client/pages/master/equipment-class.d.ts +12 -0
  8. package/dist-client/pages/master/equipment-class.js +42 -0
  9. package/dist-client/pages/master/equipment-class.js.map +1 -0
  10. package/dist-client/pages/master/equipment.d.ts +12 -0
  11. package/dist-client/pages/master/equipment.js +57 -0
  12. package/dist-client/pages/master/equipment.js.map +1 -0
  13. package/dist-client/pages/master/grist-iso-duration.d.ts +20 -0
  14. package/dist-client/pages/master/grist-iso-duration.js +70 -0
  15. package/dist-client/pages/master/grist-iso-duration.js.map +1 -0
  16. package/dist-client/pages/master/grist-reference.d.ts +91 -0
  17. package/dist-client/pages/master/grist-reference.js +419 -0
  18. package/dist-client/pages/master/grist-reference.js.map +1 -0
  19. package/dist-client/pages/master/import-rows.d.ts +35 -0
  20. package/dist-client/pages/master/import-rows.js +66 -0
  21. package/dist-client/pages/master/import-rows.js.map +1 -0
  22. package/dist-client/pages/master/iso-duration.d.ts +34 -0
  23. package/dist-client/pages/master/iso-duration.js +76 -0
  24. package/dist-client/pages/master/iso-duration.js.map +1 -0
  25. package/dist-client/pages/master/master-options.d.ts +33 -0
  26. package/dist-client/pages/master/master-options.js +47 -0
  27. package/dist-client/pages/master/master-options.js.map +1 -0
  28. package/dist-client/pages/master/master-page-base.d.ts +357 -0
  29. package/dist-client/pages/master/master-page-base.js +626 -0
  30. package/dist-client/pages/master/master-page-base.js.map +1 -0
  31. package/dist-client/pages/master/material-class.d.ts +12 -0
  32. package/dist-client/pages/master/material-class.js +42 -0
  33. package/dist-client/pages/master/material-class.js.map +1 -0
  34. package/dist-client/pages/master/material-definition.d.ts +12 -0
  35. package/dist-client/pages/master/material-definition.js +62 -0
  36. package/dist-client/pages/master/material-definition.js.map +1 -0
  37. package/dist-client/pages/master/operation-definition.d.ts +12 -0
  38. package/dist-client/pages/master/operation-definition.js +49 -0
  39. package/dist-client/pages/master/operation-definition.js.map +1 -0
  40. package/dist-client/pages/master/operational-location.d.ts +84 -0
  41. package/dist-client/pages/master/operational-location.js +426 -0
  42. package/dist-client/pages/master/operational-location.js.map +1 -0
  43. package/dist-client/pages/master/person.d.ts +12 -0
  44. package/dist-client/pages/master/person.js +41 -0
  45. package/dist-client/pages/master/person.js.map +1 -0
  46. package/dist-client/pages/master/personnel-class.d.ts +12 -0
  47. package/dist-client/pages/master/personnel-class.js +43 -0
  48. package/dist-client/pages/master/personnel-class.js.map +1 -0
  49. package/dist-client/pages/master/physical-asset-class.d.ts +12 -0
  50. package/dist-client/pages/master/physical-asset-class.js +40 -0
  51. package/dist-client/pages/master/physical-asset-class.js.map +1 -0
  52. package/dist-client/pages/master/physical-asset.d.ts +12 -0
  53. package/dist-client/pages/master/physical-asset.js +41 -0
  54. package/dist-client/pages/master/physical-asset.js.map +1 -0
  55. package/dist-client/pages/master/recipe-definition.d.ts +136 -0
  56. package/dist-client/pages/master/recipe-definition.js +404 -0
  57. package/dist-client/pages/master/recipe-definition.js.map +1 -0
  58. package/dist-client/pages/master/reference-targets.d.ts +42 -0
  59. package/dist-client/pages/master/reference-targets.js +82 -0
  60. package/dist-client/pages/master/reference-targets.js.map +1 -0
  61. package/dist-client/pages/master/route-definition.d.ts +19 -0
  62. package/dist-client/pages/master/route-definition.js +40 -0
  63. package/dist-client/pages/master/route-definition.js.map +1 -0
  64. package/dist-client/pages/master/stop-reason.d.ts +12 -0
  65. package/dist-client/pages/master/stop-reason.js +48 -0
  66. package/dist-client/pages/master/stop-reason.js.map +1 -0
  67. package/dist-client/pages/master/test-specification.d.ts +93 -0
  68. package/dist-client/pages/master/test-specification.js +449 -0
  69. package/dist-client/pages/master/test-specification.js.map +1 -0
  70. package/dist-client/pages/master-axes.d.ts +20 -29
  71. package/dist-client/pages/master-axes.js +32 -182
  72. package/dist-client/pages/master-axes.js.map +1 -1
  73. package/dist-client/route.d.ts +1 -1
  74. package/dist-client/route.js +76 -3
  75. package/dist-client/route.js.map +1 -1
  76. package/dist-client/tsconfig.tsbuildinfo +1 -1
  77. package/dist-server/service/asset/asset-lifecycle.d.ts +30 -7
  78. package/dist-server/service/asset/asset-lifecycle.js +33 -6
  79. package/dist-server/service/asset/asset-lifecycle.js.map +1 -1
  80. package/dist-server/service/asset/asset-master-resolver.d.ts +9 -0
  81. package/dist-server/service/asset/asset-master-resolver.js +41 -0
  82. package/dist-server/service/asset/asset-master-resolver.js.map +1 -1
  83. package/dist-server/service/asset/asset-master.js +1 -1
  84. package/dist-server/service/asset/asset-master.js.map +1 -1
  85. package/dist-server/service/asset/asset-query.d.ts +9 -1
  86. package/dist-server/service/asset/asset-query.js +28 -6
  87. package/dist-server/service/asset/asset-query.js.map +1 -1
  88. package/dist-server/service/asset/physical-asset-class.js +1 -1
  89. package/dist-server/service/asset/physical-asset-class.js.map +1 -1
  90. package/dist-server/service/asset/physical-asset.d.ts +17 -4
  91. package/dist-server/service/asset/physical-asset.js +6 -6
  92. package/dist-server/service/asset/physical-asset.js.map +1 -1
  93. package/dist-server/service/equipment/equipment-class.js +1 -1
  94. package/dist-server/service/equipment/equipment-class.js.map +1 -1
  95. package/dist-server/service/equipment/equipment-master-resolver.d.ts +9 -0
  96. package/dist-server/service/equipment/equipment-master-resolver.js +58 -0
  97. package/dist-server/service/equipment/equipment-master-resolver.js.map +1 -1
  98. package/dist-server/service/equipment/equipment-master.d.ts +3 -2
  99. package/dist-server/service/equipment/equipment-master.js +21 -4
  100. package/dist-server/service/equipment/equipment-master.js.map +1 -1
  101. package/dist-server/service/equipment/equipment-query.d.ts +9 -1
  102. package/dist-server/service/equipment/equipment-query.js +28 -6
  103. package/dist-server/service/equipment/equipment-query.js.map +1 -1
  104. package/dist-server/service/equipment/equipment.d.ts +27 -1
  105. package/dist-server/service/equipment/equipment.js +8 -3
  106. package/dist-server/service/equipment/equipment.js.map +1 -1
  107. package/dist-server/service/equipment/state-period-rules.d.ts +19 -0
  108. package/dist-server/service/equipment/state-period-rules.js +35 -1
  109. package/dist-server/service/equipment/state-period-rules.js.map +1 -1
  110. package/dist-server/service/index.d.ts +4 -1
  111. package/dist-server/service/index.js +11 -2
  112. package/dist-server/service/index.js.map +1 -1
  113. package/dist-server/service/location/location-master-resolver.d.ts +29 -0
  114. package/dist-server/service/location/location-master-resolver.js +228 -1
  115. package/dist-server/service/location/location-master-resolver.js.map +1 -1
  116. package/dist-server/service/location/location-query.d.ts +9 -1
  117. package/dist-server/service/location/location-query.js +24 -9
  118. package/dist-server/service/location/location-query.js.map +1 -1
  119. package/dist-server/service/location/operational-location.d.ts +37 -0
  120. package/dist-server/service/location/operational-location.js +22 -2
  121. package/dist-server/service/location/operational-location.js.map +1 -1
  122. package/dist-server/service/master-axis.js +2 -2
  123. package/dist-server/service/master-axis.js.map +1 -1
  124. package/dist-server/service/master-conformance-resolver.d.ts +34 -0
  125. package/dist-server/service/master-conformance-resolver.js +143 -0
  126. package/dist-server/service/master-conformance-resolver.js.map +1 -0
  127. package/dist-server/service/master-conformance.d.ts +80 -0
  128. package/dist-server/service/master-conformance.js +266 -0
  129. package/dist-server/service/master-conformance.js.map +1 -0
  130. package/dist-server/service/master-page-query.d.ts +33 -0
  131. package/dist-server/service/master-page-query.js +55 -0
  132. package/dist-server/service/master-page-query.js.map +1 -0
  133. package/dist-server/service/master-page.d.ts +85 -0
  134. package/dist-server/service/master-page.js +104 -0
  135. package/dist-server/service/master-page.js.map +1 -0
  136. package/dist-server/service/material/material-class.js +1 -1
  137. package/dist-server/service/material/material-class.js.map +1 -1
  138. package/dist-server/service/material/material-definition.js +2 -2
  139. package/dist-server/service/material/material-definition.js.map +1 -1
  140. package/dist-server/service/material/material-master-resolver.d.ts +62 -0
  141. package/dist-server/service/material/material-master-resolver.js +213 -0
  142. package/dist-server/service/material/material-master-resolver.js.map +1 -1
  143. package/dist-server/service/material/material-query.d.ts +9 -1
  144. package/dist-server/service/material/material-query.js +28 -6
  145. package/dist-server/service/material/material-query.js.map +1 -1
  146. package/dist-server/service/material/recipe-index.d.ts +23 -0
  147. package/dist-server/service/material/recipe-index.js +44 -0
  148. package/dist-server/service/material/recipe-index.js.map +1 -0
  149. package/dist-server/service/operation/operation-definition.d.ts +1 -1
  150. package/dist-server/service/operation/operation-definition.js +4 -4
  151. package/dist-server/service/operation/operation-definition.js.map +1 -1
  152. package/dist-server/service/operation/operation-master-resolver.d.ts +24 -0
  153. package/dist-server/service/operation/operation-master-resolver.js +107 -0
  154. package/dist-server/service/operation/operation-master-resolver.js.map +1 -1
  155. package/dist-server/service/operation/operation-query.d.ts +10 -2
  156. package/dist-server/service/operation/operation-query.js +25 -10
  157. package/dist-server/service/operation/operation-query.js.map +1 -1
  158. package/dist-server/service/personnel/person.js +3 -3
  159. package/dist-server/service/personnel/person.js.map +1 -1
  160. package/dist-server/service/personnel/personnel-class.d.ts +1 -1
  161. package/dist-server/service/personnel/personnel-class.js +2 -2
  162. package/dist-server/service/personnel/personnel-class.js.map +1 -1
  163. package/dist-server/service/personnel/personnel-master-resolver.d.ts +9 -0
  164. package/dist-server/service/personnel/personnel-master-resolver.js +43 -0
  165. package/dist-server/service/personnel/personnel-master-resolver.js.map +1 -1
  166. package/dist-server/service/personnel/personnel-master.js +1 -1
  167. package/dist-server/service/personnel/personnel-master.js.map +1 -1
  168. package/dist-server/service/personnel/personnel-query.d.ts +9 -1
  169. package/dist-server/service/personnel/personnel-query.js +28 -6
  170. package/dist-server/service/personnel/personnel-query.js.map +1 -1
  171. package/dist-server/service/recipe/recipe-definition.d.ts +3 -3
  172. package/dist-server/service/recipe/recipe-definition.js +3 -3
  173. package/dist-server/service/recipe/recipe-definition.js.map +1 -1
  174. package/dist-server/service/recipe/recipe-master-resolver.d.ts +1 -1
  175. package/dist-server/service/recipe/recipe-master-resolver.js +1 -1
  176. package/dist-server/service/recipe/recipe-master-resolver.js.map +1 -1
  177. package/dist-server/service/recipe/recipe-master.d.ts +1 -1
  178. package/dist-server/service/recipe/recipe-master.js +2 -2
  179. package/dist-server/service/recipe/recipe-master.js.map +1 -1
  180. package/dist-server/service/recipe/recipe-query.d.ts +11 -3
  181. package/dist-server/service/recipe/recipe-query.js +30 -9
  182. package/dist-server/service/recipe/recipe-query.js.map +1 -1
  183. package/dist-server/service/recipe/route-definition.d.ts +6 -6
  184. package/dist-server/service/recipe/route-definition.js +6 -6
  185. package/dist-server/service/recipe/route-definition.js.map +1 -1
  186. package/dist-server/service/resource/class-lineage.d.ts +46 -0
  187. package/dist-server/service/resource/class-lineage.js +80 -0
  188. package/dist-server/service/resource/class-lineage.js.map +1 -0
  189. package/dist-server/service/resource/class-members.d.ts +36 -0
  190. package/dist-server/service/resource/class-members.js +50 -0
  191. package/dist-server/service/resource/class-members.js.map +1 -0
  192. package/dist-server/service/resource/referrers.d.ts +54 -0
  193. package/dist-server/service/resource/referrers.js +99 -0
  194. package/dist-server/service/resource/referrers.js.map +1 -0
  195. package/dist-server/service/test-spec/criteria-check.d.ts +53 -0
  196. package/dist-server/service/test-spec/criteria-check.js +142 -0
  197. package/dist-server/service/test-spec/criteria-check.js.map +1 -0
  198. package/dist-server/service/test-spec/criteria-rows.d.ts +89 -0
  199. package/dist-server/service/test-spec/criteria-rows.js +139 -0
  200. package/dist-server/service/test-spec/criteria-rows.js.map +1 -0
  201. package/dist-server/service/test-spec/test-spec-master-resolver.d.ts +33 -7
  202. package/dist-server/service/test-spec/test-spec-master-resolver.js +137 -2
  203. package/dist-server/service/test-spec/test-spec-master-resolver.js.map +1 -1
  204. package/dist-server/service/test-spec/test-spec-query.d.ts +9 -1
  205. package/dist-server/service/test-spec/test-spec-query.js +23 -9
  206. package/dist-server/service/test-spec/test-spec-query.js.map +1 -1
  207. package/dist-server/service/test-spec/test-specification.js +1 -1
  208. package/dist-server/service/test-spec/test-specification.js.map +1 -1
  209. package/dist-server/tsconfig.tsbuildinfo +1 -1
  210. package/helps/ops-master/equipment-class.ko.md +11 -0
  211. package/helps/ops-master/equipment-class.md +11 -0
  212. package/helps/ops-master/equipment.ko.md +11 -0
  213. package/helps/ops-master/equipment.md +11 -0
  214. package/helps/ops-master/material-class.ko.md +11 -0
  215. package/helps/ops-master/material-class.md +11 -0
  216. package/helps/ops-master/material-definition.ko.md +11 -0
  217. package/helps/ops-master/material-definition.md +11 -0
  218. package/helps/ops-master/operation-definition.ko.md +11 -0
  219. package/helps/ops-master/operation-definition.md +11 -0
  220. package/helps/ops-master/operational-location.ko.md +11 -0
  221. package/helps/ops-master/operational-location.md +11 -0
  222. package/helps/ops-master/person.ko.md +11 -0
  223. package/helps/ops-master/person.md +11 -0
  224. package/helps/ops-master/personnel-class.ko.md +11 -0
  225. package/helps/ops-master/personnel-class.md +11 -0
  226. package/helps/ops-master/physical-asset-class.ko.md +11 -0
  227. package/helps/ops-master/physical-asset-class.md +11 -0
  228. package/helps/ops-master/physical-asset.ko.md +11 -0
  229. package/helps/ops-master/physical-asset.md +11 -0
  230. package/helps/ops-master/recipe-definition.ko.md +11 -0
  231. package/helps/ops-master/recipe-definition.md +11 -0
  232. package/helps/ops-master/route-definition.ko.md +11 -0
  233. package/helps/ops-master/route-definition.md +11 -0
  234. package/helps/ops-master/stop-reason.ko.md +11 -0
  235. package/helps/ops-master/stop-reason.md +11 -0
  236. package/helps/ops-master/test-specification.ko.md +11 -0
  237. package/helps/ops-master/test-specification.md +11 -0
  238. package/package.json +6 -6
  239. package/things-factory.config.js +22 -2
  240. package/translations/en.json +86 -3
  241. package/translations/ja.json +92 -1
  242. package/translations/ko.json +93 -10
  243. package/translations/ms.json +92 -1
  244. package/translations/zh.json +92 -1
  245. package/dist-client/pages/master-list.d.ts +0 -68
  246. package/dist-client/pages/master-list.js +0 -239
  247. package/dist-client/pages/master-list.js.map +0 -1
@@ -0,0 +1,11 @@
1
+ # 설비 등급
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Equipment class
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 설비
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Equipment
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 품목 등급
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Item class
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 품목
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Item
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 공정
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Operation
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 위치
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Location
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 인원
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Person
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 인원 등급
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Personnel class
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 자산 등급
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Asset class
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 자산
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Asset
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 제조법
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 전담 레인이 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 품목과 경로를 잇는 유일한 자리가 제조법이다
9
+ · 무엇을 먼저 채워야 하나 — 공정 → 경로 → 제조법
10
+ · 흔히 헷갈리는 것 — BOM 은 제조법에 있지 품목에 있지 않다
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Recipes
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 전담 레인이 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 품목과 경로를 잇는 유일한 자리가 제조법이다
9
+ · 무엇을 먼저 채워야 하나 — 공정 → 경로 → 제조법
10
+ · 흔히 헷갈리는 것 — BOM 은 제조법에 있지 품목에 있지 않다
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 경로
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 전담 레인이 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 품목과 경로를 잇는 유일한 자리가 제조법이다
9
+ · 무엇을 먼저 채워야 하나 — 공정 → 경로 → 제조법
10
+ · 흔히 헷갈리는 것 — BOM 은 제조법에 있지 품목에 있지 않다
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Routes
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 전담 레인이 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 품목과 경로를 잇는 유일한 자리가 제조법이다
9
+ · 무엇을 먼저 채워야 하나 — 공정 → 경로 → 제조법
10
+ · 흔히 헷갈리는 것 — BOM 은 제조법에 있지 품목에 있지 않다
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 정지 사유
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Stop reason
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # 검사 기준
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
@@ -0,0 +1,11 @@
1
+ # Test specification
2
+
3
+ <!--
4
+ 자리만 잡아 둔 문서다. 내용은 화면이 완성된 뒤에 채운다.
5
+
6
+ 이 문서가 답해야 하는 것:
7
+ · 이것이 무엇인가 — 표준(ISA-95)에서 어떤 개념인가
8
+ · 무엇과 이어지나 — 어느 화면이 이 값을 읽나
9
+ · 무엇을 먼저 채워야 하나 — 순서가 있는 경우
10
+ · 흔히 헷갈리는 것 — 비슷해 보이는 다른 개념과의 차이
11
+ -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@things-factory/ops-master",
3
- "version": "10.0.19",
3
+ "version": "10.1.1",
4
4
  "main": "dist-server/index.js",
5
5
  "things-factory": true,
6
6
  "author": "heartyoh <heartyoh@hatiolab.com>",
@@ -32,19 +32,19 @@
32
32
  "@operato/graphql": "^10.0.0",
33
33
  "@operato/i18n": "^10.0.0",
34
34
  "@operato/layout": "^10.0.0",
35
- "@operato/ops-contract": "^0.8.1",
35
+ "@operato/ops-contract": "^0.9.12",
36
36
  "@operato/p13n": "^10.0.0",
37
37
  "@operato/shell": "^10.0.0",
38
38
  "@operato/styles": "^10.0.0",
39
39
  "@operato/utils": "^10.0.0",
40
- "@things-factory/auth-base": "^10.0.19",
41
- "@things-factory/env": "^10.0.8",
42
- "@things-factory/shell": "^10.0.19"
40
+ "@things-factory/auth-base": "^10.1.1",
41
+ "@things-factory/env": "^10.1.1",
42
+ "@things-factory/shell": "^10.1.1"
43
43
  },
44
44
  "browser": "dist-client/index.js",
45
45
  "devDependencies": {
46
46
  "copyfiles": "^2.4.1",
47
47
  "rimraf": "^6.1.3"
48
48
  },
49
- "gitHead": "5c170a55152cfe906fe6dbc30e6bfe474ed64122"
49
+ "gitHead": "c8f13c30c39e006f932eb2903b27bd30587e7dc6"
50
50
  }
@@ -1,12 +1,32 @@
1
1
  import route from './dist-client/route'
2
+ import bootstrap from './dist-client/bootstrap'
2
3
 
3
4
  /**
4
5
  * 마스터 화면은 **축을 가진 패키지가 갖는다.**
5
6
  *
6
- * 앱(operato-mes)에 두면 다음 앱(operato-wms)이 같은 화면을 다시 만들게 된다. 인원 · 설비 · 자산 ·
7
+ * 앱(operato-plant)에 두면 다음 앱(operato-wms)이 같은 화면을 다시 만들게 된다. 인원 · 설비 · 자산 ·
7
8
  * 자재는 어느 앱에서나 같은 것이고, 화면도 같아야 한다.
9
+ *
10
+ * 축마다 라우트가 하나다 — MDI 탭이 페이지 요소로 갈리므로, 한 라우트로 묶으면 인원과 설비를 나란히
11
+ * 열 수 없다. 마스터 작업의 대부분이 두 축을 견주며 옮겨 적는 일이다.
8
12
  */
9
13
  export default {
10
14
  route,
11
- routes: [{ tagname: 'ops-master-list', page: 'ops-master-list' }]
15
+ bootstrap,
16
+ routes: [
17
+ { tagname: 'ops-master-personnel-class', page: 'ops-master-personnel-class' },
18
+ { tagname: 'ops-master-person', page: 'ops-master-person' },
19
+ { tagname: 'ops-master-equipment-class', page: 'ops-master-equipment-class' },
20
+ { tagname: 'ops-master-equipment', page: 'ops-master-equipment' },
21
+ { tagname: 'ops-master-stop-reason', page: 'ops-master-stop-reason' },
22
+ { tagname: 'ops-master-physical-asset-class', page: 'ops-master-physical-asset-class' },
23
+ { tagname: 'ops-master-physical-asset', page: 'ops-master-physical-asset' },
24
+ { tagname: 'ops-master-material-class', page: 'ops-master-material-class' },
25
+ { tagname: 'ops-master-material-definition', page: 'ops-master-material-definition' },
26
+ { tagname: 'ops-master-operational-location', page: 'ops-master-operational-location' },
27
+ { tagname: 'ops-master-operation-definition', page: 'ops-master-operation-definition' },
28
+ { tagname: 'ops-master-test-specification', page: 'ops-master-test-specification' },
29
+ { tagname: 'ops-master-route-definition', page: 'ops-master-route-definition' },
30
+ { tagname: 'ops-master-recipe-definition', page: 'ops-master-recipe-definition' }
31
+ ]
12
32
  }
@@ -1,10 +1,23 @@
1
1
  {
2
+ "button.discard-and-leave": "discard and move on",
3
+ "button.enter-location": "go inside",
4
+ "button.enter-recipe": "go inside this recipe",
2
5
  "button.save": "save",
6
+ "button.save-and-leave": "save and move on",
7
+ "error.import-duplicate-name": "row {line}: \"{name}\" appears earlier too. two rows with one name leave no way to tell which is right.",
8
+ "error.import-no-name": "row {line}: the name is empty. without a name we cannot tell what to create.",
9
+ "error.import-unknown-column": "row {line}: this screen has no column called \"{column}\".",
10
+ "error.recipe-part-needs-material": "a row has no material. a requirement needs to say what goes in.",
3
11
  "field.asset-classes": "classes",
12
+ "field.assets-here": "assets here",
4
13
  "field.base-classes": "inherits from",
5
14
  "field.biz-step": "EPCIS bizStep",
6
15
  "field.calibrations": "calibrations",
7
16
  "field.capacity": "capacity",
17
+ "field.class-lineage": "class lineage",
18
+ "field.consumed-at": "consumed at",
19
+ "field.criteria": "criteria",
20
+ "field.criterion-id": "criterion",
8
21
  "field.cycle-limit": "rated cycles",
9
22
  "field.description": "description",
10
23
  "field.detail-required": "needs a note",
@@ -13,31 +26,99 @@
13
26
  "field.effective-start": "effective from",
14
27
  "field.equipment-class": "equipment class",
15
28
  "field.equipment-classes": "classes",
29
+ "field.equipment-here": "equipment here",
16
30
  "field.equipment-level": "ISA-95 level",
31
+ "field.evaluated-property": "measured property",
32
+ "field.expression": "expression",
17
33
  "field.grai": "GRAI",
18
34
  "field.gtin": "GTIN",
19
- "field.home-location": "usual location",
35
+ "field.home-location": "installed at",
20
36
  "field.identity": "GS1 identifier",
37
+ "field.inputs": "materials in",
21
38
  "field.intent": "kind of work",
22
39
  "field.location-type": "location type",
40
+ "field.made-by": "made by",
41
+ "field.makes": "makes",
42
+ "field.material": "material",
23
43
  "field.material-classes": "classes",
44
+ "field.material-type": "type",
45
+ "field.maximum": "maximum",
46
+ "field.members": "members",
47
+ "field.minimum": "minimum",
24
48
  "field.name": "name",
49
+ "field.not-shown": "not shown",
50
+ "field.operation": "operation",
25
51
  "field.parent-location": "inside",
26
52
  "field.parent-reason": "parent reason",
53
+ "field.part-kind": "kind",
27
54
  "field.personnel-classes": "qualifications",
28
55
  "field.personnel-spec": "people needed",
29
56
  "field.properties": "properties",
57
+ "field.quantity": "quantity",
58
+ "field.rated-usage": "rated usage",
30
59
  "field.required-tests": "required tests",
31
60
  "field.resource-type": "equipment needed",
61
+ "field.route": "route",
62
+ "field.route-steps": "steps",
32
63
  "field.sgln": "SGLN",
64
+ "field.staff-here": "people here",
65
+ "field.work-shifts-here": "work shifts here",
33
66
  "field.state": "state",
67
+ "field.sub-locations": "sub",
34
68
  "field.test-results": "test results",
35
69
  "field.uom": "unit",
36
- "field.work-calendar": "work calendar",
70
+ "field.used-in": "used in",
71
+ "field.used-in-routes": "used in routes",
72
+ "field.work-calendar": "operating calendar",
73
+ "label.all-locations": "all locations",
74
+ "label.all-recipes": "all recipes",
75
+ "label.makes": "makes",
76
+ "label.target": "target",
77
+ "text.criteria-empty": "this specification has no criteria",
78
+ "text.criteria-empty-hint": "set an upper and lower limit so a pass can be told from a fail",
79
+ "text.find-current-value": "find the current value",
80
+ "text.import-done": "{made} added · {changed} changed.",
81
+ "text.json-column-unreadable": "could not read \"{column}\" on row {row} — {detail}. nothing was saved until this is fixed.",
82
+ "text.leaving-discards-unsaved-criteria": "moving to another specification discards the edited criteria",
37
83
  "text.master-axis-unknown": "this master is not one this system knows",
84
+ "text.master-empty-equipment": "no equipment yet",
85
+ "text.master-empty-equipment-hint": "add equipment and set its work calendar so availability can be computed",
86
+ "text.master-empty-equipmentClass": "no equipment classes yet",
87
+ "text.master-empty-equipmentClass-hint": "put shared properties on the class so each machine need not repeat them",
88
+ "text.master-empty-materialClass": "no material classes yet",
89
+ "text.master-empty-materialClass-hint": "grouping lets stock and demand be read by group",
90
+ "text.master-empty-materialDefinition": "no materials yet",
91
+ "text.master-empty-materialDefinition-hint": "a job order names a material. without materials no job order can be taken",
92
+ "text.master-empty-operationDefinition": "no operations yet",
93
+ "text.master-empty-operationDefinition-hint": "set the standard time per material for performance, and the required people for qualification",
94
+ "text.master-empty-operationalLocation": "no locations yet",
95
+ "text.master-empty-operationalLocation-hint": "a report names where it happened. without locations there is no per-line rollup",
96
+ "text.master-empty-person": "no people yet",
97
+ "text.master-empty-person-hint": "add people so the workstation has someone to pick",
98
+ "text.master-empty-personnelClass": "no personnel classes yet",
99
+ "text.master-empty-personnelClass-hint": "set the qualification a class requires and anyone without it is not assigned to that work",
100
+ "text.master-empty-physicalAsset": "no assets yet",
101
+ "text.master-empty-physicalAsset-hint": "moulds, tools and gauges wear out. set a rated count and an asset past it will not be used",
102
+ "text.master-empty-physicalAssetClass": "no asset classes yet",
103
+ "text.master-empty-physicalAssetClass-hint": "set the calibration a class requires and it is checked whenever the asset is used",
104
+ "text.master-empty-recipeDefinition": "no recipes yet",
105
+ "text.master-empty-recipeDefinition-hint": "a recipe says which material is made by which route. job orders read it",
106
+ "text.master-empty-routeDefinition": "no routes yet",
107
+ "text.master-empty-routeDefinition-hint": "a route is the order of operations. a recipe puts a material on that order",
108
+ "text.master-empty-stopReason": "no stop reasons yet",
109
+ "text.master-empty-stopReason-hint": "the floor can only pick reasons declared here, and planned stops must be told apart from faults",
110
+ "text.master-empty-testSpecification": "no test specifications yet",
111
+ "text.master-empty-testSpecification-hint": "a specification says what is tested and how. personnel and asset classes point at these as required tests",
112
+ "text.n-unsaved-criteria": "{count} unsaved criteria",
113
+ "text.no-location-here": "no locations inside this one",
114
+ "text.no-location-here-description": "either this is the lowest level, or nothing has been created under it yet.",
38
115
  "text.nothing-changed": "nothing has been changed",
116
+ "text.nothing-to-import": "the file has no rows.",
117
+ "text.of-n-selected": "this one of {count} selected",
118
+ "text.pick-a-specification-to-see-criteria": "pick one specification above to see and edit its criteria here.",
39
119
  "text.retired-not-deleted": "the rows you removed are kept with an end date, so records that point at them still make sense",
40
- "title.asset": "reusable assets",
120
+ "text.search-by-name-or-description": "search by name or description",
121
+ "title.asset": "assets",
41
122
  "title.asset-class": "asset classes",
42
123
  "title.equipment": "equipment",
43
124
  "title.equipment-class": "equipment classes",
@@ -48,6 +129,8 @@
48
129
  "title.operation": "operations",
49
130
  "title.person": "people",
50
131
  "title.personnel-class": "personnel classes",
132
+ "title.recipe": "recipes",
133
+ "title.route": "routes",
51
134
  "title.stop-reason": "stop reasons",
52
135
  "title.test-specification": "test specifications"
53
136
  }