- 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.
feat: implement checkbox component with label and hint support
feat: create sale invoice full response model for invoice details
feat: add single view component for displaying sale invoice details
feat: define various list configurations for account, business activity, and consumer management
feat: establish list configurations for managing devices, goods, and licenses
feat: create list configurations for managing partners and their accounts
feat: implement user management list configuration
refactor: update shared-saleInvoice.component.ts to simplify SKU code handling
refactor: modify goods.component.html to optimize payload form dialog rendering
fix: adjust goods.component.ts to ensure payload form visibility logic is correct
fix: update order-section.component.ts to improve customer dialog and payment form visibility
style: enhance form.component.html button styling for better responsiveness
fix: change abstract-form.ts to reset form with default values on initialization
refactor: streamline page-data-list-grid-view.component.html for better caption handling
refactor: update page-data-list-grid-view.component.ts to remove unused methods and improve readability
refactor: simplify page-data-list-table-view.component.html and remove redundant code
refactor: clean up page-data-list-table-view.component.ts by removing unnecessary methods
feat: enhance page-data-list.component.html with new caption and paginator templates
feat: create page-data-value.component.ts to encapsulate data rendering logic for grid and table views
style: update presets.ts to modify color palette for better UI consistency