%- include('../partials/header', { activeMenu: 'payments' }) %>
Track all payment transactions
| Date | Type | Direction | Amount | Method | Notes | Load |
|---|---|---|---|---|---|---|
| <%= p.payment_date || '—' %> | <%= p.type %> | <%= p.direction === 'in' ? 'In' : 'Out' %> | <%= formatINR(p.amount) %> | <%= p.method %> | <%= p.notes || '' %> | <%= p.load ? (p.load.from_city + ' → ' + p.load.to_city) : '—' %> |