Add php files

This commit is contained in:
2025-05-12 15:44:39 +00:00
parent c951760058
commit 82d5804ac4
9534 changed files with 2638137 additions and 0 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -0,0 +1,11 @@
<?php
$layout_defs['Tasks']['subpanel_setup']['ecminvoiceouts2'] = array(
'order' => 10,
'module' => 'EcmInvoiceOuts',
'title_key' => 'LBL_CALLS',
'subpanel_name' => 'default',
'get_subpanel_data' => 'ecminvoiceouts2',
'top_buttons' => array(
array('widget_class' => 'SubPanelTopCreateButton'),
),
);