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,8 @@
<?php
//WARNING: The contents of this file are auto-generated
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
$mod_strings['LBL_ACCOUNTS_DOCUMENTS_FROM_ACCOUNTS_TITLE'] = 'Kontrahenci';
?>

View File

@@ -0,0 +1,8 @@
<?php
//WARNING: The contents of this file are auto-generated
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
$mod_strings['LBL_ACCOUNTS_DOCUMENTS_FROM_ACCOUNTS_TITLE'] = 'Kontrahenci';
?>

View File

@@ -0,0 +1,43 @@
<?php
//WARNING: The contents of this file are auto-generated
// 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',
);
$dictionary['Document']['fields']['ecmproducts'] = array (
'name' => 'ecmproducts',
'type' => 'link',
'relationship' => 'ecmproducts_documents',
'source' =>'non-db',
);
?>

View File

@@ -0,0 +1,64 @@
<?php
// created: 2013-12-20 13:50:03
$subpanel_layout['list_fields'] = array (
'document_name' =>
array (
'name' => 'document_name',
'vname' => 'LBL_LIST_DOCUMENT_NAME',
'widget_class' => 'SubPanelDetailViewLink',
'width' => '30%',
'default' => true,
),
'template_type' =>
array (
'name' => 'template_types',
'vname' => 'LBL_LIST_TEMPLATE_TYPE',
'width' => '15%',
'default' => true,
),
'selected_revision_name' =>
array (
'name' => 'selected_revision_name',
'vname' => 'LBL_LIST_SELECTED_REVISION',
'width' => '10%',
'default' => true,
),
'latest_revision_name' =>
array (
'name' => 'latest_revision_name',
'vname' => 'LBL_LIST_LATEST_REVISION',
'width' => '10%',
'default' => true,
),
'get_latest' =>
array (
'widget_class' => 'SubPanelGetLatestButton',
'module' => 'Documents',
'width' => '5%',
'default' => true,
),
'load_signed' =>
array (
'widget_class' => 'SubPanelLoadSignedButton',
'module' => 'Documents',
'width' => '5%',
'default' => true,
),
'edit_button' =>
array (
'vname' => 'LBL_EDIT_BUTTON',
'widget_class' => 'SubPanelEditButton',
'module' => 'Documents',
'width' => '5%',
'default' => true,
),
'remove_button' =>
array (
'vname' => 'LBL_REMOVE',
'widget_class' => 'SubPanelRemoveButton',
'module' => 'Documents',
'width' => '5%',
'default' => true,
),
);
?>