fix: update total price info handling in correction form and ensure accurate calculations
refactor: streamline sale invoice single view component by extracting info card into a separate component
style: adjust button sizes in payment forms for better UI consistency
feat: implement season picker navigation controls to prevent out-of-bounds selection
fix: improve price formatting utility to handle undefined values gracefully
chore: update environment configuration for API base URL
feat: add navigation service to manage routing history and back navigation
- Introduced PUBLIC_SALE_INVOICES_ROUTES for handling sale invoice routes.
- Created PublicSaleInvoicesService to fetch single invoice data from the API.
- Implemented PublicSaleInvoiceStore for managing invoice state.
- Added PublicSaleInvoiceComponent to display invoice details.
- Updated app routes to include public sale invoices.
- Removed pre-invoice dialog component and its associated files.
- Enhanced order submitted dialog with QR code for invoice sharing.
- Updated sale invoice single view to reflect new data structure.
- Refactored page data list component for improved layout and functionality.