เอกสารอ้างอิง
ข้อมูลลูกค้า
รายละเอียดบิล
# ชื่อสินค้า รายละเอียด จำนวน ราคา/หน่วย ส่วนลด จำนวนเงิน VAT
{{$index+1}}.
ช่องทางการชำระเงิน:
เงินสด
โอนเงินเข้าบัญชี
เช็คธนาคาร
หมายเหตุ:
บันทึกช่วยจำ:
ส่วนลด
({{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}}