counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>
| sort('created');?> | sort('Job Number');?> | sort('enquiry_id');?> | POs | sort('Customer');?> | sort('customer_order_number');?> | sort('date_order_received');?> | sort('date_order_sent_to_customer');?> | sort('domestic_freight_paid_by');?> | sort('sale_category');?> | sort('shipment_category');?> | sort('comments');?> | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| toUnix($job['Job']['created'])); ?> | link(__($job['Job']['title'], true), array('controller'=>'jobs', 'action' => 'view', $job['Job']['id'])); ?> | link($job['Enquiry']['title'], array('controller' => 'enquiries', 'action' => 'view', $job['Enquiry']['id'])); ?> | =$poLink?> | link($job['Customer']['name'], array('controller'=>'customers', 'action'=>'view', $job['Job']['customer_id'])); ?> | link(__('View', true), array('action' => 'view', $job['Job']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $job['Job']['id']), array('class'=>'editWindow')); ?> |