Commercial Comments: The prices quoted are subject to our Standard Terms and Conditions of Sale dated 1/7/06 that is attached and remain firm unless specifically varied in writing. The prices above are based on the following:ANY VARIATIONS ON ITEMS 5. TO 7. WILL BE TO YOUR ACCOUNT. THIS QUOTATION IS BASED ON QUANTITIES STATED AND IS SUBJECT TO CHANGE IF QUANTITIES VARY.
//For re-Generating the first page ?>
=$enquiry['Contact']['first_name'];?>
This will create an Order Acknowledgement based on this Quote The Enquiry will also be marked as "Job Won - Order Placed"
You can create a new Job now, or add it to an existing Job later
echo $form->create('Document',array('type'=>'post','action'=>'convert_to_oa'));
echo $form->input('Document.id');
echo $form->input('Job.create_new_job', array('type'=>'select', 'options'=> array('No', 'Yes')));
echo $form->input('Job.customer_order_number');
echo $form->end();
?>