|
|
| Billing Address | Shipping Address |
|---|---|
|
= $value->customer_name ?> customer_bill_address && ($value->baddr_id !== null || $value->baddr_id !== '')){ ?> = $value->customer_bill_address ? $value->customer_bill_address." ," : ""?> = $value->customer_bill_city ? $value->customer_bill_city : "" ?> = $value->customer_bill_state ? $value->customer_bill_state : "" ?> = $value->customer_bill_postal_code ? " - " . $value->customer_bill_postal_code : ""; ?> = $value->customer_bill_country ? $value->customer_bill_country . "." : $value->bcountry ?> baddr_id === null || $value->baddr_id === '') { echo $value->billing_address ? ' '.$value->billing_address.' ' : ''; } ?> = $value->mobile_no ? $value->mobile_no." ." : "" ?> |
= $value->customer_name ?> customer_ship_address && ($value->saddr_id !== null || $value->saddr_id !== '')){ ?> = $value->customer_ship_address ? $value->customer_ship_address." ," : "" ?> = $value->customer_ship_city ? $value->customer_ship_city : "" ?> = $value->customer_ship_state ? $value->customer_bill_state : "" ?> = $value->customer_ship_postal_code ? " - " . $value->customer_ship_postal_code : ""; ?> = $value->customer_ship_country ? $value->customer_ship_country . "." : $value->scountry ?> saddr_id === null || $value->saddr_id === '') { echo $value->shipping_address ? ' '.$value->shipping_address.' ' : ''; } ?> = $value->mobile_no ? $value->mobile_no." ." : "" ?> |
| S.no | Item Name | Qty | Rate | Total |
|---|---|---|---|---|
| = $serialNumber++; ?> | = $item->title ?> description != ''){?>description ?> |
= $item->quantity ?> | ₹= number_format($item->unit_price, 2, '.', ',') ?> | ₹= number_format($item->subtotal, 2, '.', ',') ?> |
| Subtotal : ₹= number_format($value->subtotal, 2, '.', ',') ?> | ||||
| Discount=$dis_percent;?> : = $dis_value ? "-₹". number_format($dis_value, 2, '.', ',') : "₹".number_format(0, 2, '.', ',') ?> | ||||
| = $value->shipping_label ?> : ₹= number_format($value->shipping_charge, 2, '.', ',') ?> | ||||
| Rounding : = $sign . number_format($difference, 2, '.', ',') ?> | ||||
| Total : ₹= number_format($value->total_amount, 2, '.', ',') ?> | ||||
| Balance : ₹= number_format($value->total_amount, 2, '.', ',') ?> | ||||
| Paid : ₹= number_format($value->total_amount, 2, '.', ',') ?> |
Reason: = $value->reason; ?>
terms)) { ?>
= $row->terms ?>