ข้อมูลบิล
ข้อมูลลูกค้า
ข้อมูลรถยนต์
รายการอะไหล่
#
รายละเอียดอะไหล่
จำนวน
ราคาต่อหน่วย
รวม
เมนู
{{ index + 1 }}
รวม
{{ (isEmptyValue(item.qty) || isEmptyValue(item.unit)) ? '' : formatAmount(item.qty * item.unit) }}
ไม่มีรายการอะไหล่ กดปุ่ม "เพิ่มรายการ" เพื่อเริ่มกรอกข้อมูล
ข้อมูลค่าบริการ
ถูกซ่อนในบิล
ขณะนี้เปิดใช้งานโหมดซ่อนส่วนบริการ ข้อมูลด้านล่างจะไม่ถูกแสดงในบิลและไม่นำค่าบริการมาคิดเงิน
No.{{ form.billNo ? ' ' + form.billNo : '' }}
CUSTOMER
License{{ form.vehicle.license ? ' ' + form.vehicle.license : '' }}
Date{{ form.date ? ' ' + form.date : '' }}
Name{{ form.customer.name ? ' ' + form.customer.name : '' }}
Brand{{ form.vehicle.brand ? ' ' + form.vehicle.brand : '' }}
Color{{ form.vehicle.color ? ' ' + form.vehicle.color : '' }}
Address{{ form.customer.address1 ? ' ' + form.customer.address1 : '' }}
Model{{ form.vehicle.model ? ' ' + form.vehicle.model : '' }}
KM.{{ form.vehicle.km ? ' ' + form.vehicle.km : '' }}
{{ form.customer.address2 ? form.customer.address2 : '' }}
Chassis No.{{ form.vehicle.chassisNo ? ' ' + form.vehicle.chassisNo : '' }}
Tel.{{ form.customer.tel ? ' ' + form.customer.tel : '' }}
Engine No.{{ form.vehicle.engineNo ? ' ' + form.vehicle.engineNo : '' }}
| Item | Description | Qty | Unit | Amount |
|---|---|---|---|---|
| {{ page.startIndex + idx + 1 }} | {{ item.description }} | {{ isEmptyValue(item.qty) ? '' : item.qty }} | {{ isEmptyValue(item.unit) ? '' : formatUnit(item.unit) }} | {{ (isEmptyValue(item.qty) || isEmptyValue(item.unit)) ? '' : formatAmount(item.qty * item.unit) }} |
| {{ formatAmount(itemsSubtotal) }} | ||||
|
{{ line }}
|
{{ isEmptyValue(form.service.amount) ? '' : formatAmount(form.service.amount) }} | |||
| Total | {{ formatAmount(totalAmount) }} |
No.{{ form.billNo ? ' ' + form.billNo : '' }}
CUSTOMER
License{{ form.vehicle.license ? ' ' + form.vehicle.license : '' }}
Date{{ form.date ? ' ' + form.date : '' }}
Name{{ form.customer.name ? ' ' + form.customer.name : '' }}
Brand{{ form.vehicle.brand ? ' ' + form.vehicle.brand : '' }}
Color{{ form.vehicle.color ? ' ' + form.vehicle.color : '' }}
Address{{ form.customer.address1 ? ' ' + form.customer.address1 : '' }}
Model{{ form.vehicle.model ? ' ' + form.vehicle.model : '' }}
KM.{{ form.vehicle.km ? ' ' + form.vehicle.km : '' }}
{{ form.customer.address2 ? form.customer.address2 : '' }}
Chassis No.{{ form.vehicle.chassisNo ? ' ' + form.vehicle.chassisNo : '' }}
Tel.{{ form.customer.tel ? ' ' + form.customer.tel : '' }}
Engine No.{{ form.vehicle.engineNo ? ' ' + form.vehicle.engineNo : '' }}
| Item | Description | Qty | Unit | Amount |
|---|---|---|---|---|
| {{ idx + 1 }} | {{ item.description }} | {{ isEmptyValue(item.qty) ? '' : item.qty }} | {{ isEmptyValue(item.unit) ? '' : formatUnit(item.unit) }} | {{ (isEmptyValue(item.qty) || isEmptyValue(item.unit)) ? '' : formatAmount(item.qty * item.unit) }} |
| {{ formatAmount(itemsSubtotal) }} | ||||
|
{{ line }}
|
{{ isEmptyValue(form.service.amount) ? '' : formatAmount(form.service.amount) }} | |||
| Total | {{ formatAmount(totalAmount) }} |