feat(inventories): implement inventory movement list and transfer functionality
- Added InventoryMovementListComponent to display stock movements with filtering options. - Created InventoriesTransferFormComponent for transferring stock between inventories. - Implemented product cardex view to show detailed inventory movements for specific products. - Enhanced product listing with loading states and improved UI components. - Introduced Jalali date formatting directive for better date representation. - Added utility functions for Jalali date conversions and comparisons. - Created reusable details info card component for displaying inventory details. - Updated movement reference types and tags for better categorization of inventory movements.
This commit is contained in:
@@ -12,8 +12,10 @@
|
||||
"@primeuix/themes": "^1.2.1",
|
||||
"@tailwindcss/postcss": "^4.1.11",
|
||||
"chart.js": "4.4.2",
|
||||
"dayjs": "^1.11.19",
|
||||
"flatpickr": "^4.6.13",
|
||||
"flatpickr-wrap": "^1.0.0",
|
||||
"jalaliday": "^3.1.1",
|
||||
"jest-editor-support": "*",
|
||||
"primeclt": "^0.1.5",
|
||||
"primeicons": "^7.0.0",
|
||||
|
||||
Reference in New Issue
Block a user