| {{ index + 1 }} |
{{ data.name }} |
{{ (data.amount).toLocaleString(this.locale_string) }} |
Rp. {{ (data.price).toLocaleString(this.locale_string) }} |
Rp. {{ (data.amount * data.price).toLocaleString(this.locale_string) }} |
|
| Total |
Rp. {{ total_price.toLocaleString('id-ID') }} |
|
| Diskon |
|
Rp. {{ discount.toLocaleString('id-ID') }} |
|
|
|
Pajak |
{{ tax_percentage.toLocaleString('id-ID') }}% |
Rp. {{ tax.toLocaleString('id-ID') }} |
|
| Grand Total |
Rp. {{ grand_total.toLocaleString('id-ID') }} |
|