{% load humanize %}

NCM Detail

NCM:
{{ ncm_record.job }}
Line:
{{ ncm_record.ncmline }}
Reference:
{{ ncm_record.reference }}
Reason:
{{ ncm_record.reason }}
Result:
{{ ncm_record.result }}
Disposition:
{{ ncm_record.disposition }}
Qty on Hand:
{{ ncm_record.qty_on_hand }}
Transactions:
Date
Shift
Produced
Consumed
Location
{% for transaction in transactions %}
{{ transaction.transaction_date }}
{{ transaction.shift }}
{{ transaction.produced }}
{{ transaction.consumed }}
{{ transaction.location }}
{% endfor %}

Remarks:
{{ job_record.remarks }}