Files
crm.twinpol.com/modules/EcmFkVatKinds/metadata/detailviewdefs.php
2025-05-12 15:44:39 +00:00

331 lines
13 KiB
PHP
Executable File

<?php
/* * *******************************************************************************
* SugarCRM is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2010 SugarCRM Inc.
*
* This program is free software; you can redistribute it and/or modify it under
* the terms of the GNU Affero General Public License version 3 as published by the
* Free Software Foundation with the addition of the following permission added
* to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK
* IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY
* OF NON INFRINGEMENT OF THIRD PARTY RIGHTS.
*
* This program is distributed in the hope that it will be useful, but WITHOUT
* ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
* FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
* details.
*
* You should have received a copy of the GNU Affero General Public License along with
* this program; if not, see http://www.gnu.org/licenses or write to the Free
* Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA.
*
* You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road,
* SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com.
*
* The interactive user interfaces in modified source and object code versions
* of this program must display Appropriate Legal Notices, as required under
* Section 5 of the GNU Affero General Public License version 3.
*
* In accordance with Section 7(b) of the GNU Affero General Public License version 3,
* these Appropriate Legal Notices must retain the display of the "Powered by
* SugarCRM" logo. If the display of the logo is not reasonably feasible for
* technical reasons, the Appropriate Legal Notices must display the words
*
* "Powered by SugarCRM".
* ****************************************************************************** */
$viewdefs['EcmFkVatKinds']['DetailView'] = array(
'templateMeta' => array(
'maxColumns' => '2',
'form' => array(
'hidden' => array(
'<input type="hidden" name="items_list" id="items_list" value="{$POSITION_LIST}"/>',
'<input type="hidden" name="record" id="record" value="{$RECORD}"/>',
'<input type="hidden" name="i_type" id="i_type" value="{$fields.type.value}"/>',
),
),
'widths' => array(
array(
'label' => '10',
'field' => '30',
),
array(
'label' => '10',
'field' => '30',
),
),
'includes' => array(
array(
'file' => 'include/JSON.js',
),
array(
'file' => 'modules/EcmFkVatKinds/MyTable.js',
),
array(
'file' => 'modules/EcmFkVatKinds/EcmFkVatKinds.js',
),
array(
'file' => 'modules/EcmFkVatKinds/EcmFkVatKindsDetailView.js',
),
array(
'file' => 'include/ECM/EcmPreviewPDF/EcmPreviewPDF.js',
),
),
),
'panels' => array(
'LBL_ECMFKBOOK_DETAILS' => array(
// 'id',
array(
// 'created_by_name',
array (
'label' => 'LBL_CREATED_BY_NAME',
'customCode' => '{if $fields.created_by_name.value}{$fields.created_by_name.value}{else}-{/if}',
),
// 'modified_by_name',
array (
'label' => 'LBL_MODIFIED_BY_NAME',
'customCode' => '{if $fields.modified_by_name.value}{$fields.modified_by_name.value}{else}-{/if}',
),
),
array(
// 'date_entered',
array (
'label' => 'LBL_DATE_ENTERED',
'customCode' => '{if $fields.date_entered.value}{$fields.date_entered.value}{else}nigdy{/if}',
),
// 'date_modified',
array (
'label' => 'LBL_DATE_MODIFIED',
'customCode' => '{if $fields.date_modified.value}{$fields.date_modified.value}{else}nigdy{/if}',
),
),
array(
'type',
'position',
),
array(
'name',
// '',
),
/*
array(
'title_1',
'',
),
array(
'col_1_1',
'col_2_1',
),
array(
'title_2',
'',
),
array(
'col_1_2',
'col_2_2',
),
array(
'title_3',
'',
),
array(
'col_1_3',
'col_2_3',
),
array(
'title_4',
'',
),
array(
'col_1_4',
'col_2_4',
),
array(
'title_5',
'',
),
array(
'col_1_5',
'col_2_5',
),
*/
array(
// 'acc',
'acc_code',
// '',
),
/*
array(
'order_1',
'order_2',
),
array(
'order_3',
'order_4',
),
array(
'order_5',
'',
),
*/
array(
// 'ident_k',
// 'ident_k_name',
'ident_k_filter',
// 'id_dok',
// '',
),
// array(
// 'order_ue',
// '',
// ),
/*
array(
'nr_1',
'nr_2',
),
*/
// array(
// 'temp_vat',
// '',
// ),
/*
array(
'p_1',
'p_2',
),
array(
'p_3',
'p_4',
),
array(
'p_5',
'',
),
*/
// array(
// 'spr_dok',
// 'kp_date',
// ),
array(
'orientation',
// '',
),
array(
// 'deleted',
array (
'label' => 'LBL_DELETED',
'customCode' => '{if $fields.deleted.value}Tak{else}Nie{/if}',
),
// '',
),
),
'LBL_ITEMS' => array(
array(
array(
'name' => 'position_list',
'allCols' => true,
'hideLabel' => true,
'customCode' =>
'
<link rel="stylesheet" type="text/css" href="modules/EcmFkVatRegisters/MyTable.css" />
<!--<link rel="stylesheet" type="text/css" href="modules/EcmFkVatTables/AjaxSearch/AjaxSearch.css" />-->
<div style="width: 100%; border: 1px solid rgb(48, 192, 255); background-color: white; height: {$OPT.position_table_height}px;max-height:{$OPT.position_table_height}px; overflow:auto;" id="itemsTableDIV">
<table class="positions" style="width: 100%;" id="itemsTable">
<thead id="head">
<tr id="tr">
<td width="20%">{$MOD.LBL_EDITABLE_TITLE}</td>
<td>{$MOD.LBL_EDITABLE_COL}</td>
<td width="10%">{$MOD.LBL_EDITABLE_ORDER}</td>
<!--<td>{$MOD.LBL_EDITABLE_P}</td>-->
<!--<td width="5%">{$MOD.LBL_EDITABLE_OPTIONS}</td>-->
</tr>
</thead>
<tbody id="tbody">
</tbody>
</table>
</div>
',
),
),
),
'LBL_PREVIEW_TAB' => array(
array(
array(
'name' => 'preview_panel',
'allCols' => true,
'hideLabel' => true,
'customCode' =>
'
<table>
<tr>
<td>
Wydruk:
</td>
<td>
<select id="preview_type" name="preview_type" onChange="preview_pdf();">
{$OPTIONS}
</select>
</td>
<td>
Od:
</td>
<td>
<input autocomplete="off" name="date_from" id="date_from" value="{$date_from}" title="" tabindex="" size="11" maxlength="10" type="text" class="passable">
<img src="themes/default/images/jscalendar.gif" alt="Enter Date" id="date_from_trigger" align="absmiddle" border="0">
<script type="text/javascript">
{literal}
Calendar.setup ({
inputField : \'date_from\',
daFormat : \'%d.%m.%Y\',
button : \'date_from_trigger\',
singleClick : true,
dateStr : \'\',
step : 1
});
{/literal}
</script>
</td>
<td>
Do:
</td>
<td>
<input autocomplete="off" name="date_to" id="date_to" value="{$date_to}" title="" tabindex="" size="11" maxlength="10" type="text" class="passable">
<img src="themes/default/images/jscalendar.gif" alt="Enter Date" id="date_to_trigger" align="absmiddle" border="0">
<script type="text/javascript">
{literal}
Calendar.setup ({
inputField : \'date_to\',
daFormat : \'%d.%m.%Y\',
button : \'date_to_trigger\',
singleClick : true,
dateStr : \'\',
step : 1
});
{/literal}
</script>
</td>
<td>
Dokumenty sprawdzone:
</td>
<td>
<input type="checkbox" id="doc_checked" name="doc_checked" value="1" {$DOC_CHECKED}/>
</td>
<td>
<input type="button" class="button" onClick="preview_pdf();" value="Generuj"/>
</td>
</tr>
</table>
<hr>
<span id="previewPDF" width="100%" height="100%"></span>
',
),
),
),
),
);