|
FOR INTERNAL USE ONLY 只供內部使用 Log No.:記錄編號: ESOF_{{ orderID }} |
|
FORM 1 表格 1 |
POWER MAINS AND ELECTRICAL SERVICES [Regular RATE] 電源供應服務 【標準租賃價】 |
Valid from 1 January 2026 生效日期 2026 年 1 月 1 日 |
|---|
| Event Information 活動資訊 | ||
|
Event Name 活動名稱 {{ eventName }} |
Event Period 活動日期 {{ eventDateStart }} - {{ eventDateEnd }} |
|
|
Guest Name 客戶姓名 {{ name }} {{ title }} {{ title }} {{ name }} |
Contact Number 聯絡電話 {{ phone }} |
Email 電子郵件 {{ mail }} |
|
Booth Name & No. 展位名稱及號碼 {{ boothName + ' ' + boothNumber }} |
Usage Period 使用期限 {{usagePeriodFrom}} - {{usagePeriodTo}} |
|
|
Remarks 備注 {{ remarks }} |
||
| Item 项目 |
Price (MOP) 價目 (澳門幣) |
Quantity 數量 |
Total Days 總天數 |
Total (MOP) 總額 (澳門幣) |
|||
|---|---|---|---|---|---|---|---|
| 1st Day 首天 |
Subsequent Day 其後每天 |
||||||
| Main Power Supply 電源供應 | |||||||
|
{{ item.name }} {{ item.aka }} |
{{ formatNum(item.price) }} | {{ item.priceSub }} | {{ item.count ? item.count : "" }} | {{ subDaysDiff + 1 }} | {{ subDaysDiff > 0 ? formatNum(item.priceSub > 0 ? (item.price * item.count) + (item.priceSub * item.count * subDaysDiff) : item.price * item.count * (subDaysDiff + 1)) : formatNum(item.price * item.count) }} | ||
| 24-Hour Service 24小時供電 | |||||||
|
{{ item.name }} {{ item.aka }} |
{{ formatNum(item.price) }} | {{ item.priceSub }} | {{ item.count ? item.count : "" }} | {{ subDaysDiff + 1 }} | {{ subDaysDiff > 0 ? formatNum(item.priceSub > 0 ? (item.price * item.count) + (item.priceSub * item.count * subDaysDiff) : item.price * item.count * (subDaysDiff + 1)) : formatNum(item.price * item.count) }} | ||
|
Total: 總額(未含附加費): |
{{ formatNum(grandTotal() / 1.1) }} | ||||||
|
Service Charge
10%: 服務費10%: |
{{ formatNum((grandTotal() / 1.1)*0.1) }} | ||||||
|
GRAND
TOTAL: 總額: |
{{ formatNum(grandTotal()) }} | ||||||