Commit Graph
100 Commits
Author SHA1 Message Date
Jeppe Bundgaard 333fecd2c4 Update MyWashStart.vue: add persistence for in-progress washes using localStorage 2025-12-16 11:44:19 +01:00
Jeppe Bundgaard 6cc425dd1e Update MyWashStart.vue: validate vehicle type selection for step navigation and button state 2025-12-16 11:15:08 +01:00
Jeppe Bundgaard 6e300cd5c3 Update MyWashStart.vue: add vehicle management, enhance autocomplete for license plates, and fetch vehicle types 2025-12-16 11:12:41 +01:00
Jeppe Bundgaard e3db468d0b Update OrderBookingsTable.vue: add margin to calendar icon for better spacing 2025-12-16 09:36:08 +01:00
Jeppe Bundgaard dc5533ccb0 Update MyWashStart.vue: fix nearestDepartment name rendering in lane availability message 2025-12-15 16:02:01 +01:00
Jeppe Bundgaard 08ad376e6d Update MyWashStart.vue: enhance lane availability message with dynamic department name rendering 2025-12-15 15:56:05 +01:00
Jeppe Bundgaard f6784bc815 "Update MyWashStart.vue: set forceNearestDepartmentEvaluationId default value to 0" 2025-12-15 15:52:39 +01:00
Jeppe Bundgaard 6e2eb81d5b "Refactor MyWashStart.vue and ordersTable.vue: enhance wash timer display, add lane labeling, and improve department access validation logic in navigation." 2025-12-15 15:49:55 +01:00
Jeppe Bundgaard 7300cb5722 "Refactor MyWashStart.vue: add onCloseCompleted action to reset flow state, update UI for Completed step, and improve navigation button logic." 2025-12-15 15:34:34 +01:00
Jeppe Bundgaard 617793830b "Refactor MyWashStart.vue: add completed wash duration tracking, reset logic, and display total time in UI after completion." 2025-12-15 15:30:56 +01:00
Jeppe Bundgaard 72edbf338d "Refactor MyWashStart.vue: add elapsed wash timer with start/stop logic, integrate onUnmounted for cleanup, and enhance UI with completed wash step." 2025-12-15 15:28:38 +01:00
Jeppe Bundgaard a9f8e59433 "Refactor MyWashStart.vue: improve wash process with machine/manual options, lane availability checks, and enhanced step-based flow using Buefy components." 2025-12-15 15:24:05 +01:00
Jeppe Bundgaard b50f07b409 "Update MyWashStart.vue: set forceNearestDepartmentEvaluationId to 0 for production" 2025-12-15 13:38:14 +01:00
Jeppe Bundgaard 35439fb963 "Update UserDashboard.vue: change wash certificate link to orders page and remove redundant disabled state" 2025-12-15 13:28:01 +01:00
Jeppe Bundgaard 16866155c1 "Refactor MyWashStart.vue: enhance wash process flow with step-based navigation, integrate Buefy components for improved UI, add forced nearest department evaluation for debugging, and streamline input validation logic." 2025-12-15 13:26:37 +01:00
Jeppe Bundgaard e94e2f0541 "Refactor OrderBookingsTable.vue: enhance editable table rows, add hover tooltips for item details, integrate customizable themes in EditableTableColumn.vue, and improve overall table usability and styling." 2025-12-15 11:46:39 +01:00
Jeppe Bundgaard a861af5a9c "Update InvoiceOrdersPagination.vue: replace hardcoded label with dynamic label from SessionUser objects for improved localization support." 2025-12-11 14:12:56 +01:00
Jeppe Bundgaard d5b83f64cc "Update InvoiceOrdersPagination.vue: adjust label text to 'Historiske vaske' for improved clarity and accuracy." 2025-12-11 14:11:06 +01:00
Jeppe Bundgaard c84d0d2851 "Refactor DatePeriodSelector.vue and InvoiceOrdersPagination.vue: integrate shortcut visibility options, replace manual date filter shortcuts with DatePeriodSelector, and improve filter structure for better maintainability and usability." 2025-12-11 14:09:15 +01:00
Jeppe Bundgaard bfad04aa85 "Add responsive mobile layout to DatePeriodSelector.vue with updated date, month, and year selectors using Buefy components." 2025-12-11 13:22:44 +01:00
Jeppe Bundgaard 97809d2e43 "Integrate DesktopNavigationBuefy into MobileNavigation.vue and update menu structure for improved component reuse and maintainability." 2025-12-11 12:49:20 +01:00
Jeppe Bundgaard 94f1528d4a "Add tablet-specific header component and responsive layout updates for improved device compatibility." 2025-12-11 12:35:19 +01:00
Jeppe Bundgaard f71451ad88 "Update TableLabeledPagination.vue: adjust label styling and class for improved readability" 2025-12-10 14:39:26 +01:00
Jeppe Bundgaard b035da7984 "Update TableLabeledPagination.vue: adjust label styling and class for improved readability" 2025-12-10 14:25:47 +01:00
Jeppe Bundgaard 3071e7f777 "Refactor MyInvoicesPagination.vue: integrate TableLabeledPagination for improved structure, update InvoiceCollectionsTable label to 'total_price_amount', and adjust locale strings for clarity." 2025-12-10 14:19:32 +01:00
Jeppe Bundgaard 824840d729 "Refactor OrdersPagination.vue: replace nested components with TableLabeledPagination, adjust filters and table integration for improved structure and maintainability." 2025-12-10 14:16:21 +01:00
Jeppe Bundgaard d17c84a42c "Update UserDashboard pagination components: adjust column classes, add spacing labels for better layout alignment, and remove redundant label element in TableLabeledPagination.vue." 2025-12-10 14:12:49 +01:00
Jeppe Bundgaard 2314f02239 "Refactor OrderBookingsTable.vue: simplify table logic by removing unnecessary filters and pagination handling, migrate pagination to OrderBookingsPagination.vue, and update components for improved code maintainability and usability." 2025-12-10 14:01:24 +01:00
Jeppe Bundgaard b34bb0b0dc "Update ordersTable.vue: rename 'Total' label to 'Beløb' for locale consistency." 2025-12-10 13:11:00 +01:00
Jeppe Bundgaard 65d6e510d1 "Refactor VehiclesPagination.vue: consolidate pagination logic into new TableLabeledPagination component, remove unused imports, and simplify VehiclesTable template structure for improved maintainability and readability." 2025-12-10 12:39:04 +01:00
Jeppe Bundgaard d63b28977f "Add minHeight to independent-scroll in Viewport for consistent scrollable area styling" 2025-12-10 12:30:41 +01:00
Jeppe Bundgaard 4c6f8df45d "Update UserDashboard labels for clarity: revise messaging in booking, vehicle management, wash certificates, and invoices cards." 2025-12-10 11:10:44 +01:00
Jeppe Bundgaard 4a76137a90 "Implement dynamic card height adjustment in UserDashboard for improved layout consistency across device types." 2025-12-10 11:04:13 +01:00
Jeppe Bundgaard 60dcf3e227 "Add optional CSS class support for navigation items, dynamic header height handling in Viewport, locale-based label updates, and device type checks." 2025-12-10 10:54:18 +01:00
Jeppe Bundgaard 27d3200c3b "Update DesktopHeader.vue to rename 'Opret konto' to 'Opret bruger' for label consistency." 2025-12-09 16:00:24 +01:00
Jeppe Bundgaard 1c67f64c7e "Add back-office, department, and return-to-account buttons in DesktopHeader.vue with session-based visibility and dynamic routing for improved navigation functionality." 2025-12-09 15:55:42 +01:00
Jeppe Bundgaard 39adc6536d "Refactor navigation components: optimize computed properties, update department_id logic, improve menu item handling, and add dynamic session-based routes in DesktopHeader for enhanced maintainability and functionality." 2025-12-09 15:34:51 +01:00
Jeppe Bundgaard f7c75f75fa "Remove unused imports and redundant components in DesktopNavigation and DesktopHeader for cleaner code and improved maintainability." 2025-12-09 14:22:23 +01:00
Jeppe Bundgaard 06d84872ff "Add 'Start Wash' feature with MyWash, MyWashStart components, dynamic route integration, and user location-based functionality in UserDashboard." 2025-12-09 14:14:47 +01:00
Jeppe Bundgaard f019c43853 "Replace session redirection with new dashboard cards for streamlined user actions and enhanced UI functionality in UserDashboard.vue." 2025-12-09 11:43:03 +01:00
Jeppe Bundgaard 75ccc4ab1e "Improve navigation menu styles, add dynamic visibility for logout link, and enhance mobile menu layout and usability." 2025-12-09 11:05:20 +01:00
Jeppe Bundgaard 03e28c6070 "Update labels for consistency in PaginationDisplay.vue and improve table styling by adding bordered class in DepartmentLanesTable.vue." 2025-12-09 11:05:03 +01:00
Jeppe Bundgaard 3831471f54 "Add Qodana configuration file (qodana.yaml) for code quality analysis and CI/CD integration." 2025-12-09 11:04:44 +01:00
Jeppe Bundgaard f808caff31 "Add relay_machine_id column to DepartmentLanes table and backend for improved data management and editability." 2025-12-09 10:27:17 +01:00
Jeppe Bundgaard 3ddb6c168e "Add SelfServe module configuration, routes, and UI integration in SuperUserDashboard for enhanced functionality and manageability." 2025-12-09 09:07:46 +01:00
Jeppe Bundgaard 40b90ff2d1 "Remove unused imports across multiple components for cleaner code and improved maintainability." 2025-12-07 11:07:15 +01:00
Jeppe Bundgaard 66f458014c "Remove TypeScript declaration from <script setup> in Viewport and related header components to simplify and align with current codebase practices." 2025-12-07 11:03:13 +01:00
Jeppe Bundgaard 45c9e87380 "Remove unused imports and redundant components across pagination and dashboard files for cleaner code and improved maintainability." 2025-12-06 20:41:30 +01:00
Jeppe Bundgaard 7945e0996b "Update Vehicles.vue and vehiclesTable.vue for label consistency, improved localization, and cleaned up empty column headers." 2025-12-06 20:39:31 +01:00
Jeppe Bundgaard a74d4ab042 "Replace search input and LoadButtonWhileAwait with PaginationDisplayGeneralSearchReload in MyInvoicesPagination.vue for cleaner design and enhanced reusability." 2025-12-06 20:34:43 +01:00
Jeppe Bundgaard 00995e38aa "Add 'create vehicle' button in VehiclesPagination.vue for user-specific routes, improve responsiveness with isSmall ref, and enhance button styling with dynamic colors." 2025-12-06 20:28:40 +01:00
Jeppe Bundgaard f2f9d24652 "Improve filter reset UI in PaginationDisplayFilters.vue, update translation for 'reload' label, and remove redundant LoadButtonWhileAwait component in VehiclesPagination.vue for cleaner code and enhanced UX." 2025-12-06 20:12:38 +01:00
Jeppe Bundgaard d2de664186 "Refactor orders table to dynamically fetch localized labels and improve column editability; enhance navigation and pagination with context-sensitive filters and dynamic menu visibility." 2025-12-06 19:59:48 +01:00
Jeppe Bundgaard 70949630fb "Enhance navigation menu with context-aware active route highlighting and dynamic visibility based on department selection status." 2025-12-06 15:38:13 +01:00
Jeppe Bundgaard bc6c382b9e "Add optional 'hidden' property to NavigationItemProps for improved flexibility in navigation item visibility." 2025-12-06 15:37:57 +01:00
Jeppe Bundgaard 5021b99ca1 "Adjust label styling in OrdersPagination.vue for smaller font size and improved UI consistency." 2025-12-05 20:30:28 +01:00
Jeppe Bundgaard dd2dcc9043 "Update field labels in Orders.vue for improved clarity and consistency in UI text." 2025-12-05 20:30:13 +01:00
Jeppe Bundgaard 5329b62bc5 "Add Buefy for navigation menu; implement DesktopNavigationBuefy.vue and integrate into viewport layout." 2025-12-05 20:29:46 +01:00
Jeppe Bundgaard 83bc1246fb "Refactor NavigationMenuDepartment button formatting for improved readability in mobile tooltip layout." 2025-12-05 20:19:45 +01:00
Jeppe Bundgaard 54cc7c298c "Add responsive department selection menu with tooltip for mobile; optimize desktop dropdown layout and styling." 2025-12-05 20:09:24 +01:00
Jeppe Bundgaard 7a43669ed5 "Fix update-version endpoint URL by removing incorrect port specification in Vite configuration." 2025-12-03 08:45:07 +01:00
Jeppe Bundgaard d1446f1435 "Fix update-version endpoint URL by removing incorrect port specification in Vite configuration." 2025-12-01 15:22:28 +01:00
Jeppe Bundgaard b548582c7c "Remove unnecessary console warning from VersionCheck.vue for cleaner debugging output." 2025-12-01 15:10:27 +01:00
Jeppe Bundgaard 933eba04aa "Introduce version check mechanism with notifications for updates; enhance Vite build process for automated server update handling." 2025-12-01 14:59:56 +01:00
Jeppe Bundgaard ac7ddc37fb "Add new piktogrammer images and update switch-case logic in Piktogrammer.vue to support additional product categories." 2025-11-28 12:35:54 +01:00
Jeppe Bundgaard eed5d6aa3b "Restrict 'Tilbage til egen konto' navigation item to superusers by updating permissions for improved access control." 2025-11-28 08:08:56 +01:00
Jeppe Bundgaard e9a83700fa "Remove redundant action label in OrdersTable for cleaner UI and simplified code." 2025-11-27 15:29:51 +01:00
Jeppe Bundgaard 61c828c051 "Enhance ActionSettingsWheelButton: add visibility condition for labels based on user permissions and session properties." 2025-11-27 15:12:55 +01:00
Jeppe Bundgaard fdc5b845be "Update redirect logic in OrdersTable to include additional parameter for enhanced navigation handling." 2025-11-27 15:05:27 +01:00
Jeppe Bundgaard aeb57e70e2 "Introduce Order Actions Modal to enhance user interaction; refactor OrdersTable for improved layout and add summary mode to OrderContentTable for concise order display." 2025-11-27 15:01:24 +01:00
Jeppe Bundgaard 9920455728 "Refactor OrdersTable for responsive design; add mobile and tablet-friendly card layouts, enhance redirection logic, and introduce relative time labels." 2025-11-27 14:11:03 +01:00
Jeppe Bundgaard e91f8f2a4b "Add filters and mobile-friendly toggles to OrderBookingsTable; enhance date labels with relative terms and provide 'Show all bookings' button when filters are applied." 2025-11-27 12:07:58 +01:00
Jeppe Bundgaard f8a57c9654 "Remove extraneous character from MyBookingsBook.vue; clean up UI display in empty state message." 2025-11-27 10:51:39 +01:00
Jeppe Bundgaard 2ce314590e "Hide system orders from non-superusers in OrdersTable based on user permissions; update visibility logic to enhance access control." 2025-11-27 10:30:56 +01:00
Jeppe Bundgaard 8110bff6db "Refactor OrdersTable and related components to enhance visibility handling based on user permissions, streamline PO display logic, and improve guest mode functionality across booking flows." 2025-11-27 10:24:12 +01:00
Jeppe Bundgaard e22092ada2 "Add validation message to MyBookingsBook.vue for displaying missing required fields; disable 'Go to confirmation' button if validation errors persist." 2025-11-26 13:12:09 +01:00
Jeppe Bundgaard 284379e534 "Refactor GuestBookExteriorWash, ActionSettingsWheelButton, and related components: streamline user session checks, improve error handling in vehicle suggestions, and enhance authenticated request logic for flexible token management." 2025-11-26 12:21:19 +01:00
Jeppe Bundgaard f8b171dc71 "Refactor DepartmentDailyReport components: add props for department-specific and all-departments handling, update navigation to support selectAllDepartments, and modify report display logic for enhanced flexibility and usability." 2025-11-26 11:15:43 +01:00
Jeppe Bundgaard ba9a5551a3 "Add version selector to OrderBookingsTable for toggling between new and legacy booking portals; replace notification with dropdown to improve UI clarity and portal access." 2025-11-26 10:02:38 +01:00
Jeppe Bundgaard 00b5a63477 "Remove wash certificate booking logic from PosDepartmentStepMobile2.vue to simplify transaction handling and reduce unnecessary promise chaining." 2025-11-25 15:13:33 +01:00
Jeppe Bundgaard a87526fa64 "Add excludedOrderIds prop to OrdersTable and related components; implement logic for filtering and handling excluded orders across invoicing and transaction views." 2025-11-25 14:40:23 +01:00
Jeppe Bundgaard 8fbbdf5fd0 "Add clickFunction prop to DepartmentDashboardDailyReportCount for handling card click events; integrate OrderBookingsTable into DepartmentDailyReport with click-to-bookings redirection." 2025-11-25 12:36:29 +01:00
Jeppe Bundgaard 1be833462a "Refactor DepartmentDashboardDailyReport components: add dynamic suffix handling for labels, enhance 'All' department selection feature in navigation, and streamline out-of values management across display and report logic." 2025-11-25 11:32:42 +01:00
Jeppe Bundgaard b4b85d6a9b "Enable additional items component display in PosDepartmentStepMobile2.vue by removing conditional v-show directive." 2025-11-25 11:17:15 +01:00
Jeppe Bundgaard 6a16c5aa7b "Add booking stats to DepartmentDailyReport: include booking counts, update UI labels, and enhance daily report display logic for more comprehensive metrics." 2025-11-25 11:17:10 +01:00
Jeppe Bundgaard 5e4713338e "Improve filter management in OrderBookingsTable: add new filter detection logic with isFilterApplied, enhance empty table message based on filters, streamline 'Show All Bookings' functionality, and update UI consistency for filter reset actions." 2025-11-25 09:28:08 +01:00
Jeppe Bundgaard ac29d026e4 "Refactor user impersonation logic: move QR code generation and display logic to ActionSettingsWheelButton, update usersTable to use enhanced settings wheel, and improve filter reset handling in OrderBookingsTable." 2025-11-25 08:32:24 +01:00
Jeppe Bundgaard b07a7febb2 "Add new booking portal links and filters: implement new portal redirection in BookingsPagination, add filters for today's and pending bookings in OrderBookingsTable, and enhance mobile responsiveness." 2025-11-25 08:14:08 +01:00
Jeppe Bundgaard eec5aca983 "Introduce legacy booking pages and routes: add MyBookingsLegacy and DepartmentBookingsLegacy components with associated routes, update OrderBookingsTable to include legacy booking portal link, and implement conditional redirection for legacy portal access." 2025-11-24 16:24:58 +01:00
Jeppe Bundgaard e7befaa981 "Refactor booking logic across multiple components: enhance booking completion flow, improve safety seal certificate handling, streamline booking ID validation, and update API filter syntax for consistency." 2025-11-24 15:47:59 +01:00
Jeppe Bundgaard 023743f80d "Enhance OrdersTable hover functionality: add hover text support, truncate long text values with a new truncate utility in SessionUser, and update EditableTableColumn with hover text handling." 2025-11-24 13:21:32 +01:00
Jeppe Bundgaard db996f093e "Refactor vehicle and booking components: streamline booking application logic, update metadata fields (e.g., booking_id, lastOrderId), enhance vehicle selection with duplicate prevention, and improve consistency in pending bookings handling." 2025-11-24 13:02:15 +01:00
Jeppe Bundgaard 85f0901cc2 "Add branding details table in DepartmentProfile.vue for improved department information display." 2025-11-24 10:58:22 +01:00
Jeppe Bundgaard 36325fb7b5 "Disable vehicle selection view in PosDepartmentStepMobile2.vue when primary product is set." 2025-11-20 16:12:49 +01:00
Jeppe Bundgaard b9e752444b "Add auto-apply logic for pending bookings in PosDepartmentStepMobile2.vue: implement booking selection, metadata updates, primary/addon mapping, and watchers for booking/vehicle changes." 2025-11-20 16:08:19 +01:00
Jeppe Bundgaard f790532eae Remove unnecessary console.log statements from POSDepartmentProcess.vue for cleaner code. 2025-11-20 15:45:13 +01:00
Jeppe Bundgaard b69e4a2c3b "Refactor booking metadata handling and vehicle selection: replace regNrTraekker/regNrTrailer with reg_1/reg_2, adjust pending bookings logic, and align filters in loadPendingBookings for consistency." 2025-11-20 15:15:30 +01:00
Jeppe Bundgaard 71c80c0c18 "Refactor booking components: update routes, adjust navigation for 'Book Vask' pages, improve conditional rendering in GuestBookExteriorWash, introduce getDepartmentsGuest for unauthenticated requests, and enhance table colspan logic in OrderBookingsTable." 2025-11-20 13:12:52 +01:00
Jeppe Bundgaard a92ee51464 "Refactor OrdersTable and related components: simplify table classes, remove unused ColorIndicator, wrap action buttons in a div, and adjust label size in UsersPagination for consistency. Rename translation key in Orders.vue." 2025-11-20 11:24:38 +01:00
Jeppe Bundgaard ed23743f06 "Refactor navigation and booking components: update routes for 'Book Vask' pages, adjust conditional rendering in booking tables, and revise modal styling for consistency." 2025-11-20 09:57:32 +01:00