ID |
Name |
Type |
Stock Quantity |
Placement |
|
%d |
%s |
%s |
%s |
%s |
%s %s %s |
',
$item['Item']['id'],
$item['Item']['name'],
$item['ItemType']['name'],
sprintf('%d %s', $item['StockHistory'][0]['amount_in_stock'], $item['StockUnitType']['name']),
$item['StockHistory'][0]['location'],
$this->Html->link(__('View'), array('controller' => 'items', 'action' => 'view', $item['Item']['id'])),
$this->Html->link(__('Edit'), array('controller' => 'items', 'action' => 'edit', $item['Item']['id'])),
$this->Form->postLink(__('Delete'), array('controller' => 'items', 'action' => 'delete', $item['Item']['id']), array(), __('Are you sure you want to delete # %s?', $item['Item']['id']))
);
}
?>
ID |
Name |
Type |
Stock Quantity |
Placement |
|