mirror of
https://github.com/brmlab/brmbiolab_sklad.git
synced 2025-10-30 15:04:02 +01:00
Index/Add views for StockUnitType and ItemType, View/Update for Item, Style to apply on all tables, DataTables used on details and indexes
This commit is contained in:
parent
be2b39c5eb
commit
5d4d209549
15 changed files with 322 additions and 313 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<?php
|
||||
|
||||
echo $this->Form->create('Item');
|
||||
echo $this->Form->inputs(array(), array('created', 'modified'));
|
||||
echo $this->Form->inputs(array(), array('created', 'modified', 'is_deleted'));
|
||||
echo $this->Form->end(__('Save'));
|
||||
Loading…
Add table
Add a link
Reference in a new issue