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
- Added StockKeepingUnitFormComponent for creating and editing stock keeping units.
- Introduced StockKeepingUnitsComponent for listing stock keeping units with pagination.
- Integrated form fields for code, name, VAT, and SKU type in the stock keeping unit form.
- Created API routes for stock keeping units with CRUD operations.
- Updated input components to handle numeric and price types with Persian/Arabic digit normalization.
- Enhanced key-value component to support tag display instead of badge.
- Adjusted layout styles for sidebar menu.
- Added AGENT.md for repository-specific coding guidelines and practices.
- Implemented good management form with file upload and category selection.