| NO. | PEMERIKSAAN | BRUTO | DISKON | TOTAL |
|---|---|---|---|---|
| {{ idx + 1 }} | {{ t.t_name }} | {{ one_money(t.t_price) }} | {{ one_money(t.t_disctotal) }} | {{ one_money(t.t_total) }} |
| SUB TOTAL | {{ one_money(order_subtotal) }} | |||
| DISKON PEMBULATAN | {{ one_money(order_rounding) }} | |||
| TOTAL | {{ one_money(order_total) }} | |||