{% for x in messages %}
{% endfor %}
{% include 'requestdokter/inputrequestdokter/data-pasien.html' %}
{% if info_dasar_faskes.is_paket != 1 %}
| # |
Nama |
Harga |
Kuantitas |
Diskon |
Jumlah |
Cara Pakai |
Cetak |
{% else %}
| # |
Nama |
Kuantitas |
Cara Pakai |
Act |
{% endif %}
{% if invoicebarang %}
{% if info_dasar_faskes.is_paket != 1 %}
{% for x in invoicebarang %}
| {{ forloop.counter }} |
{{ x.barang.nama }} |
{{ x.barang.harga_jual|intcomma }} |
{{ x.kuantitas|intcomma }} |
{% if x.tipe_diskon != "%" %}-{%endif%}{{ x.diskon_layanan|floatformat:0|intcomma }} {% if x.tipe_diskon == "%" %}%{%endif%}
{% if pendaftaran.status|striptags != 'selesai' %}
{% endif %}
|
{{ x.total_harga|intcomma }} |
{{ x.catatan }} |
Cetak Label
|
{% endfor %}
| Total: |
Rp {{ summaryinvoicebarang|intcomma }} |
{% else %}
{% for x in invoicebarang %}
|
{{ forloop.counter }}
|
{{ x.barang.nama }} |
{{ x.kuantitas|floatformat:"0"|add:"" }} |
{{ x.catatan }} |
Cetak Label
|
{% endfor %}
| Total: |
Rp {{ harga_paket|intcomma }} |
{% endif %}
{% else %}
| Belum ada data. |
{% endif %}
{% include 'footer.html' %}
{% endlanguage %}
{% endblock %}