- >
- >
- >
- >
- >
- >
link($costing['Product']['title'], array('controller' => 'products', 'action' => 'view', $costing['Product']['id'])); ?>
- >
- >
link($costing['LineItem']['title'], array('controller' => 'line_items', 'action' => 'view', $costing['LineItem']['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(__('Edit Costing', true), array('action' => 'edit', $costing['Costing']['id'])); ?>
- link(__('Delete Costing', true), array('action' => 'delete', $costing['Costing']['id']), null, sprintf(__('Are you sure you want to delete # %s?', true), $costing['Costing']['id'])); ?>
- link(__('List Costings', true), array('action' => 'index')); ?>
- link(__('New Costing', true), array('action' => 'add')); ?>
- link(__('List Products', true), array('controller' => 'products', 'action' => 'index')); ?>
- link(__('New Product', true), array('controller' => 'products', 'action' => 'add')); ?>
- link(__('List Line Items', true), array('controller' => 'line_items', 'action' => 'index')); ?>
- link(__('New Line Item', true), array('controller' => 'line_items', 'action' => 'add')); ?>
- link(__('List Currencies', true), array('controller' => 'currencies', 'action' => 'index')); ?>
- link(__('New Purchase Currency', true), array('controller' => 'currencies', 'action' => 'add')); ?>