counter(array( 'format' => __('Page %page% of %pages%, showing %current% records out of %count% total, starting on record %start%, ending on %end%', true) )); ?>
| sort('id');?> | sort('shipment_id');?> | sort('principle_id');?> | sort('currency_id');?> | sort('freight_forwarder_id');?> | sort('invoice_number');?> | sort('invoice_amount');?> | sort('deferred_gst');?> | sort('approved');?> | sort('paid');?> | sort('date_paid');?> | sort('invoice_type');?> | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| link(__('View', true), array('action' => 'view', $shipmentInvoice['ShipmentInvoice']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $shipmentInvoice['ShipmentInvoice']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $shipmentInvoice['ShipmentInvoice']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $shipmentInvoice['ShipmentInvoice']['id'])); ?> |