2df25364a0
Add URLs to various database models for improved navigation in the dashboard
2026-06-25 00:50:59 +01:00
75eeed16a0
Add plural labels to various database models
2026-06-25 00:47:12 +01:00
6fd375b4c9
Update columnWidth property to 180 for multiple models to ensure consistent UI layout across the application.
farmcontrol/farmcontrol-ui/pipeline/head This commit looks good
2026-06-21 18:14:54 +01:00
4f0fe89398
Add stock locations and stock transfers to inventory sidebar, routes, and database models
2026-03-21 23:13:59 +00:00
e82d7e10df
Refactor database models to improve column order and add column width properties for better layout consistency across various models.
farmcontrol/farmcontrol-ui/pipeline/head Build queued...
2026-03-13 21:14:52 +00:00
5ba205c6cc
Implemented Part SKUs.
2026-03-07 23:34:07 +00:00
2fbafc5396
Refactor database models to replace '_id' with '_reference' in columns
...
- Updated multiple models to change the column identifier from '_id' to '_reference' for consistency across the database schema.
- Adjusted relevant filters and properties to align with the new column naming convention.
2025-12-27 21:22:59 +00:00
35a6b847e6
Added inventory overview.
2025-12-08 23:01:34 +00:00
f24bc27e2c
Add OrderItem and Shipment models to database schema
...
- Introduced OrderItem and Shipment models with associated properties and actions.
- Updated ObjectModels to include new models for better integration.
- Refactored existing models to remove unnecessary ID references and improve hyperlink support for related objects.
- Enhanced various models by removing deprecated fields and ensuring consistency in object references.
2025-12-07 02:41:17 +00:00
05d7864da8
A lot of UI fixes updated packages etc.
2025-12-02 18:29:09 +00:00
fdc862d16c
Refactored management components to utilize ObjectTable for consistent data representation and improved functionality. Updated column visibility handling and integrated new model properties for better data management. Removed unused imports and streamlined code for enhanced readability.
2025-07-06 01:51:14 +01:00
fe85250838
Refactored components to replace DashboardTable with ObjectTable for improved consistency and functionality. Updated FilamentStockInfo, PartStocks, StockAudits, and other inventory management components to utilize NotesPanel instead of DashboardNotes. Removed unused DashboardNotes and DashboardTable components to streamline the codebase.
2025-07-04 21:29:27 +01:00