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
- Implemented shop module with root component, loading state, and invoice handling.
- Created statistics module with invoice type card component, API routes, and data models.
- Added season picker component for selecting year and season.
- Integrated services for fetching statistics data and managing state.
- Established routing for statistics and shop views.