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_DOCUMENTS_FROM_ACCOUNTS_TITLE'] = 'Kontrahenci';
|
||||
@@ -0,0 +1,3 @@
|
||||
<?php
|
||||
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
|
||||
$mod_strings['LBL_ACCOUNTS_DOCUMENTS_FROM_ACCOUNTS_TITLE'] = 'Kontrahenci';
|
||||
8
custom/Extension/modules/Documents/Ext/Vardefs/Documents.php
Executable file
8
custom/Extension/modules/Documents/Ext/Vardefs/Documents.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
$dictionary['Document']['fields']['ecmproducts'] = array (
|
||||
'name' => 'ecmproducts',
|
||||
'type' => 'link',
|
||||
'relationship' => 'ecmproducts_documents',
|
||||
'source' =>'non-db',
|
||||
);
|
||||
?>
|
||||
@@ -0,0 +1,30 @@
|
||||
<?php
|
||||
// created: 2013-12-19 08:56:45
|
||||
$dictionary["Document"]["fields"]["accounts_documents"] = array (
|
||||
'name' => 'accounts_documents',
|
||||
'type' => 'link',
|
||||
'relationship' => 'accounts_documents',
|
||||
'source' => 'non-db',
|
||||
'vname' => 'LBL_ACCOUNTS_DOCUMENTS_FROM_ACCOUNTS_TITLE',
|
||||
);
|
||||
$dictionary["Document"]["fields"]["accounts_documents_name"] = array (
|
||||
'name' => 'accounts_documents_name',
|
||||
'type' => 'relate',
|
||||
'source' => 'non-db',
|
||||
'vname' => 'LBL_ACCOUNTS_DOCUMENTS_FROM_ACCOUNTS_TITLE',
|
||||
'save' => true,
|
||||
'id_name' => 'accounts_d13e2ccounts_ida',
|
||||
'link' => 'accounts_documents',
|
||||
'table' => 'accounts',
|
||||
'module' => 'Accounts',
|
||||
'rname' => 'name',
|
||||
);
|
||||
$dictionary["Document"]["fields"]["accounts_d13e2ccounts_ida"] = array (
|
||||
'name' => 'accounts_d13e2ccounts_ida',
|
||||
'type' => 'link',
|
||||
'relationship' => 'accounts_documents',
|
||||
'source' => 'non-db',
|
||||
'reportable' => false,
|
||||
'side' => 'right',
|
||||
'vname' => 'LBL_ACCOUNTS_DOCUMENTS_FROM_DOCUMENTS_TITLE',
|
||||
);
|
||||
Reference in New Issue
Block a user