BD Diagnostic Center ERP - Ready V6
===================================

এই V6 version-এ আগের missing public/index.php, Auth::routes, Auth trait, session Str, CDN hang issue fix করা হয়েছে।
এবার professional ERP-style UI এবং usable module screens যোগ করা হয়েছে।

Run Command:
1) পুরাতন extracted folder delete করুন।
2) এই ZIP extract করুন।
3) Project folder-এ terminal খুলুন।
4) Run:
   composer install
   copy .env.example .env
   php artisan key:generate
   php artisan migrate --seed
   php artisan serve

Browser:
http://127.0.0.1:8000/login

Default Login:
admin@diagnostic.local
password

Other demo users:
cashier@diagnostic.local / password
lab@diagnostic.local / password
nurse@diagnostic.local / password
doctor@diagnostic.local / password
manager@diagnostic.local / password

Workflow:
Patient Registration -> Billing -> Sample Collection -> Sample Receive -> Lab Result Entry -> Finalize -> Print / Patient Portal
Inventory: Item -> Test Consumables -> Billing auto stock deduct -> GRN stock receive -> Consumption/Stock Ledger

Note:
Redis/OCI8 warning project error না। XAMPP php.ini থেকে redis/oci8 extension line comment করলে warning যাবে।
