Setor Ke Induk
Setor


{% if data %} {% for i, item in data %} {% if item is mapping %} {% else %} {% endif %} {% endfor %} {% else %} {% endif %}
No Jenis Jumlah Harga Total Tanggal
No Jenis Jumlah Harga Total Tanggal
{{ i + 1 }} {{ item.jenis }} {{ item.jumlah }} {{ item.satuan }} Rp. {{ "{:,.0f}".format(item.harga).replace(",", ".") if item.jumlah else "0.00" }} Rp. {{ "{:,.0f}".format(item.total).replace(",", ".") if item.jumlah else "0.00" }} {{ item.tanggal }}
Tidak ada data tersedia.