{{ dlv.description }}
catatan : - {{ dlv.note }}
| PEMERIKSAAN | BRUTO | DISKON | TOTAL | |
|---|---|---|---|---|
|
{{ t.T_TestName}} {{child_test(t.child_test)}} |
{{ one_money(t.T_PriceAmount) }} | {{ one_money(calc_discount(t)) }} | {{ one_money(calc_netto(t)) }} | |
|
|
{{ p.T_TestPanelName}} | |||
| {{ t.T_TestName}} | {{ one_money(t.T_PriceAmount) }} | {{ one_money(calc_discount(t)) }} | {{ one_money(calc_netto(t)) }} | |
| TOTAL | {{ one_money(bruto_total) }} | {{ one_money(diskon_total) }} | {{ one_money(sub_total) }} | |