@things-factory/operato-pms 6.0.150 → 6.1.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/component/block-selector-popup.js +8 -8
- package/client/component/driver-selector-popup.js +5 -5
- package/client/component/mill-selector-popup.js +5 -5
- package/client/component/truck-selector-popup.js +5 -5
- package/client/pages/dispatchment/daily-dispatch-detail.js +6 -6
- package/client/pages/dispatchment/dispatchment-create-record.js +6 -6
- package/client/pages/dispatchment/dispatchment-list.js +5 -5
- package/client/pages/harvesting/daily-harvesting-detail.js +6 -6
- package/client/pages/harvesting/edit-harvesting-record.js +6 -6
- package/client/pages/harvesting/harvesting-create-record.js +6 -6
- package/client/pages/harvesting/harvesting-list.js +5 -5
- package/client/pages/inventory/inventory-field-bunches.js +5 -5
- package/client/pages/inventory/inventory-history-by-bunches.js +5 -5
- package/client/pages/inventory/inventory-history-by-tonnage.js +5 -5
- package/client/pages/inventory/inventory-ramp-tonnage.js +5 -5
- package/client/pages/loading/daily-loading-detail.js +6 -6
- package/client/pages/loading/edit-loading-record.js +6 -6
- package/client/pages/loading/loading-create-record.js +6 -6
- package/client/pages/loading/loading-list.js +5 -5
- package/client/pages/master/block.js +5 -5
- package/client/pages/master/company.js +5 -5
- package/client/pages/master/pop-up/block-detail-popup.js +5 -5
- package/client/pages/master/ramp.js +5 -5
- package/client/pages/master/staff.js +5 -5
- package/client/pages/master/truck.js +5 -5
- package/client/pages/report/report-daily-ffb-dispatch-and-production.js +5 -5
- package/client/pages/report/report-daily-production.js +5 -5
- package/client/pages/report/report-daily-staff-harvest.js +5 -5
- package/client/pages/report/report-ffb-tonnage-between-individual-block.js +5 -5
- package/client/pages/report/report-monthly-ffb-sale.js +5 -5
- package/client/pages/report/report-monthly-production.js +5 -5
- package/client/pages/report/report-yearly-production.js +5 -5
- package/client/themes/grist-theme-for-compatiblility.css +41 -0
- package/client/themes/grist-theme.css +198 -0
- package/client/themes/report-theme.css +47 -0
- package/dist-server/tsconfig.tsbuildinfo +1 -1
- package/package.json +31 -31
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@things-factory/operato-pms",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0",
|
|
4
4
|
"main": "dist-server/index.js",
|
|
5
5
|
"browser": "client/index.js",
|
|
6
6
|
"things-factory": true,
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"docker:run": "docker run --platform linux/amd64 -p 4000:3000 hatiolab/operato-pms:latest"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
|
+
"@operato/data-grist": "^1.3.5",
|
|
41
42
|
"@operato/ghost-print": "^1.0.0",
|
|
42
43
|
"@operato/scene-chartjs": "^1.0.0",
|
|
43
44
|
"@operato/scene-clock": "^1.0.0",
|
|
@@ -62,37 +63,36 @@
|
|
|
62
63
|
"@operato/scene-table": "^1.0.0",
|
|
63
64
|
"@operato/scene-visualizer": "^1.0.0",
|
|
64
65
|
"@operato/scene-wheel-sorter": "^1.0.0",
|
|
65
|
-
"@things-factory/apptool-ui": "^6.0
|
|
66
|
-
"@things-factory/auth-ui": "^6.0
|
|
67
|
-
"@things-factory/biz-base": "^6.0
|
|
68
|
-
"@things-factory/board-service": "^6.0
|
|
69
|
-
"@things-factory/board-ui": "^6.0
|
|
70
|
-
"@things-factory/code-ui": "^6.0
|
|
71
|
-
"@things-factory/context-ui": "^6.0
|
|
72
|
-
"@things-factory/dashboard": "^6.0
|
|
73
|
-
"@things-factory/document-template-ui": "^6.0
|
|
74
|
-
"@things-factory/export-ui": "^6.0
|
|
75
|
-
"@things-factory/export-ui-csv": "^6.0
|
|
76
|
-
"@things-factory/export-ui-excel": "^6.0
|
|
77
|
-
"@things-factory/fav-base": "^6.0
|
|
78
|
-
"@things-factory/form-ui": "^6.0
|
|
79
|
-
"@things-factory/
|
|
80
|
-
"@things-factory/
|
|
81
|
-
"@things-factory/
|
|
82
|
-
"@things-factory/import-ui": "^6.0
|
|
83
|
-
"@things-factory/
|
|
84
|
-
"@things-factory/
|
|
85
|
-
"@things-factory/
|
|
86
|
-
"@things-factory/
|
|
87
|
-
"@things-factory/
|
|
88
|
-
"@things-factory/
|
|
89
|
-
"@things-factory/
|
|
90
|
-
"@things-factory/
|
|
91
|
-
"@things-factory/
|
|
92
|
-
"@things-factory/system-ui": "^6.0.145"
|
|
66
|
+
"@things-factory/apptool-ui": "^6.1.0",
|
|
67
|
+
"@things-factory/auth-ui": "^6.1.0",
|
|
68
|
+
"@things-factory/biz-base": "^6.1.0",
|
|
69
|
+
"@things-factory/board-service": "^6.1.0",
|
|
70
|
+
"@things-factory/board-ui": "^6.1.0",
|
|
71
|
+
"@things-factory/code-ui": "^6.1.0",
|
|
72
|
+
"@things-factory/context-ui": "^6.1.0",
|
|
73
|
+
"@things-factory/dashboard": "^6.1.0",
|
|
74
|
+
"@things-factory/document-template-ui": "^6.1.0",
|
|
75
|
+
"@things-factory/export-ui": "^6.1.0",
|
|
76
|
+
"@things-factory/export-ui-csv": "^6.1.0",
|
|
77
|
+
"@things-factory/export-ui-excel": "^6.1.0",
|
|
78
|
+
"@things-factory/fav-base": "^6.1.0",
|
|
79
|
+
"@things-factory/form-ui": "^6.1.0",
|
|
80
|
+
"@things-factory/help": "^6.1.0",
|
|
81
|
+
"@things-factory/i18n-base": "^6.1.0",
|
|
82
|
+
"@things-factory/import-ui": "^6.1.0",
|
|
83
|
+
"@things-factory/import-ui-excel": "^6.1.0",
|
|
84
|
+
"@things-factory/lite-menu": "^6.1.0",
|
|
85
|
+
"@things-factory/more-ui": "^6.1.0",
|
|
86
|
+
"@things-factory/notification": "^6.1.0",
|
|
87
|
+
"@things-factory/print-ui": "^6.1.0",
|
|
88
|
+
"@things-factory/resource-ui": "^6.1.0",
|
|
89
|
+
"@things-factory/scene-google-map": "^6.1.0",
|
|
90
|
+
"@things-factory/setting-ui": "^6.1.0",
|
|
91
|
+
"@things-factory/shell": "^6.1.0",
|
|
92
|
+
"@things-factory/system-ui": "^6.1.0"
|
|
93
93
|
},
|
|
94
94
|
"devDependencies": {
|
|
95
|
-
"@things-factory/builder": "^6.0
|
|
95
|
+
"@things-factory/builder": "^6.1.0"
|
|
96
96
|
},
|
|
97
|
-
"gitHead": "
|
|
97
|
+
"gitHead": "205ac14ff55275d948a8cc6d7c514b90d6baf6ef"
|
|
98
98
|
}
|