📄 report_en_us.lang.php
字号:
<?php
/*********************************************************************************
* The contents of this file are subject to the SugarCRM Professional End User
* License Agreement ("License") which can be viewed at
* http://www.sugarcrm.com/crm/products/sugar-professional-eula.html
* By installing or using this file, You have unconditionally agreed to the
* terms and conditions of the License, and You may not use this file except in
* compliance with the License. Under the terms of the license, You shall not,
* among other things: 1) sublicense, resell, rent, lease, redistribute, assign
* or otherwise transfer Your rights to the Software, and 2) use the Software
* for timesharing or service bureau purposes such as hosting the Software for
* commercial gain and/or for the benefit of a third party. Use of the Software
* may be subject to applicable fees and any use of the Software without first
* paying applicable fees is strictly prohibited. You do not have the right to
* remove SugarCRM copyrights from the source code or user interface.
*
* All copies of the Covered Code must include on each user interface screen:
* (i) the "Powered by SugarCRM" logo and
* (ii) the SugarCRM copyright notice
* in the same form as they appear in the distribution. See full license for
* requirements.
*
* Your Warranty, Limitations of liability and Indemnity are expressly stated
* in the License. Please refer to the License for the specific language
* governing these rights and limitations under the License. Portions created
* by SugarCRM are Copyright (C) 2004-2005 SugarCRM, Inc.; All Rights Reserved.
********************************************************************************/$title = array ( "AccountReports" => "Account Reports", "LeadReports" => "Lead Reports", "ContactReports" => "Contact Reports", "OnlyContactReports" => "OnlyContact Reports", "OpportunityReports" => "Opportunity Reports", "CaseReports" => "Case Reports", "BugReports" => "Bug Reports", "CallReports" => "Call Reports", "MeetingReports" => "Meeting Reports", "TaskReports" =>"Task Reports", "EmailReports" =>"Email Reports", "ProjectTaskReports" =>"ProjectTask Reports", "ProspectReports" => "Prospect Reports", "QuoteReports" => "Quote Reports", "ProductReports" => "Product Reports" ); $no = "No.";
$colnames = array ( "AccountReports" => array ("name" => "name", "billing_address_city" => "city", "account_type" => "account_type", "industry" => "industry", "phone_office" => "phone_office", "email1" => "Email", "website" => "website", "user_first_name" => "first_name", "user_last_name" => "last_name" ), "LeadReports" => array ("first_name" => "first_name", "last_name" => "last_name", "account_name" => "name", "status" => "status", "lead_source" => "lead_source", "phone_work" => "Calls", "phone_mobile" => "phone_mobile", "email1" => "Email", "primary_address_city" => "city", "user_first_name" => "first_name", "user_last_name" => "last_name" ), "ContactReports" => array ("first_name" => "first_name", "last_name" => "last_name", "accountname" => "name", "phone_mobile" => "mobile", "phone_work" => "phone_work", "email1" => "Email", "phone_work" => "Calls", "primary_address_city" => "city", "lead_source" => "lead source" ), "OnlyContactReports" => array ("first_name" => "first_name", "last_name" => "last_name", "phone_mobile" => "mobile", "phone_work" => "phone_work", "email1" => "Email", "primary_address_city" => "city", "lead_source" => "lead source", "user_first_name" => "first_name", "user_last_name" => "last_name" ), "OpportunityReports" => array ("name" => "name", "accountsname" => "name", "opportunity_type" => "type", "lead_source" => "lead source", //"currency_id" => "currency", "amount" => "amount", "date_closed" => "date closed", //"next_step" => "next step", "sales_stage" => "sales stage", "probability" => "probability(%)", "first_name" => "first_name", "last_name" => "last_name" ), "CaseReports" => array ("case_number" => "case number", "priority" => "priority", "status" => "status", "name" => "name", "accountname" => "name", "first_name" => "first_name", "last_name" => "last_name" ), "BugReports" => array ("priority" => "priority", "status" => "status", "type" => "type", "source" => "source", "found_in_release" => "found in release", "name" => "name", "accountsname" => "name" ), "CallReports" => array ("name" => "name", "date_start" => "Start Date", "time_start" => "Start Time", "duration" => "duration(minute)", "first_name" => "first_name", "last_name" => "last_name" ), "MeetingReports" => array ("name" => "name", "location" => "location", "date_start" => "Start Date", "time_start" => "Start Time", "duration" => "duration(minute)", "first_name" => "first_name", "last_name" => "last_name" ), "TaskReports" => array ("name" => "name", "date_due" => "Due Date", "time_due" => "Due Time", "date_start" => "Start Time", "time_start" => "Start Date", "priority" => "priority", "first_name" => "first_name", "last_name" => "last_name" ), "EmailReports" => array ("to_addrs" => "to_addrs", "cc_addrs" => "cc_addrs", "bcc_addrs" => "bcc_addrs", "from_addr" => "from_addr", "name" => "name", "first_name" => "first_name", "last_name" => "last_name" ), "ProjectTaskReports" => array ("name" => "name", "status" => "status", "task_number" => "task number", "priority" => "priority", "order_number" => "order number", "percent_complete" => "percent complete", "date_start" => "Start Date", "time_start" => "Start Time", "date_due" => "Due Date", "time_start" => "Due Time", "milestone_flag" => "milestone flag", "utilization" => "utilization", "first_name" => "first_name", "last_name" => "last_name" ), "ProspectReports" => array ("name" => "name", "status" => "status", "start_date" => "Start Date", "end_date" => "Due Date", "campaign_type" => "type", "budget" => "budget", "expected_revenue" => "expected revenue", "objective" => "objective", "actual_cost" => "actual_cost", "expected_cost" => "expected_cost", "first_name" => "first_name", "last_name" => "last_name" ), "ProductReports" => array ("pnum" => "pnum", "name" => "name", "type" => "type", "quality" => "quality", "unit_price" => "unit_price", ), "QuoteReports" => array ("quotenum" => "quotenum", "name" => "name", "accountname" => "accountname", "stage" => "stage", "validuntil" => "validuntil", "total" => "total", "validuntil" => "validuntil", "first_name" => "first_name", "last_name" => "last_name" ) );?>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -