Vehicle Inventory
Complete management for your car yard – all fields included
Loading inventory...
{{ products.length }}
Total Vehicles
KSh {{ totalValue }}
Total Inventory Value
{{ products.filter(p => p.badge).length }}
With Badges
{{ products.filter(p => p.image).length }}
With Images
| ID | Image | Vehicle Name | Model | Year | Condition | Fuel | Buying | Selling | Badge | Category | Actions |
|---|---|---|---|---|---|---|---|---|---|---|---|
| {{ prod.id }} |
|
{{ prod.name }} | {{ prod.model || '—' }} | {{ prod.year }} | {{ prod.condition }} | {{ prod.fuel }} | KSh {{ formatNumber(prod.buying_price) }} | KSh {{ formatNumber(prod.selling_price) }} | {{ prod.badge }} — | {{ prod.category || '—' }} |
|
| No vehicles found. Click "Add New Vehicle" to get started. | |||||||||||