This commit is contained in:
2024-04-27 09:23:34 +02:00
commit 11e713ca6f
11884 changed files with 3263371 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
<?php
//auto-generated file DO NOT EDIT
$layout_defs['EcmProducts']['subpanel_setup']['ecmpricebooks']['override_subpanel_name'] = 'EcmProductdefault';
?>

View File

@@ -0,0 +1,4 @@
<?php
//auto-generated file DO NOT EDIT
$layout_defs['EcmProducts']['subpanel_setup']['ecmpurchaseorders']['override_subpanel_name'] = 'EcmProductdefault';
?>

View File

@@ -0,0 +1,4 @@
<?php
//auto-generated file DO NOT EDIT
$layout_defs['EcmProducts']['subpanel_setup']['ecmquotes']['override_subpanel_name'] = 'EcmProductdefault';
?>

View File

@@ -0,0 +1,29 @@
<?php
$dictionary['EcmProduct']['fields']['product_kind'] = array(
'name' => 'product_kind',
'options' => 'ecmproducts_product_kind_dom',
'vname' => 'Rodzaj',
'type' => 'enum',
);
$dictionary['EcmProduct']['fields']['product_size'] = array(
'name' => 'product_size',
'options' => 'ecmproducts_product_size_dom',
'vname' => 'Rozmiar',
'type' => 'enum',
);
$dictionary['EcmProduct']['fields']['product_brand'] = array(
'name' => 'product_brand',
'options' => 'ecmproducts_product_brand_dom',
'vname' => 'Marka',
'type' => 'enum',
);