$col1width = '30%'; $col2width = '30%'; $col3width = '30%'; ?>
| BILL TO: | SHIP TO: |
CMC =$docTypeFullName?>#: =$docTitle?> Date: =$issue_date_string?> if($docType == 'orderAck'): ?> Estimated Delivery: =$estimated_delivery?> endif; ?> Page: =$pageNo?> of =$totalCount?> MAKE PAYMENT TO: Account Name: CMC Technologies Pty Ltd Bank Number BSB#: 062-458 Account Number: 10067982 SWIFT Code: CTBAAU2S |
||||
|
=$enquiry['Customer']['name'];?> if(!empty($enquiry['BillingAddress']['id'])):?> =$enquiry['BillingAddress']['address'];?> =$enquiry['BillingAddress']['city'];?> =$enquiry['BillingAddress']['postcode'];?> =strtoupper($states[$enquiry['BillingAddress']['state_id']]);?> endif;?> |
=$enquiry['Customer']['name'];?> if(!empty($enquiry['ShippingAddress']['id'])):?> =$enquiry['ShippingAddress']['address'];?> =$enquiry['ShippingAddress']['city'];?> =$enquiry['ShippingAddress']['postcode'];?> =strtoupper($states[$enquiry['ShippingAddress']['state_id']]);?> endif; ?> |
|||||
| CUSTOMER ORDER NO | CMC JOB # | FOB | SHIP VIA | TERMS | CUSTOMER ABN |
| =$job['Job']['customer_order_number'];?> | =$job['Job']['title'];?> | =$fob;?> | =$ship_via;?> | =$job['Customer']['payment_terms'];?> | =$this->element('abn', array('abn'=>$job['Customer']['abn']));?> |