mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-10-30 15:04:02 +01:00
Initial commit
This commit is contained in:
commit
3b93da31de
1004 changed files with 265840 additions and 0 deletions
7
app/View/Items/add.ctp
Normal file
7
app/View/Items/add.ctp
Normal 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'));
|
||||
Loading…
Add table
Add a link
Reference in a new issue