Files
crm.e5.pl/modules/EcmFkBooks/metadata/_listviewdefs.php
2024-04-27 09:23:34 +02:00

238 lines
7.1 KiB
PHP
Executable File

<?php
if (!defined('sugarEntry') || !sugarEntry)
die('Not A Valid Entry Point');
/* * *******************************************************************************
* 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".
* ****************************************************************************** */
$listViewDefs['EcmFkBooks'] = array(
// 'ID' => array(
// 'label' => 'LBL_ID',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'DATE_ENTERED' => array(
// 'label' => 'LBL_DATE_ENTERED',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'DATE_MODIFIED' => array(
// 'label' => 'LBL_DATE_MODIFIED',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'DATE_BOOK' => array(
// 'label' => 'LBL_DATE_BOOK',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'DATE_DOCUMENT' => array(
// 'label' => 'LBL_DATE_DOCUMENT',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'MODIFIED_USER_ID' => array(
// 'label' => 'LBL_MODIFIED_USER_ID',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'CREATED_BY' => array(
// 'label' => 'LBL_CREATED_BY',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'DESCRIPTION' => array(
// 'label' => 'LBL_DESCRIPTION',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'DELETED' => array(
// 'label' => 'LBL_DELETED',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'BOOK_DATE' => array(
// 'label' => 'LBL_BOOK_DATE',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'BOOK_NAME' => array(
// 'label' => 'LBL_BOOK_NAME',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'BOOK_NUMBER' => array(
// 'label' => 'LBL_BOOK_NUMBER',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'BOOK_AMOUNT' => array(
// 'label' => 'LBL_BOOK_AMOUNT',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'BOOK_ACC_MA' => array(
// 'label' => 'LBL_BOOK_ACC_MA',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'BOOK_ACC_WN' => array(
// 'label' => 'LBL_BOOK_ACC_WN',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'BOOK_POSITION' => array(
// 'label' => 'LBL_BOOK_POSITION',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'BOOK_SYMBOL' => array(
// 'label' => 'LBL_BOOK_SYMBOL',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'BOOK_IDENTIFIER' => array(
// 'label' => 'LBL_BOOK_IDENTIFIER',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'FILE_URL' => array(
// 'width' => '2%',
// 'label' => '&nbsp;',
// 'link' => true,
// 'default' => true,
// 'related_fields' => array(
// 0 => 'ecmfkbook_revision_id',
// ),
// 'sortable' => false,
// 'studio' => false,
// ),
// 'DOCUMENT_NAME' => array(
// 'width' => '40%',
// 'label' => 'LBL_NAME',
// 'link' => true,
// 'default' => true,
// 'bold' => true,
// ),
// 'CATEGORY_ID' => array(
// 'width' => '40%',
// 'label' => 'LBL_LIST_CATEGORY',
// 'default' => true,
// ),
// 'SUBCATEGORY_ID' => array(
// 'width' => '40%',
// 'label' => 'LBL_LIST_SUBCATEGORY',
// 'default' => true,
// ),
// 'LAST_REV_CREATE_DATE' => array(
// 'width' => '10%',
// 'label' => 'LBL_LIST_LAST_REV_DATE',
// 'default' => true,
// 'sortable' => false,
// 'related_fields' => array(
// 0 => 'ecmfkbook_revision_id',
// ),
// ),
//
'BOOK_NUMBER' => array(
'label' => 'LBL_BOOK_NUMBER',
'link' => false,
'default' => false,
'bold' => false,
),
/*
'BOOK_NAME' => array(
'label' => 'LBL_BOOK_NAME',
'link' => true,
'default' => false,
'bold' => true,
),
'BOOK_AMOUNT' => array(
'label' => 'LBL_BOOK_AMOUNT',
'link' => false,
'default' => false,
'bold' => false,
),
'DATE_DOCUMENT' => array(
'label' => 'LBL_DATE_DOCUMENT',
'link' => false,
'default' => false,
'bold' => false,
),
'BOOK_DATE' => array(
'label' => 'LBL_BOOK_DATE',
'link' => false,
'default' => false,
'bold' => false,
),
*/
// 'CREATED_BY_NAME' => array(
// 'width' => '2%',
// 'label' => 'LBL_CREATED_BY',
// 'default' => true,
// 'sortable' => false,
// ),
// 'MODIFIED_BY_NAME' => array(
// 'width' => '10%',
// 'label' => 'LBL_MODIFIED_USER',
// 'module' => 'Users',
// 'id' => 'USERS_ID',
// 'default' => false,
// 'sortable' => false,
// 'related_fields' => array(
// 0 => 'modified_user_id',
// ),
// ),
);