pos-dashboard/src/feature-module
tuan.cna 1171d7c452 feat: Add inventory management pages with enhanced features
- Add Nhập kho (Import) page (/product-list-2):
  * Display product, code, import price, import quantity, import date
  * Smart date-based CSS styling (green/yellow/blue/red by time)
  * Import date loads from record.createdDate
  * Remove all checkboxes and selection features
  * Custom pagination and search functionality

- Add Tồn kho (Inventory) page (/product-list-3):
  * Display total imported, total exported, current stock by product code
  * Remove warehouse location column
  * Smart CSS styling by data type (green/yellow/blue/purple)
  * Mockup data with 5 sample products
  * Inventory value calculation (stock × unit price)

- Update routing and sidebar:
  * Add routes for both new pages
  * Add menu items in inventory section
  * Archive icon for inventory page

- Enhanced UI/UX:
  * Beautiful badge styling with hover effects
  * Responsive design and loading states
  * Vietnamese localization
  * Hide Ant Design pagination and checkboxes completely
2025-06-17 23:41:29 +07:00
..