{% extends '../template.html' %} {% block style %} {% endblock %} {% block subcontent %}
×

Data Penjualan


Filter Pencarian
Dari
Sampai

Total Penjualan : Rp {{total | currency}}
{% for d in data %} {% endfor %}
Tanggal Faktur Obat Harga Jumlah Diskon Total
{{d.tgl}} {{d.no_transaksi}} {{d.nama}} {{d.harga | currency}} {{d.jumlah}} {% if d.tipe_diskon == 1 %} {{d.diskon}}% {% else %} {{d.diskon | currency}} {% endif %} {{d.total | currency}}


{% endblock %} {% block script %} {% endblock %}