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,3 @@
<?php
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
$mod_strings['LBL_ACCOUNTS_DOCUMENTS_FROM_ACCOUNTS_TITLE'] = 'Kontrahenci';

View File

@@ -0,0 +1,3 @@
<?php
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
$mod_strings['LBL_ACCOUNTS_DOCUMENTS_FROM_ACCOUNTS_TITLE'] = 'Kontrahenci';

View File

@@ -0,0 +1,8 @@
<?php
$dictionary['Document']['fields']['ecmproducts'] = array (
'name' => 'ecmproducts',
'type' => 'link',
'relationship' => 'ecmproducts_documents',
'source' =>'non-db',
);
?>

View File

@@ -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',
);