Service history
{% if messages %} {% for message in messages %} {% endfor %} {% endif %}
Name: {{ patient.first_name }} {{ patient.last_name }}
ID: {{ patient.id }}
Contact number: {{ patient.phone_number }}
{% if patient.profile_picture %}
{% else %}
{% endif %}
{% endif %}
From {{ from_date|date:'Y/m/d' }} - To {{ to_date|date:'Y/m/d' }}
{% endif %}
| Invoice | Doctor | Technician | Service | Number of units | Unit price | Discount | Discounted Price | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ item.invoice }} | {{ item.doctor }} | {{ item.technician }} | {{ item.service }} | {{ item.number_of_units }} | {{ item.unit_price }}$ | {{ item.total_price }}$ | Edit Delete | |
| Total invoice: | {{ summary.total_invoice_price }}$ | |||||||
| Total Discount: | {{ summary.total_discount }}$ | |||||||
| Total price after discount: | {{ summary.total_price_after_discount }}$ | |||||||
| Total Services: | {{ summary.service_count }} | |||||||
| Unique Services: | {{ summary.unique_service_count }} | |||||||