{% extends "base.html" %} {% block content %}

{{ L.kembali }}

{{ L.detail_transaksi }} — {{ p['no_invoice'] }}

{{ p['nama_pt'] }} · {{ p['tgl_beli'] }}

{{ L.detail_item }}

{% for it in items %} {% endfor %}
{{ L.col_no }}{{ L.col_ikan }}{{ L.col_berat }} {{ L.col_harga }}{{ L.col_jumlah }}{{ L.col_jpen }}{{ L.col_hpp_final }}
{{ loop.index }} {{ it['nama'] }} {{ "{:,.2f}".format(it['qty']) }} Rp {{ "{:,.0f}".format(it['harga']) }} Rp {{ "{:,.0f}".format(it['jumlah']) }} Rp {{ "{:,.0f}".format(it['jumlah_penyesuaian']) }} Rp {{ "{:,.0f}".format(it['hpp_final']) }}
{{ L.total_kg }}{{ "{:,.2f}".format(p['total_kg']) }} kg
{{ L.col_gross }}Rp {{ "{:,.0f}".format(p['gross_amount']) }}
{{ L.harga_nota }}Rp {{ "{:,.0f}".format(p['harga_nota']) }}
{{ L.col_selisih }}Rp {{ "{:,.0f}".format(p['selisih_packing']) }}
{{ L.penyesuaian_per_kg }}Rp {{ "{:,.0f}".format(p['penyesuaian_per_kg']) }} /kg
{% endblock %}