|
狀態:
|
";
echo $invoice_status_info["name_tc"];
}else{
echo "";
}
?>
|
|
發票編號:
|
= $invoice_info["invoice_code"] ?>
|
|
合約編號:
|
= $order_info["code"] ?>
|
|
租用單位:
|
=$order_room_list?>
|
|
客戶編號:
|
= $invoice_info["customer_code"] ?>
|
|
客戶姓名:
|
= $invoice_info["customer_name"] ?>
|
|
發票日期:
|
= $invoice_info["invoice_docdate"] ?>
|
|
發票到期:
|
= $invoice_info["invoice_duedate"] ?>
|
|
發票細項:
|
$invoice_dtl_info) {
if ($type == "RENT") {
if (!empty($invoice_dtl_info[0])) {
?>
租金項目 :
|
租用月份
|
租金
|
備註
|
" . $month_from . " 至 " . $month_to . " |
$" . numberformat($dtl["amount"]) . " |
|
";
$rent_total += $dtl["amount"];
}
}
?>
租金小計: $" . numberformat($rent_total); ?>
選購物品項目 :
|
名稱
|
數量
|
價錢
|
小計
|
" . $product_info["name_tc"] . " |
" . (int)$dtl["qty"] . " |
$" . numberformat($dtl["price"]) . " |
$" . numberformat($dtl["price"] * $dtl["qty"]) . " |
";
$order_product_total += $dtl["price"] * $dtl["qty"];
}
}
?>
物品小計: $" . numberformat($order_product_total) .""; ?>
罰款項目 :
罰款小計: $" . numberformat($penalty_total); ?>
|
|
總金額:
|
$= numberformat($invoice_info["amount"]); ?>
|
|
結欠:
|
$= numberformat($invoice_info["invoice_balance"]); ?>
|
|
發票備註 :
|
|