# Mobile Shop ERP V4 Update

This version adds the requested missing workflow parts:

- Quick Action menu for Sale, Purchase, Stock, Supplier Payment, Customer Received, Return and Reports
- Sale Invoice Wizard with live item search by IMEI, brand, model, condition and source
- Stock Wizard for quick one-mobile stock entry
- Report Wizard for choosing report, filters and export flow
- Return to Supplier workflow
- Return from Customer workflow
- Supplier Payment module
- Customer Received module
- New reports:
  - Sales invoice report/list
  - Purchases report
  - Supplier payments report
  - Customer receipts report
  - Returns report
  - Income report
  - Expense report
  - Profit report
  - Stock report
- CSV, Excel and Print export support through the existing reports export route
- Searchable combo boxes across forms using local Select2-like JS, no online dependency
- Font Awesome-style icon classes using local lightweight CSS, no external fonts required
- More animations, quick cards and smoother success/teal UI

## After copying this version

```bash
composer dump-autoload
php artisan migrate --seed
php artisan storage:link
php artisan optimize:clear
php artisan serve
```

If XAMPP shows extension errors, enable these in php.ini:

```ini
extension=dom
extension=fileinfo
extension=gd
extension=pdo_mysql
```
