counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>
| sort('Company Name', 'name');?> | sort('ABN', 'abn');?> | sort('Payment Terms', 'payment_terms'); ?> | sort('Category', 'customer_category_id'); ?> | sort('Date Added', 'created');?> | |
|---|---|---|---|---|---|
| link(__($customer['Customer']['name'], true), array('action'=>'view', $customer['Customer']['id'])); ?> | link($this->element('abn', array('abn'=>$customer['Customer']['abn'])), 'http://www.abr.business.gov.au/abnDetails.aspx?ABN='.$customer['Customer']['abn'], array('target'=>'_blank')); ?> | toUnix($customer['Customer']['created'])); ?> | link(__('View', true), array('action'=>'view', $customer['Customer']['id'])); ?> link(__('Edit', true), array('action'=>'edit', $customer['Customer']['id'])); ?> |