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
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
$mod_strings['LBL_ACCOUNTS_ECMQUOTES_FROM_ECMQUOTES_TITLE'] = 'Oferty';
$mod_strings['LBL_ACCOUNTS_ECMQUOTES_1_FROM_ECMQUOTES_TITLE'] = 'Oferty';

View File

@@ -0,0 +1,4 @@
<?php
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
$mod_strings['LBL_ACCOUNTS_ECMQUOTES_FROM_ACCOUNTS_TITLE'] = 'Klienci';
$mod_strings['LBL_ACCOUNTS_ECMQUOTES_1_FROM_ACCOUNTS_TITLE'] = 'Klienci';

View File

@@ -0,0 +1,23 @@
<?php
// created: 2011-10-06 14:08:31
$layout_defs["Accounts"]["subpanel_setup"]["accounts_ecmquotes_1"] = array (
'order' => 100,
'module' => 'EcmQuotes',
'subpanel_name' => 'default',
'sort_order' => 'asc',
'sort_by' => 'id',
'title_key' => 'LBL_ACCOUNTS_ECMQUOTES_1_FROM_ECMQUOTES_TITLE',
'get_subpanel_data' => 'accounts_ecmquotes_1',
'top_buttons' =>
array (
0 =>
array (
'widget_class' => 'SubPanelTopButtonQuickCreate',
),
1 =>
array (
'widget_class' => 'SubPanelTopSelectButton',
'mode' => 'MultiSelect',
),
),
);

View File

@@ -0,0 +1,23 @@
<?php
// created: 2011-10-06 14:08:22
$layout_defs["Accounts"]["subpanel_setup"]["accounts_ecmquotes"] = array (
'order' => 100,
'module' => 'EcmQuotes',
'subpanel_name' => 'default',
'sort_order' => 'asc',
'sort_by' => 'id',
'title_key' => 'LBL_ACCOUNTS_ECMQUOTES_FROM_ECMQUOTES_TITLE',
'get_subpanel_data' => 'accounts_ecmquotes',
'top_buttons' =>
array (
0 =>
array (
'widget_class' => 'SubPanelTopButtonQuickCreate',
),
1 =>
array (
'widget_class' => 'SubPanelTopSelectButton',
'mode' => 'MultiSelect',
),
),
);

View File

@@ -0,0 +1,10 @@
<?php
// created: 2011-10-06 14:08:31
$dictionary["Account"]["fields"]["accounts_ecmquotes_1"] = array (
'name' => 'accounts_ecmquotes_1',
'type' => 'link',
'relationship' => 'accounts_ecmquotes_1',
'source' => 'non-db',
'side' => 'right',
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_1_FROM_ECMQUOTES_TITLE',
);

View File

@@ -0,0 +1,30 @@
<?php
// created: 2011-10-06 14:08:31
$dictionary["EcmQuote"]["fields"]["accounts_ecmquotes_1"] = array (
'name' => 'accounts_ecmquotes_1',
'type' => 'link',
'relationship' => 'accounts_ecmquotes_1',
'source' => 'non-db',
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_1_FROM_ACCOUNTS_TITLE',
);
$dictionary["EcmQuote"]["fields"]["accounts_ecmquotes_1_name"] = array (
'name' => 'accounts_ecmquotes_1_name',
'type' => 'relate',
'source' => 'non-db',
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_1_FROM_ACCOUNTS_TITLE',
'save' => true,
'id_name' => 'accounts_eef45ccounts_ida',
'link' => 'accounts_ecmquotes_1',
'table' => 'accounts',
'module' => 'Accounts',
'rname' => 'name',
);
$dictionary["EcmQuote"]["fields"]["accounts_eef45ccounts_ida"] = array (
'name' => 'accounts_eef45ccounts_ida',
'type' => 'link',
'relationship' => 'accounts_ecmquotes_1',
'source' => 'non-db',
'reportable' => false,
'side' => 'right',
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_1_FROM_ECMQUOTES_TITLE',
);

View File

@@ -0,0 +1,10 @@
<?php
// created: 2011-10-06 14:08:22
$dictionary["Account"]["fields"]["accounts_ecmquotes"] = array (
'name' => 'accounts_ecmquotes',
'type' => 'link',
'relationship' => 'accounts_ecmquotes',
'source' => 'non-db',
'side' => 'right',
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_FROM_ECMQUOTES_TITLE',
);

View File

@@ -0,0 +1,30 @@
<?php
// created: 2011-10-06 14:08:22
$dictionary["EcmQuote"]["fields"]["accounts_ecmquotes"] = array (
'name' => 'accounts_ecmquotes',
'type' => 'link',
'relationship' => 'accounts_ecmquotes',
'source' => 'non-db',
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_FROM_ACCOUNTS_TITLE',
);
$dictionary["EcmQuote"]["fields"]["accounts_ecmquotes_name"] = array (
'name' => 'accounts_ecmquotes_name',
'type' => 'relate',
'source' => 'non-db',
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_FROM_ACCOUNTS_TITLE',
'save' => true,
'id_name' => 'accounts_e8f57ccounts_ida',
'link' => 'accounts_ecmquotes',
'table' => 'accounts',
'module' => 'Accounts',
'rname' => 'name',
);
$dictionary["EcmQuote"]["fields"]["accounts_e8f57ccounts_ida"] = array (
'name' => 'accounts_e8f57ccounts_ida',
'type' => 'link',
'relationship' => 'accounts_ecmquotes',
'source' => 'non-db',
'reportable' => false,
'side' => 'right',
'vname' => 'LBL_ACCOUNTS_ECMQUOTES_FROM_ECMQUOTES_TITLE',
);