Logo Lanfrica

indho4088/warehouse-management-system

Type de record:

software
Créateur:
ind
Hôte:
Warehouse Management System - Modern inventory management with Somali language support # 🏭 Warehouse Management System A modern, responsive warehouse management system built with HTML, CSS, and JavaScript. ## 🌟 Features - **📊 Dashboard** - Real-time overview of warehouse operations - **📦 Inventory Management** - Track products, stock levels, and movements - **👥 Supplier Management** - Manage supplier information and orders - **📈 Reports** - Generate and export reports in PDF format - **👤 User Management** - Role-based access control - **⚙️ Settings** - Customize system preferences - **🌐 Somali Language Support** - Full interface in Somali ## 🚀 Live Demo Visit the live site: Warehouse Management System ## 💻 Technologies Used - **Frontend**: HTML5, CSS3, JavaScript (ES6+) - **Storage**: LocalStorage for data persistence - **PDF Export**: jsPDF library - **Icons**: Font Awesome - **Hosting**: Netlify ## 📦 Installation ### Local Development 1. Clone the repository: ```bash git clone github.com cd warehouse-system ``` 2. Open `login.html` in your browser or use a local server: ```bash # Using Python python -m http.server 8000 # Using Node.js npx http-server ``` 3. Access the application at `localhost` ## 🔐 Default Login Credentials - **Username**: `admin` - **Password**: `admin123` ## 📱 Features Overview ### Dashboard - Total products count - Low stock alerts - Recent activities - Quick statistics ### Inventory Management - Add/Edit/Delete products - Track stock levels - Product categories - Search and filter ### Supplier Management - Supplier database - Contact information - Order history - Performance tracking ### Reports - Inventory reports - Sales reports - Supplier reports - Export to PDF ## 🛠️ Configuration The system uses localStorage for data persistence. No backend server is required for basic functionality. ### Data Structure Data is stored in the following localStorage keys: - `warehouse_products` - Product inventory - `warehouse_suppliers` - Supplier information - `w …

Languages