@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.
- package/dist-client/bootstrap.d.ts +18 -0
- package/dist-client/bootstrap.js +36 -0
- package/dist-client/bootstrap.js.map +1 -0
- package/dist-client/index.d.ts +15 -1
- package/dist-client/index.js +18 -1
- package/dist-client/index.js.map +1 -1
- package/dist-client/pages/master/equipment-class.d.ts +12 -0
- package/dist-client/pages/master/equipment-class.js +42 -0
- package/dist-client/pages/master/equipment-class.js.map +1 -0
- package/dist-client/pages/master/equipment.d.ts +12 -0
- package/dist-client/pages/master/equipment.js +57 -0
- package/dist-client/pages/master/equipment.js.map +1 -0
- package/dist-client/pages/master/grist-iso-duration.d.ts +20 -0
- package/dist-client/pages/master/grist-iso-duration.js +70 -0
- package/dist-client/pages/master/grist-iso-duration.js.map +1 -0
- package/dist-client/pages/master/grist-reference.d.ts +91 -0
- package/dist-client/pages/master/grist-reference.js +419 -0
- package/dist-client/pages/master/grist-reference.js.map +1 -0
- package/dist-client/pages/master/import-rows.d.ts +35 -0
- package/dist-client/pages/master/import-rows.js +66 -0
- package/dist-client/pages/master/import-rows.js.map +1 -0
- package/dist-client/pages/master/iso-duration.d.ts +34 -0
- package/dist-client/pages/master/iso-duration.js +76 -0
- package/dist-client/pages/master/iso-duration.js.map +1 -0
- package/dist-client/pages/master/master-options.d.ts +33 -0
- package/dist-client/pages/master/master-options.js +47 -0
- package/dist-client/pages/master/master-options.js.map +1 -0
- package/dist-client/pages/master/master-page-base.d.ts +357 -0
- package/dist-client/pages/master/master-page-base.js +626 -0
- package/dist-client/pages/master/master-page-base.js.map +1 -0
- package/dist-client/pages/master/material-class.d.ts +12 -0
- package/dist-client/pages/master/material-class.js +42 -0
- package/dist-client/pages/master/material-class.js.map +1 -0
- package/dist-client/pages/master/material-definition.d.ts +12 -0
- package/dist-client/pages/master/material-definition.js +62 -0
- package/dist-client/pages/master/material-definition.js.map +1 -0
- package/dist-client/pages/master/operation-definition.d.ts +12 -0
- package/dist-client/pages/master/operation-definition.js +49 -0
- package/dist-client/pages/master/operation-definition.js.map +1 -0
- package/dist-client/pages/master/operational-location.d.ts +84 -0
- package/dist-client/pages/master/operational-location.js +426 -0
- package/dist-client/pages/master/operational-location.js.map +1 -0
- package/dist-client/pages/master/person.d.ts +12 -0
- package/dist-client/pages/master/person.js +41 -0
- package/dist-client/pages/master/person.js.map +1 -0
- package/dist-client/pages/master/personnel-class.d.ts +12 -0
- package/dist-client/pages/master/personnel-class.js +43 -0
- package/dist-client/pages/master/personnel-class.js.map +1 -0
- package/dist-client/pages/master/physical-asset-class.d.ts +12 -0
- package/dist-client/pages/master/physical-asset-class.js +40 -0
- package/dist-client/pages/master/physical-asset-class.js.map +1 -0
- package/dist-client/pages/master/physical-asset.d.ts +12 -0
- package/dist-client/pages/master/physical-asset.js +41 -0
- package/dist-client/pages/master/physical-asset.js.map +1 -0
- package/dist-client/pages/master/recipe-definition.d.ts +136 -0
- package/dist-client/pages/master/recipe-definition.js +404 -0
- package/dist-client/pages/master/recipe-definition.js.map +1 -0
- package/dist-client/pages/master/reference-targets.d.ts +42 -0
- package/dist-client/pages/master/reference-targets.js +82 -0
- package/dist-client/pages/master/reference-targets.js.map +1 -0
- package/dist-client/pages/master/route-definition.d.ts +19 -0
- package/dist-client/pages/master/route-definition.js +40 -0
- package/dist-client/pages/master/route-definition.js.map +1 -0
- package/dist-client/pages/master/stop-reason.d.ts +12 -0
- package/dist-client/pages/master/stop-reason.js +48 -0
- package/dist-client/pages/master/stop-reason.js.map +1 -0
- package/dist-client/pages/master/test-specification.d.ts +93 -0
- package/dist-client/pages/master/test-specification.js +449 -0
- package/dist-client/pages/master/test-specification.js.map +1 -0
- package/dist-client/pages/master-axes.d.ts +20 -29
- package/dist-client/pages/master-axes.js +32 -182
- package/dist-client/pages/master-axes.js.map +1 -1
- package/dist-client/route.d.ts +1 -1
- package/dist-client/route.js +76 -3
- package/dist-client/route.js.map +1 -1
- package/dist-client/tsconfig.tsbuildinfo +1 -1
- package/dist-server/service/asset/asset-lifecycle.d.ts +30 -7
- package/dist-server/service/asset/asset-lifecycle.js +33 -6
- package/dist-server/service/asset/asset-lifecycle.js.map +1 -1
- package/dist-server/service/asset/asset-master-resolver.d.ts +9 -0
- package/dist-server/service/asset/asset-master-resolver.js +41 -0
- package/dist-server/service/asset/asset-master-resolver.js.map +1 -1
- package/dist-server/service/asset/asset-master.js +1 -1
- package/dist-server/service/asset/asset-master.js.map +1 -1
- package/dist-server/service/asset/asset-query.d.ts +9 -1
- package/dist-server/service/asset/asset-query.js +28 -6
- package/dist-server/service/asset/asset-query.js.map +1 -1
- package/dist-server/service/asset/physical-asset-class.js +1 -1
- package/dist-server/service/asset/physical-asset-class.js.map +1 -1
- package/dist-server/service/asset/physical-asset.d.ts +17 -4
- package/dist-server/service/asset/physical-asset.js +6 -6
- package/dist-server/service/asset/physical-asset.js.map +1 -1
- package/dist-server/service/equipment/equipment-class.js +1 -1
- package/dist-server/service/equipment/equipment-class.js.map +1 -1
- package/dist-server/service/equipment/equipment-master-resolver.d.ts +9 -0
- package/dist-server/service/equipment/equipment-master-resolver.js +58 -0
- package/dist-server/service/equipment/equipment-master-resolver.js.map +1 -1
- package/dist-server/service/equipment/equipment-master.d.ts +3 -2
- package/dist-server/service/equipment/equipment-master.js +21 -4
- package/dist-server/service/equipment/equipment-master.js.map +1 -1
- package/dist-server/service/equipment/equipment-query.d.ts +9 -1
- package/dist-server/service/equipment/equipment-query.js +28 -6
- package/dist-server/service/equipment/equipment-query.js.map +1 -1
- package/dist-server/service/equipment/equipment.d.ts +27 -1
- package/dist-server/service/equipment/equipment.js +8 -3
- package/dist-server/service/equipment/equipment.js.map +1 -1
- package/dist-server/service/equipment/state-period-rules.d.ts +19 -0
- package/dist-server/service/equipment/state-period-rules.js +35 -1
- package/dist-server/service/equipment/state-period-rules.js.map +1 -1
- package/dist-server/service/index.d.ts +4 -1
- package/dist-server/service/index.js +11 -2
- package/dist-server/service/index.js.map +1 -1
- package/dist-server/service/location/location-master-resolver.d.ts +29 -0
- package/dist-server/service/location/location-master-resolver.js +228 -1
- package/dist-server/service/location/location-master-resolver.js.map +1 -1
- package/dist-server/service/location/location-query.d.ts +9 -1
- package/dist-server/service/location/location-query.js +24 -9
- package/dist-server/service/location/location-query.js.map +1 -1
- package/dist-server/service/location/operational-location.d.ts +37 -0
- package/dist-server/service/location/operational-location.js +22 -2
- package/dist-server/service/location/operational-location.js.map +1 -1
- package/dist-server/service/master-axis.js +2 -2
- package/dist-server/service/master-axis.js.map +1 -1
- package/dist-server/service/master-conformance-resolver.d.ts +34 -0
- package/dist-server/service/master-conformance-resolver.js +143 -0
- package/dist-server/service/master-conformance-resolver.js.map +1 -0
- package/dist-server/service/master-conformance.d.ts +80 -0
- package/dist-server/service/master-conformance.js +266 -0
- package/dist-server/service/master-conformance.js.map +1 -0
- package/dist-server/service/master-page-query.d.ts +33 -0
- package/dist-server/service/master-page-query.js +55 -0
- package/dist-server/service/master-page-query.js.map +1 -0
- package/dist-server/service/master-page.d.ts +85 -0
- package/dist-server/service/master-page.js +104 -0
- package/dist-server/service/master-page.js.map +1 -0
- package/dist-server/service/material/material-class.js +1 -1
- package/dist-server/service/material/material-class.js.map +1 -1
- package/dist-server/service/material/material-definition.js +2 -2
- package/dist-server/service/material/material-definition.js.map +1 -1
- package/dist-server/service/material/material-master-resolver.d.ts +62 -0
- package/dist-server/service/material/material-master-resolver.js +213 -0
- package/dist-server/service/material/material-master-resolver.js.map +1 -1
- package/dist-server/service/material/material-query.d.ts +9 -1
- package/dist-server/service/material/material-query.js +28 -6
- package/dist-server/service/material/material-query.js.map +1 -1
- package/dist-server/service/material/recipe-index.d.ts +23 -0
- package/dist-server/service/material/recipe-index.js +44 -0
- package/dist-server/service/material/recipe-index.js.map +1 -0
- package/dist-server/service/operation/operation-definition.d.ts +1 -1
- package/dist-server/service/operation/operation-definition.js +4 -4
- package/dist-server/service/operation/operation-definition.js.map +1 -1
- package/dist-server/service/operation/operation-master-resolver.d.ts +24 -0
- package/dist-server/service/operation/operation-master-resolver.js +107 -0
- package/dist-server/service/operation/operation-master-resolver.js.map +1 -1
- package/dist-server/service/operation/operation-query.d.ts +10 -2
- package/dist-server/service/operation/operation-query.js +25 -10
- package/dist-server/service/operation/operation-query.js.map +1 -1
- package/dist-server/service/personnel/person.js +3 -3
- package/dist-server/service/personnel/person.js.map +1 -1
- package/dist-server/service/personnel/personnel-class.d.ts +1 -1
- package/dist-server/service/personnel/personnel-class.js +2 -2
- package/dist-server/service/personnel/personnel-class.js.map +1 -1
- package/dist-server/service/personnel/personnel-master-resolver.d.ts +9 -0
- package/dist-server/service/personnel/personnel-master-resolver.js +43 -0
- package/dist-server/service/personnel/personnel-master-resolver.js.map +1 -1
- package/dist-server/service/personnel/personnel-master.js +1 -1
- package/dist-server/service/personnel/personnel-master.js.map +1 -1
- package/dist-server/service/personnel/personnel-query.d.ts +9 -1
- package/dist-server/service/personnel/personnel-query.js +28 -6
- package/dist-server/service/personnel/personnel-query.js.map +1 -1
- package/dist-server/service/recipe/recipe-definition.d.ts +3 -3
- package/dist-server/service/recipe/recipe-definition.js +3 -3
- package/dist-server/service/recipe/recipe-definition.js.map +1 -1
- package/dist-server/service/recipe/recipe-master-resolver.d.ts +1 -1
- package/dist-server/service/recipe/recipe-master-resolver.js +1 -1
- package/dist-server/service/recipe/recipe-master-resolver.js.map +1 -1
- package/dist-server/service/recipe/recipe-master.d.ts +1 -1
- package/dist-server/service/recipe/recipe-master.js +2 -2
- package/dist-server/service/recipe/recipe-master.js.map +1 -1
- package/dist-server/service/recipe/recipe-query.d.ts +11 -3
- package/dist-server/service/recipe/recipe-query.js +30 -9
- package/dist-server/service/recipe/recipe-query.js.map +1 -1
- package/dist-server/service/recipe/route-definition.d.ts +6 -6
- package/dist-server/service/recipe/route-definition.js +6 -6
- package/dist-server/service/recipe/route-definition.js.map +1 -1
- package/dist-server/service/resource/class-lineage.d.ts +46 -0
- package/dist-server/service/resource/class-lineage.js +80 -0
- package/dist-server/service/resource/class-lineage.js.map +1 -0
- package/dist-server/service/resource/class-members.d.ts +36 -0
- package/dist-server/service/resource/class-members.js +50 -0
- package/dist-server/service/resource/class-members.js.map +1 -0
- package/dist-server/service/resource/referrers.d.ts +54 -0
- package/dist-server/service/resource/referrers.js +99 -0
- package/dist-server/service/resource/referrers.js.map +1 -0
- package/dist-server/service/test-spec/criteria-check.d.ts +53 -0
- package/dist-server/service/test-spec/criteria-check.js +142 -0
- package/dist-server/service/test-spec/criteria-check.js.map +1 -0
- package/dist-server/service/test-spec/criteria-rows.d.ts +89 -0
- package/dist-server/service/test-spec/criteria-rows.js +139 -0
- package/dist-server/service/test-spec/criteria-rows.js.map +1 -0
- package/dist-server/service/test-spec/test-spec-master-resolver.d.ts +33 -7
- package/dist-server/service/test-spec/test-spec-master-resolver.js +137 -2
- package/dist-server/service/test-spec/test-spec-master-resolver.js.map +1 -1
- package/dist-server/service/test-spec/test-spec-query.d.ts +9 -1
- package/dist-server/service/test-spec/test-spec-query.js +23 -9
- package/dist-server/service/test-spec/test-spec-query.js.map +1 -1
- package/dist-server/service/test-spec/test-specification.js +1 -1
- package/dist-server/service/test-spec/test-specification.js.map +1 -1
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/helps/ops-master/equipment-class.ko.md +11 -0
- package/helps/ops-master/equipment-class.md +11 -0
- package/helps/ops-master/equipment.ko.md +11 -0
- package/helps/ops-master/equipment.md +11 -0
- package/helps/ops-master/material-class.ko.md +11 -0
- package/helps/ops-master/material-class.md +11 -0
- package/helps/ops-master/material-definition.ko.md +11 -0
- package/helps/ops-master/material-definition.md +11 -0
- package/helps/ops-master/operation-definition.ko.md +11 -0
- package/helps/ops-master/operation-definition.md +11 -0
- package/helps/ops-master/operational-location.ko.md +11 -0
- package/helps/ops-master/operational-location.md +11 -0
- package/helps/ops-master/person.ko.md +11 -0
- package/helps/ops-master/person.md +11 -0
- package/helps/ops-master/personnel-class.ko.md +11 -0
- package/helps/ops-master/personnel-class.md +11 -0
- package/helps/ops-master/physical-asset-class.ko.md +11 -0
- package/helps/ops-master/physical-asset-class.md +11 -0
- package/helps/ops-master/physical-asset.ko.md +11 -0
- package/helps/ops-master/physical-asset.md +11 -0
- package/helps/ops-master/recipe-definition.ko.md +11 -0
- package/helps/ops-master/recipe-definition.md +11 -0
- package/helps/ops-master/route-definition.ko.md +11 -0
- package/helps/ops-master/route-definition.md +11 -0
- package/helps/ops-master/stop-reason.ko.md +11 -0
- package/helps/ops-master/stop-reason.md +11 -0
- package/helps/ops-master/test-specification.ko.md +11 -0
- package/helps/ops-master/test-specification.md +11 -0
- package/package.json +6 -6
- package/things-factory.config.js +22 -2
- package/translations/en.json +86 -3
- package/translations/ja.json +92 -1
- package/translations/ko.json +93 -10
- package/translations/ms.json +92 -1
- package/translations/zh.json +92 -1
- package/dist-client/pages/master-list.d.ts +0 -68
- package/dist-client/pages/master-list.js +0 -239
- package/dist-client/pages/master-list.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/ops-master",
|
|
3
|
-
"version": "10.
|
|
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.
|
|
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.
|
|
41
|
-
"@things-factory/env": "^10.
|
|
42
|
-
"@things-factory/shell": "^10.
|
|
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": "
|
|
49
|
+
"gitHead": "c8f13c30c39e006f932eb2903b27bd30587e7dc6"
|
|
50
50
|
}
|
package/things-factory.config.js
CHANGED
|
@@ -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-
|
|
7
|
+
* 앱(operato-plant)에 두면 다음 앱(operato-wms)이 같은 화면을 다시 만들게 된다. 인원 · 설비 · 자산 ·
|
|
7
8
|
* 자재는 어느 앱에서나 같은 것이고, 화면도 같아야 한다.
|
|
9
|
+
*
|
|
10
|
+
* 축마다 라우트가 하나다 — MDI 탭이 페이지 요소로 갈리므로, 한 라우트로 묶으면 인원과 설비를 나란히
|
|
11
|
+
* 열 수 없다. 마스터 작업의 대부분이 두 축을 견주며 옮겨 적는 일이다.
|
|
8
12
|
*/
|
|
9
13
|
export default {
|
|
10
14
|
route,
|
|
11
|
-
|
|
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
|
}
|
package/translations/en.json
CHANGED
|
@@ -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": "
|
|
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.
|
|
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
|
-
"
|
|
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
|
}
|