{% load django_ledger %} {% load i18n %}
PO Number | Description | PO Date | PO Status | Fulfilment Date | PO Amount | Actions |
---|---|---|---|---|---|---|
{{ po.po_number }} | {{ po.po_title }} | {{ po.po_date }} | {{ po.get_po_status_display }} | {% if po.fulfillment_date %}{{ po.fulfillment_date }}{% endif %} | {% currency_symbol %}{{ po.po_amount | currency_format }} |
|