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('item_number');?> | sort('option');?> | sort('quantity');?> | sort('cost_price');?> | sort('currency_id');?> | sort('our_discount');?> | sort('packing');?> | sort('shipping_weight');?> | sort('shipping_cost');?> | sort('exchange_rate');?> | sort('duty');?> | sort('finance');?> | sort('misc');?> | sort('gross_sell_price');?> | sort('target_gp');?> | sort('title');?> | sort('description');?> | sort('quote_id');?> | sort('product_id');?> | sort('discount');?> | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| link($quoteProduct['Currency']['name'], array('controller' => 'currencies', 'action' => 'view', $quoteProduct['Currency']['id'])); ?> | link($quoteProduct['Quote']['id'], array('controller' => 'quotes', 'action' => 'view', $quoteProduct['Quote']['id'])); ?> | link($quoteProduct['Product']['title'], array('controller' => 'products', 'action' => 'view', $quoteProduct['Product']['id'])); ?> | link(__('View', true), array('action' => 'view', $quoteProduct['QuoteProduct']['id'])); ?> link(__('Edit', true), array('action' => 'edit', $quoteProduct['QuoteProduct']['id'])); ?> link(__('Delete', true), array('action' => 'delete', $quoteProduct['QuoteProduct']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $quoteProduct['QuoteProduct']['id'])); ?> |