31 lines
925 B
PHP
Executable File
31 lines
925 B
PHP
Executable File
<?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',
|
|
);
|