link('shipment_index');?>

counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>

sort('user_id');?> sort('date_arrived');?> sort('date_dispatched');?> sort('type');?> Principle(s) PO(s) Jobs sort('# Boxes','box_count');?> Box Details
LxWxH (cm)
Weight (kg) sort('freight_forwarder_id');?> sort('airway_bill');?> sort('comments');?>
link($initials, array('controller'=> 'users', 'action'=>'view', $shipment['User']['id'])); ?> element('isEmptyDate', array('date'=>$shipment['Shipment']['date_arrived'])); ?> element('isEmptyDate', array('date'=>$shipment['Shipment']['date_dispatched'])); ?> link($principle['short_name'], array('controller'=>'principles','action'=>'view',$principle['id'])); } else { echo $html->link($principle['name'], array('controller'=>'principles','action'=>'view',$principle['id'])); } ?>
link($po['title'], array('controller'=>'purchase_orders', 'action'=>'view', $po['id']));?>
link($job['title'], array('controller'=>'jobs', 'action'=>'view', $job['id']));?>
xx
'; $totalWeight += $box['weight']; ?>
1) { echo $weightString; echo '
'; }?> kg
link($shipment['FreightForwarder']['name'], array('controller' => 'freight_forwarders', 'action' => 'view', $shipment['FreightForwarder']['id'])); ?>
prev('<< '.__('previous', true), array(), null, array('class'=>'disabled'));?> | numbers();?> next(__('next', true).' >>', array(), null, array('class' => 'disabled'));?>
element('add_shipment');?>