Add php files
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
|
||||
$mod_strings['LBL_ACCOUNTS_TASKS_FROM_ACCOUNTS_TITLE'] = 'Kontrahenci';
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
|
||||
$mod_strings['LBL_ACCOUNTS_TASKS_FROM_ACCOUNTS_TITLE'] = 'Kontrahenci';
|
||||
30
custom/Extension/modules/Tasks/Ext/Vardefs/accounts_tasks_Tasks.php
Executable file
30
custom/Extension/modules/Tasks/Ext/Vardefs/accounts_tasks_Tasks.php
Executable file
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
// created: 2013-12-19 08:57:38
|
||||
$dictionary["Task"]["fields"]["accounts_tasks"] = array (
|
||||
'name' => 'accounts_tasks',
|
||||
'type' => 'link',
|
||||
'relationship' => 'accounts_tasks',
|
||||
'source' => 'non-db',
|
||||
'vname' => 'LBL_ACCOUNTS_TASKS_FROM_ACCOUNTS_TITLE',
|
||||
);
|
||||
$dictionary["Task"]["fields"]["accounts_tasks_name"] = array (
|
||||
'name' => 'accounts_tasks_name',
|
||||
'type' => 'relate',
|
||||
'source' => 'non-db',
|
||||
'vname' => 'LBL_ACCOUNTS_TASKS_FROM_ACCOUNTS_TITLE',
|
||||
'save' => true,
|
||||
'id_name' => 'accounts_t0769ccounts_ida',
|
||||
'link' => 'accounts_tasks',
|
||||
'table' => 'accounts',
|
||||
'module' => 'Accounts',
|
||||
'rname' => 'name',
|
||||
);
|
||||
$dictionary["Task"]["fields"]["accounts_t0769ccounts_ida"] = array (
|
||||
'name' => 'accounts_t0769ccounts_ida',
|
||||
'type' => 'link',
|
||||
'relationship' => 'accounts_tasks',
|
||||
'source' => 'non-db',
|
||||
'reportable' => false,
|
||||
'side' => 'right',
|
||||
'vname' => 'LBL_ACCOUNTS_TASKS_FROM_TASKS_TITLE',
|
||||
);
|
||||
5
custom/Extension/modules/Tasks/Ext/Vardefs/sugarfield_description.php
Executable file
5
custom/Extension/modules/Tasks/Ext/Vardefs/sugarfield_description.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// created: 2012-04-23 13:52:09
|
||||
$dictionary['Task']['fields']['description']['required']=true;
|
||||
|
||||
?>
|
||||
5
custom/Extension/modules/Tasks/Ext/Vardefs/sugarfield_name.php
Executable file
5
custom/Extension/modules/Tasks/Ext/Vardefs/sugarfield_name.php
Executable file
@@ -0,0 +1,5 @@
|
||||
<?php
|
||||
// created: 2012-04-23 13:50:59
|
||||
$dictionary['Task']['fields']['name']['required']=false;
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user