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('created');?> | sort('product_id');?> | sort('quote_product_id');?> | sort('order_product_id');?> | sort('invoice_product_id');?> | sort('purchase_currency_id');?> | sort('sale_currency_id');?> | sort('quantity');?> | sort('unit_cost_price');?> | sort('exchange_rate');?> | sort('our_discount_percent');?> | sort('packing');?> | sort('shipping_weight');?> | sort('shipping_cost');?> | sort('duty_percent');?> | sort('customs');?> | sort('finance_percent');?> | sort('misc_costs');?> | sort('gross_sell_price');?> | sort('sale_discount_percent');?> | sort('net_sell_price');?> | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| link($costing['Product']['title'], array('controller' => 'products', 'action' => 'view', $costing['Product']['id'])); ?> | link($costing['QuoteProduct']['title'], array('controller' => 'quote_products', 'action' => 'view', $costing['QuoteProduct']['id'])); ?> | link($costing['PurchaseCurrency']['name'], array('controller' => 'currencies', 'action' => 'view', $costing['PurchaseCurrency']['id'])); ?> | link($costing['SaleCurrency']['name'], array('controller' => 'currencies', 'action' => 'view', $costing['SaleCurrency']['id'])); ?> | link(__('View', true), array('action' => 'view', $costing['Costing']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $costing['Costing']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $costing['Costing']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $costing['Costing']['id'])); ?> |