Initial commit

This commit is contained in:
mareksebera 2014-09-10 20:20:58 +02:00
commit 3b93da31de
1004 changed files with 265840 additions and 0 deletions

7
app/View/Items/add.ctp Normal file
View file

@ -0,0 +1,7 @@
<?php
echo $this->Form->create('Item');
echo $this->Form->inputs(array(), array('created', 'modified', 'is_deleted'));
echo $this->Form->input('StockHistory.amount_in_stock');
echo $this->Form->input('StockHistory.location');
echo $this->Form->end(__('Save'));