|
|
@@ -126,10 +126,10 @@ class RollerHistory extends CommonObject
|
|
|
'model_pdf' => array('type'=>'varchar(255)', 'label'=>'Model pdf', 'enabled'=>'1', 'position'=>1010, 'notnull'=>-1, 'visible'=>0,),
|
|
|
'status' => array('type'=>'integer', 'label'=>'Status', 'enabled'=>'1', 'position'=>2000, 'notnull'=>0, 'visible'=>0, 'index'=>1, 'arrayofkeyval'=>array('0'=>'Piszkozat', '1'=>'Hitelesítve', '9'=>'Megszakítva'), 'validate'=>'1',),
|
|
|
'fk_inventory' => array('type'=>'integer', 'label'=>'Inventory RowId', 'enabled'=>'1', 'position'=>2, 'notnull'=>1, 'visible'=>0,),
|
|
|
- 'warehouse_from' => array('type'=>'integer:Entrepot:product/stock/class/entrepot.class.php', 'label'=>'Honnan', 'enabled'=>'1', 'position'=>3, 'notnull'=>1, 'visible'=>1, 'foreignkey'=>'entrepot.rowid',),
|
|
|
- 'warehouse_to' => array('type'=>'integer:Entrepot:product/stock/class/entrepot.class.php', 'label'=>'Hova', 'enabled'=>'1', 'position'=>4, 'notnull'=>1, 'visible'=>1, 'foreignkey'=>'entrepot.rowid',),
|
|
|
- 'status_from' => array('type'=>'integer:Statuses:custom/rollerstorage/class/statuses.class.php', 'label'=>'Státuszból', 'enabled'=>'1', 'position'=>5, 'notnull'=>1, 'visible'=>1,),
|
|
|
- 'status_to' => array('type'=>'integer:Statuses:custom/rollerstorage/class/statuses.class.php', 'label'=>'Státuszba', 'enabled'=>'1', 'position'=>6, 'notnull'=>1, 'visible'=>1,),
|
|
|
+ 'warehouse_from' => array('type'=>'integer:Entrepot:product/stock/class/entrepot.class.php', 'label'=>'From', 'enabled'=>'1', 'position'=>3, 'notnull'=>1, 'visible'=>1, 'foreignkey'=>'entrepot.rowid',),
|
|
|
+ 'warehouse_to' => array('type'=>'integer:Entrepot:product/stock/class/entrepot.class.php', 'label'=>'To', 'enabled'=>'1', 'position'=>4, 'notnull'=>1, 'visible'=>1, 'foreignkey'=>'entrepot.rowid',),
|
|
|
+ 'status_from' => array('type'=>'integer:Statuses:custom/rollerstorage/class/statuses.class.php', 'label'=>'FromStatus', 'enabled'=>'1', 'position'=>5, 'notnull'=>1, 'visible'=>1,),
|
|
|
+ 'status_to' => array('type'=>'integer:Statuses:custom/rollerstorage/class/statuses.class.php', 'label'=>'ToStatus', 'enabled'=>'1', 'position'=>6, 'notnull'=>1, 'visible'=>1,),
|
|
|
);
|
|
|
public $rowid;
|
|
|
public $entity;
|