| Budget | {{obj.budget}} |
|---|---|
| Supplier | {{obj.supplier}} |
| PI No | {{obj.pi_no}} |
| Tenor | {{obj.tenor}} |
| Payment Type | {{obj.get_payment_type_display}} |
| Document | View Document |
| BTB LC | {{obj.btb_lc_no}} | |
|---|---|---|
| Material Type | {% if obj.material_type %}{{obj.get_material_type_display}} {% else %} N/A{% endif %} | |
| PI Received Date | {{obj.pi_rcv_date}} | |
| Remarks | {{obj.remarks|default:"N/A"}} | |
| Management Approvals | {% if obj.management_status == 'Approved' %}{{obj.get_management_status_display}} | {% else %}{{obj.get_management_status_display}} | {% endif %}