c3b695b76cUpdated NetGrossDisplay component to parse net and gross values as floats for accurate numerical representation.Tom Butcher2025-12-13 21:05:20 +00:00
34d919d88eUpdated @ant-design/charts dependency from version 2.6.2 to 2.6.5 in package.json and yarn.lock for improved features and bug fixes.Tom Butcher2025-12-09 02:11:52 +00:00
705c517acfAdded totalTime field to Job and SubJob models for duration calculation, and updated OrderItem model to include reference field and reorder properties for improved data structure.Tom Butcher2025-12-09 02:11:43 +00:00
c96f223176Added labelWidth property to PrinterInfo component for improved layout consistency.Tom Butcher2025-12-09 02:10:53 +00:00
bf1b61179fAdded labelWidth property to ObjectInfo components in NewJob and NewPrinter for consistent layout adjustments.Tom Butcher2025-12-09 02:10:45 +00:00
d8bfc19917Added new InfoCollapse sections for Online Printers and Queued Jobs in ProductionOverview, including ObjectTable components for data display and updated collapse states for better user interaction.Tom Butcher2025-12-09 02:10:35 +00:00
5f33ed69fbRefined interval calculation in ApiServerProvider to adjust polling frequency based on time range, introducing new thresholds for intervals over 1, 2, and 3 days.Tom Butcher2025-12-09 02:10:23 +00:00
b7e81e2caaEnhanced ObjectSelect component to handle array inputs by normalizing values to a string of IDs, improving identity detection for in-place updates.Tom Butcher2025-12-09 02:10:09 +00:00
7f11168b25Updated App.css to include new styles for picker components and adjusted button width for outlined variant.Tom Butcher2025-12-09 02:09:56 +00:00
3d17a08a71Enhanced HistoryDisplay component with custom date range selection and improved loading states.Tom Butcher2025-12-09 02:09:48 +00:00
2d2aff125cAdded destroyOnHidden property to the new job modal for improved resource management.Tom Butcher2025-12-09 02:09:36 +00:00
7a4dec3f54Added total weight to filament stocks.Tom Butcher2025-12-08 23:03:47 +00:00
e19200c059Update DocumentTemplateInfo to set label width for improved layout consistencyTom Butcher2025-12-07 02:42:55 +00:00
8508442d2eImplement modal for adding new order items in PurchaseOrderInfo componentTom Butcher2025-12-07 02:42:50 +00:00
8945bb9a17Update PartStockInfo to set label width for improved layout consistencyTom Butcher2025-12-07 02:42:44 +00:00
cd902d8f13Add Order Items and Shipments to Inventory Sidebar and Update Purchase Order InfoTom Butcher2025-12-07 02:42:37 +00:00
aad5326c7eUpdate ObjectTypeSelect component to adjust label positioning for improved displayTom Butcher2025-12-07 02:42:26 +00:00
f7532338b6Refactor ObjectTable component to utilize refs for table filter and sorter managementTom Butcher2025-12-07 02:42:18 +00:00
2879b8648dEnhance ObjectSelect component with value identity tracking and loading optimizationsTom Butcher2025-12-07 02:42:10 +00:00
c10daf008eEnhance ObjectProperty component with readOnly handling and reference case supportTom Butcher2025-12-07 02:42:02 +00:00
b955f42b88Refactor ObjectForm component to improve computed value handlingTom Butcher2025-12-07 02:41:55 +00:00
6da485bc8fEnhance IdDisplay component with reference and plainCode propsTom Butcher2025-12-07 02:41:45 +00:00
8b481a9617Add routes for OrderItems and Shipments in InventoryRoutesTom Butcher2025-12-07 02:41:31 +00:00
f24bc27e2cAdd OrderItem and Shipment models to database schemaTom Butcher2025-12-07 02:41:17 +00:00
2f323181f5Refactor form components to accept defaultValues prop for enhanced flexibilityTom Butcher2025-12-07 02:40:32 +00:00
dbb6be8654Enhance App.css with additional styles for Ant Design componentsTom Butcher2025-12-07 02:39:53 +00:00
3673a7a1ecAdd Order Items and Shipments components with associated icons and formsTom Butcher2025-12-07 02:39:45 +00:00
4995d37aa2Removed console.log statements from various components to clean up the code and improve performance.Tom Butcher2025-12-07 02:38:39 +00:00
9f05bfd929Enhanced ObjectDisplay component with spotlight data fetching and hyperlink support. Added props for showHyperlink and showSpotlight, and improved rendering logic for object names with optional popover tooltips.Tom Butcher2025-12-07 02:37:28 +00:00
c6c99bb02cUpdate package-lock.json to add @tanstack/react-query dependency and adjust peer dependencies for various packages. Modify backend and API server URLs in config.js for production environment.Tom Butcher2025-11-24 03:34:37 +00:00
91e7121fd5Add filament stock management to ControlPrinter component with modal integration for loading and unloading filament. Implement new actions for pausing, resuming, and canceling jobs, enhancing printer control functionality.Tom Butcher2025-11-24 03:34:28 +00:00
afe25c1e09Enhance DocumentJob, DocumentPrinter, and Printer models by adding new fields for state, object IDs, and document size management. Update action labels for clarity and improve data handling with date formatting. Introduce new connection options for printers and enhance the user interface for job management.Tom Butcher2025-11-24 03:34:20 +00:00
8d63b9a84dAdd NewDocumentPrinter component to manage document printer creation with a multi-step wizard interface. Integrate ObjectInfo for required and optional fields, enhancing user experience during setup.Tom Butcher2025-11-24 03:34:04 +00:00
808d45273dRefactor DocumentPrinterInfo component to improve state management and enhance editing functionality. Introduce useRef for action handling and object form references, and update the rendering logic for better performance and user experience.Tom Butcher2025-11-24 03:33:57 +00:00
64c4d25982Add New Document Printer functionality to DocumentPrinters component, including modal integration and success message upon creation. Enhance dropdown menu with new action item for creating document printers.Tom Butcher2025-11-24 03:33:44 +00:00
7ac56cc69cRefactor NewDocumentJob and NewDocumentTemplate components to utilize WizardView for improved user experience, implement file download functionality with dynamic filename generation, and enhance form handling with context integration.Tom Butcher2025-11-24 03:33:32 +00:00
e4b8f52e6bAdd downloadTemplatePDF function to ApiServerContext for PDF downloading and implement formatFileName utility for safe filename generationTom Butcher2025-11-24 03:33:11 +00:00
e114a45348Enhance WizardView component by adding support for custom action buttons, sideBarGrow functionality, and a disabled state. Refactor layout styles for better responsiveness and usability.Tom Butcher2025-11-24 03:32:59 +00:00
b7bb6121b7Update StateTag component to rename 'unconsumed' state to 'new' and add 'used' state with corresponding status and text.Tom Butcher2025-11-24 03:32:40 +00:00
dabad4f489Enhance StateDisplay component to include 'used' as a loading progress type and adjust progress status and color accordingly.Tom Butcher2025-11-24 03:32:16 +00:00
94c55c8e77Enable treeDefaultExpandAll in ObjectSelect component for improved tree view visibilityTom Butcher2025-11-24 03:32:06 +00:00
8f67d7daaeAdd roundNumber prop to ObjectProperty component for configurable number rounding and enhance select case handling for better value displayTom Butcher2025-11-24 03:31:58 +00:00
e788eaba91Refactor ObjectForm component to implement debounced validation and state updates, improving performance and reducing unnecessary re-renders.Tom Butcher2025-11-24 03:31:51 +00:00
6af832afe5Add disabled prop to NewObjectButtons for enhanced control over button statesTom Butcher2025-11-24 03:31:39 +00:00