{% extends '../template.html' %} {% block style %} {% endblock %} {% block subcontent %}
| Tanggal | |
| Total | : Rp {{ total | currency }} |
| Tanggal | Faktur | Obat | Diskon | Total | Pembayaran | Control |
|---|---|---|---|---|---|---|
| {{row.tgl}} {{row.jam}} | {{row.no_transaksi}} |
{% for row2 in row.obat %}
{{row2.nama}} [{{row2.jumlah}}x{{row2.harga}}{%if row2.diskon > 0%} - disc. {{row2.diskon}}{%if row2.tipe_diskon == 1%}%{%endif%}{%endif%}] {% endfor %} |
{{row.diskon | currency}}{%if row.tipe_diskon == 1%}%{%endif%} | {{row.total | currency}} | {{row.jenisPembayaran}} |