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
2025-05-25 17:15:22 +07:00
2025-05-25 17:15:22 +07:00

Dreams POS React Template

A modern Point of Sale (POS) system built with React.js.

Features

  • Modern and responsive UI
  • Complete POS functionality
  • Inventory management
  • Sales and purchase tracking
  • User management
  • Reports and analytics
  • Mobile-friendly design

Installation

  1. Clone the repository
git clone https://github.com/anhtuanbtx1/dreamspos-react.git
  1. Install dependencies
npm install
  1. Start the development server
npm start

Technologies Used

  • React.js
  • React Router
  • Redux
  • Bootstrap
  • SCSS
  • Axios

License

This project is licensed under the MIT License.

Description
No description provided
Readme 17 MiB
Languages
JavaScript 85.9%
SCSS 12.8%
CSS 0.8%
TypeScript 0.5%