Add php files
This commit is contained in:
8
custom/modules/Documents/Ext/Language/en_us.lang.ext.php
Executable file
8
custom/modules/Documents/Ext/Language/en_us.lang.ext.php
Executable 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';
|
||||
|
||||
?>
|
||||
8
custom/modules/Documents/Ext/Language/pl_pl.lang.ext.php
Executable file
8
custom/modules/Documents/Ext/Language/pl_pl.lang.ext.php
Executable 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';
|
||||
|
||||
?>
|
||||
43
custom/modules/Documents/Ext/Vardefs/vardefs.ext.php
Executable file
43
custom/modules/Documents/Ext/Vardefs/vardefs.ext.php
Executable 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',
|
||||
);
|
||||
|
||||
?>
|
||||
64
custom/modules/Documents/metadata/subpanels/Accountdefault.php
Executable file
64
custom/modules/Documents/metadata/subpanels/Accountdefault.php
Executable 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,
|
||||
),
|
||||
);
|
||||
?>
|
||||
Reference in New Issue
Block a user