link($quote['Enquiry']['title'], array('controller'=>'enquiries', 'action'=>'view', $quote['Enquiry']['id'])); $customer_link = $html->link( $customer['Customer']['name'], array('controller'=>'customers', 'action' => 'view', $customer['Customer']['id'])); if($quote['Quote']['revision'] == 0) { __('Quote: '.$enquirynumber_link. ' for '. $customer_link); } else { __('Quote: '.$enquirynumber_link.' Revision '.$quote['Quote']['revision'].' for '. $customer_link); } ?>

>
Unit Price () ()
'; } echo number_format($quoteProduct['QuoteProduct']['item_number'], 1, '.', '');?> link(__('View', true), array('controller'=> 'quote_products', 'action'=>'view', $quoteProduct['QuoteProduct']['id'])); ?> link(__('Edit', true), array('controller'=> 'quote_products', 'action'=>'edit', $quoteProduct['QuoteProduct']['id'])); ?> link(__('Delete', true), array('controller'=> 'quote_products', 'action'=>'delete', $quoteProduct['QuoteProduct']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $quoteProduct['QuoteProduct']['id'])); ?>
SUB-TOTAL (Excluding GST)
GST (10%)
TOTAL PAYABLE