@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.
Files changed (37) hide show
  1. package/client/component/block-selector-popup.js +8 -8
  2. package/client/component/driver-selector-popup.js +5 -5
  3. package/client/component/mill-selector-popup.js +5 -5
  4. package/client/component/truck-selector-popup.js +5 -5
  5. package/client/pages/dispatchment/daily-dispatch-detail.js +6 -6
  6. package/client/pages/dispatchment/dispatchment-create-record.js +6 -6
  7. package/client/pages/dispatchment/dispatchment-list.js +5 -5
  8. package/client/pages/harvesting/daily-harvesting-detail.js +6 -6
  9. package/client/pages/harvesting/edit-harvesting-record.js +6 -6
  10. package/client/pages/harvesting/harvesting-create-record.js +6 -6
  11. package/client/pages/harvesting/harvesting-list.js +5 -5
  12. package/client/pages/inventory/inventory-field-bunches.js +5 -5
  13. package/client/pages/inventory/inventory-history-by-bunches.js +5 -5
  14. package/client/pages/inventory/inventory-history-by-tonnage.js +5 -5
  15. package/client/pages/inventory/inventory-ramp-tonnage.js +5 -5
  16. package/client/pages/loading/daily-loading-detail.js +6 -6
  17. package/client/pages/loading/edit-loading-record.js +6 -6
  18. package/client/pages/loading/loading-create-record.js +6 -6
  19. package/client/pages/loading/loading-list.js +5 -5
  20. package/client/pages/master/block.js +5 -5
  21. package/client/pages/master/company.js +5 -5
  22. package/client/pages/master/pop-up/block-detail-popup.js +5 -5
  23. package/client/pages/master/ramp.js +5 -5
  24. package/client/pages/master/staff.js +5 -5
  25. package/client/pages/master/truck.js +5 -5
  26. package/client/pages/report/report-daily-ffb-dispatch-and-production.js +5 -5
  27. package/client/pages/report/report-daily-production.js +5 -5
  28. package/client/pages/report/report-daily-staff-harvest.js +5 -5
  29. package/client/pages/report/report-ffb-tonnage-between-individual-block.js +5 -5
  30. package/client/pages/report/report-monthly-ffb-sale.js +5 -5
  31. package/client/pages/report/report-monthly-production.js +5 -5
  32. package/client/pages/report/report-yearly-production.js +5 -5
  33. package/client/themes/grist-theme-for-compatiblility.css +41 -0
  34. package/client/themes/grist-theme.css +198 -0
  35. package/client/themes/report-theme.css +47 -0
  36. package/dist-server/tsconfig.tsbuildinfo +1 -1
  37. 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.150",
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.145",
66
- "@things-factory/auth-ui": "^6.0.145",
67
- "@things-factory/biz-base": "^6.0.145",
68
- "@things-factory/board-service": "^6.0.145",
69
- "@things-factory/board-ui": "^6.0.145",
70
- "@things-factory/code-ui": "^6.0.150",
71
- "@things-factory/context-ui": "^6.0.145",
72
- "@things-factory/dashboard": "^6.0.145",
73
- "@things-factory/document-template-ui": "^6.0.145",
74
- "@things-factory/export-ui": "^6.0.145",
75
- "@things-factory/export-ui-csv": "^6.0.145",
76
- "@things-factory/export-ui-excel": "^6.0.145",
77
- "@things-factory/fav-base": "^6.0.145",
78
- "@things-factory/form-ui": "^6.0.145",
79
- "@things-factory/grist-ui": "^6.0.145",
80
- "@things-factory/help": "^6.0.145",
81
- "@things-factory/i18n-base": "^6.0.145",
82
- "@things-factory/import-ui": "^6.0.145",
83
- "@things-factory/import-ui-excel": "^6.0.145",
84
- "@things-factory/lite-menu": "^6.0.145",
85
- "@things-factory/more-ui": "^6.0.145",
86
- "@things-factory/notification": "^6.0.145",
87
- "@things-factory/print-ui": "^6.0.145",
88
- "@things-factory/resource-ui": "^6.0.145",
89
- "@things-factory/scene-google-map": "^6.0.145",
90
- "@things-factory/setting-ui": "^6.0.145",
91
- "@things-factory/shell": "^6.0.145",
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.145"
95
+ "@things-factory/builder": "^6.1.0"
96
96
  },
97
- "gitHead": "9889dbaf65eca5b1b5cb685b0c926355d9e9ade3"
97
+ "gitHead": "205ac14ff55275d948a8cc6d7c514b90d6baf6ef"
98
98
  }