{% extends 'basic.html' %} {% load humanize i18n static %} {% block title %} Farmasi {% endblock %} {% block head %} {% endblock %} {% block content %} {% language 'id' %}
{% include "header.html" %}
{% for x in messages %} {% endfor %}
Input Request Dokter
{% include 'requestdokter/inputrequestdokter/data-pasien.html' %}
{{ pendaftaran.status_plan }}
{% csrf_token %}
{% if info_dasar_faskes.is_paket == 1 %}
{% endif %}
Barang Yang Diberikan
{% if info_dasar_faskes.is_paket != 1 %} {% else %} {% endif %} {% if invoicebarang %} {% if info_dasar_faskes.is_paket != 1 %} {% for x in invoicebarang %} {% endfor %} {% else %} {% for x in invoicebarang %} {% endfor %} {% endif %} {% else %} {% endif %}
# Nama Harga Kuantitas Diskon Jumlah Cara Pakai Cetak
# Nama Kuantitas Cara Pakai Act
{{ 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
{% csrf_token %} {% if pendaftaran.status|striptags != 'selesai' %} {% endif %}
Total: Rp {{ summaryinvoicebarang|intcomma }}
{{ forloop.counter }} {{ x.barang.nama }} {{ x.kuantitas|floatformat:"0"|add:"" }} {{ x.catatan }} Cetak Label
{% csrf_token %} {% if pendaftaran.status|striptags != 'selesai' %} {% endif %}
Total: Rp {{ harga_paket|intcomma }}
Belum ada data.
{% csrf_token %}
{% include 'footer.html' %}
{% endlanguage %} {% endblock %}