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 β¦