e82d7e10dfRefactor database models to improve column order and add column width properties for better layout consistency across various models.Tom Butcher2026-03-13 21:14:52 +00:00
00e8b07528Add label width property to NewNote component for improved layout consistency.Tom Butcher2026-03-09 01:31:19 +00:00
aa2e7b85edRefactor MarkdownDisplay and MarkdownInput components for improved rendering and user experience. Adjust spacing in NoteItem for better layout consistency.Tom Butcher2026-03-09 01:29:59 +00:00
12b9abd0aaAdd enhanced markdown editing functionality. Update MarkdownInput and MarkdownDisplay components for improved user experience. Refactor NoteInfo component to include content display and enhance layout with collapsible sections.Tom Butcher2026-03-09 00:40:13 +00:00
7611d11655Refactor Filament, FilamentSku, PartSku, and ProductSku models to improve code readability by restructuring columns, filters, and sorters. Enhance Filament model with a visibility condition for the divider. Clean up formatting for better consistency across models.Tom Butcher2026-03-08 02:07:36 +00:00
2ca29d1ef5Add delete functionality to FilamentInfo component and update Filament model with delete actionTom Butcher2026-03-08 01:53:13 +00:00
5ec394cbc0Add PostProductStock component and integrate posting functionality for product stocks. Update NewProductStock to set default state to 'draft'. Enhance ProductStockInfo with modal for posting stocks and update action visibility based on stock state.Tom Butcher2026-03-07 20:37:52 +00:00
04d26600fdRefactor NotificationContext to simplify notification fetching logic by removing redundant useEffect. Update condition checks for authenticated and notificationCenterVisible to use strict equality.Tom Butcher2026-03-07 20:32:11 +00:00
52fd0ebd63Enhance FilePreview and FileUpload components with error handling and minimal display option. Refactor AuthContext to improve user info retrieval and session management.Tom Butcher2026-03-07 20:32:02 +00:00
835db6e49fEnhance UserProfilePopover component by adding a Card wrapper for the user icon, improving visual presentation and layout. Refactor icon action filtering for better readability.Tom Butcher2026-03-07 19:44:10 +00:00
b5dd009d1aRefactor FileUpload component to ensure onChange is called consistently after file selection, improving state management for file uploads.Tom Butcher2026-03-07 19:43:59 +00:00
775393dfd1Add user profile popover and logout icon; refactor dashboard navigationTom Butcher2026-03-07 19:22:21 +00:00
545cc0c526Refactor ObjectDisplay component to enhance ID validation and handling. Introduced utility functions for ID extraction and validation, ensuring proper object hydration and subscription management. Updated related logic to improve robustness against invalid IDs.Tom Butcher2026-03-06 23:43:15 +00:00
62f0e047e2Enhance notification drawer responsiveness by adjusting width based on mobile screen size.Tom Butcher2026-03-06 23:43:03 +00:00
7ea5eaf1f5Add export functionality with OData, Excel, and CSV options; introduce new icons and components for export buttons.Tom Butcher2026-03-02 00:53:43 +00:00
6be21bd006Refactor imports to use .jsx extension for hooks and components, and add new hooks for managing collapse state, column visibility, table data, table scroll, and view mode.Tom Butcher2026-02-28 18:05:47 +00:00
455c223ec0Update SalesOrderInfo component to change syncAmount from 'itemCost' to 'itemPrice' for accurate order processingTom Butcher2025-12-28 01:10:33 +00:00
6b983ca873Enhance Shipment model and NewShipment component with invoicing fieldsTom Butcher2025-12-28 01:10:26 +00:00
4da63e6a32Enhance PurchaseOrder components with new invoice modal and state managementTom Butcher2025-12-28 01:10:10 +00:00
de74fb0668Enhance OrderItem model and components with new invoicing fieldsTom Butcher2025-12-28 01:09:57 +00:00
bace57b436Enhance Invoice management features with new PostInvoice functionalityTom Butcher2025-12-28 01:09:36 +00:00
0bf16d844eRefactor TimeDisplay component to improve time difference calculationTom Butcher2025-12-28 01:09:11 +00:00
cefe77bc0eEnhance ObjectProperty component to support conditional input renderingTom Butcher2025-12-28 01:09:02 +00:00
aa6fe3c839Enhance ObjectForm component with custom merge logic for array handlingTom Butcher2025-12-28 01:08:54 +00:00
4bd9acdc11Refactor ObjectChildTable component to enhance editing functionalityTom Butcher2025-12-28 01:08:46 +00:00
b38af41929Add form validation to NewObjectForm componentTom Butcher2025-12-28 01:08:35 +00:00
2fbafc5396Refactor database models to replace '_id' with '_reference' in columnsTom Butcher2025-12-27 21:22:59 +00:00
9fb884638fAdd ActionsIcon component and corresponding SVG iconTom Butcher2025-12-27 21:22:44 +00:00
e2a81a8503Update Invoice and PurchaseOrder models to replace 'customer' with 'client' and change 'processing' color to 'purple'Tom Butcher2025-12-27 20:52:11 +00:00