ID |
|
Name |
|
Type |
|
Stock Quantity |
|
Placement |
|
Update Stock Quantity and Placement
Form->create('StockHistory');
echo $this->Form->hidden('item_id', array('value' => $item['Item']['id']));
echo $this->Form->inputs(array(), array('created', 'modified', 'item_id'));
echo $this->Form->end(__('Save'));
?>
Item Stock History
ID |
Quantity |
Placement |
When |
%d |
%d |
%s |
%s |
',
$history['id'],
$history['amount_in_stock'],
$history['location'],
$history['created']
);
}
?>
ID |
Quantity |
Placement |
When |