ส่วนลด
({{invoice.summary.discount | number:2}})
จำนวนเงิน
{{invoice.summary.subtotal | number:2}}
จำนวนเงิน (Non VAT)
{{invoice.summary.subtotal[0] | number:2}}
จำนวนเงิน (VAT)
{{invoice.summary.subtotal[1] | number:2}}
ภาษีมูลค่าเพิ่ม ({{invoice.summary.vatRate}}%)
{{invoice.summary.VAT | number:2}}
จำนวนเงินรวมทั้งสิ้น
{{invoice.summary.total | number:2}}
หักภาษี ณ ที่จ่าย
%
{{invoice.summary.WHT | number:2}}
จำนวนเงินที่ต้องชำระ
{{invoice.summary.amountToPay | number:2}}