| Supply Item | Category | SKU / HCPCS | In Stock | Reorder Point | Unit Cost | Supplier | Status | Actions |
|---|
Supplier: '+po.supplier+' | Date: '+new Date(po.created).toLocaleDateString()+(po.expected_delivery?' | Expected Delivery: '+po.expected_delivery:'')+'
'+ '| Item | Quantity | Unit Cost | Total |
|---|---|---|---|
| '+item.supply_name+' | '+item.qty+' | $'+item.unit_cost.toFixed(2)+' | $'+(item.qty*item.unit_cost).toFixed(2)+' |
| Total | $'+po.total.toFixed(2)+' | ||