Purchase Orders
Record incoming vehicle purchases from suppliers to add to your yard inventory.
Loading...
{{ purchases.length }}
Total Orders
{{ totalQuantity }}
Vehicles Purchased
KSh {{ totalCost }}
Total Spent
{{ uniqueProducts }}
Unique Models
Add Vehicle to Order
Current Order
{{ orderItems.length }} itemsOrder is empty
| Vehicle | Qty | Unit Cost | Subtotal | |
|---|---|---|---|---|
| {{ item.name }} | KSh {{ formatNumber(item.unit_price) }} | KSh {{ formatNumber(item.quantity * item.unit_price) }} | ||
| Total Cost: | KSh {{ formatNumber(orderTotal) }} | |||
| Order ID | Vehicle | Model | Qty | Unit Cost | Selling Price | Total Spent | Date |
|---|---|---|---|---|---|---|---|
| {{ purchase.id }} | {{ purchase.product?.name || 'N/A' }} | {{ purchase.product?.model || '—' }} | {{ purchase.quantity }} | KSh {{ formatNumber(purchase.unit_buying_price) }} | KSh {{ formatNumber(purchase.unit_selling_price) }} | KSh {{ formatNumber( purchase.quantity * purchase.unit_buying_price ) }} | {{ formatDate(purchase.created_at) }} |
| No purchase orders recorded yet. | |||||||