# Mobile Shop ERP V3 - Light Success MDB Edition

This version improves the Mobile Shop ERP with a light, smooth success/teal theme and MDBootstrap-inspired offline components.

## New / improved features

- Light success color theme across the full application
- Smooth animated dashboard cards, panels and buttons
- Improved sidebar navigation with Quick Wizard and Expenses
- MDB-style floating label forms using `form-outline`, `form-control`, `form-label`, `data-mdb-input-init`, and ripple buttons
- Animated mobile purchase wizard for supplier, local customer and import purchases
- Dynamic invoice colors from Settings
- Expense module with currency and exchange rate
- Income report
- Expense report
- Profit report with income, cost, expenses and net profit
- Better report filters and export links that preserve filters
- CSV, Excel and print export for income, sales, purchases, stock, expenses and profit reports
- Customer Tazkira scan support remains included
- Countries and currencies remain dynamic

## After copying this version

Run:

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

## If artisan gives DOMDocument error on XAMPP

Enable this in `C:\xampp\php\php.ini`:

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

Then restart XAMPP.
