Files
crm.e5.pl/demoData.zh_cn.php

880 lines
16 KiB
PHP
Raw Normal View History

2024-04-27 09:23:34 +02:00
<?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".
********************************************************************************/
//users demodata
//VP
global $sugar_demodata;
$sugar_demodata['users'][0] = array(
'id' => 'seed_jim_id',
'last_name' => '金',
'first_name' => '丽',
'user_name' => 'jim',
'title' => '销售副总',
'is_admin' => false,
'reports_to' => null,
'reports_to_name' => null,
'email' => 'jim@example.com'
);
//west team
$sugar_demodata['users'][] = array(
'id' => 'seed_sarah_id',
'last_name' => '韩',
'first_name' => '云',
'user_name' => 'sarah',
'title' => '西区销售经理',
'is_admin' => false,
'reports_to' => 'seed_jim_id',
'reports_to_name' => '金, 丽',
'email' => 'sarah@example.com'
);
$sugar_demodata['users'][] = array(
'id' => 'seed_sally_id',
'last_name' => '王',
'first_name' => '欣',
'user_name' => 'sally',
'title' => '资深销售代表',
'is_admin' => false,
'reports_to' => 'seed_sarah_id',
'reports_to_name' => '韩, 云',
'email' => 'sally@example.com'
);
$sugar_demodata['users'][] = array(
'id' => 'seed_max_id',
'last_name' => '马',
'first_name' => '建军',
'user_name' => 'max',
'title' => '资深销售代表',
'is_admin' => false,
'reports_to' => 'seed_sarah_id',
'reports_to_name' => '韩, 云',
'email' => 'tom@example.com'
);
//east team
$sugar_demodata['users'][] = array(
'id' => 'seed_will_id',
'last_name' => '王',
'first_name' => '伟',
'user_name' => 'will',
'title' => '东区销售经理',
'is_admin' => false,
'reports_to' => 'seed_jim_id',
'reports_to_name' => '金, 丽',
'email' => 'will@example.com'
);
$sugar_demodata['users'][] = array(
'id' => 'seed_chris_id',
'last_name' => '徐',
'first_name' => '健',
'user_name' => 'chris',
'title' => '资深销售代表',
'is_admin' => false,
'reports_to' => 'seed_will_id',
'reports_to_name' => '王, 伟',
'email' => 'chris@example.com'
);
//teams demodata
$sugar_demodata['teams'][] = array(
'name' => '东区',
'description' => '东区团队',
'team_id' => 'East',
);
$sugar_demodata['teams'][] = array(
'name' => '西区',
'description' => '西区团队',
'team_id' => 'West',
);
//contacts accounts
$sugar_demodata['first_name_array'] = array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"广",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
);
$sugar_demodata['last_name_array'] = array(
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
"",
);
$sugar_demodata['company_name_array'] = array(
"华新书局",
"北京阳光友谊商城",
"国际华侨大厦",
"上海联合汽车",
"出口信贷保险公司",
"中青宾馆",
"中国联合影业公司",
"中国糖果银行",
"世格软件",
"山东通用机械厂",
"青岛造船厂",
"东方科学仪器公司",
"海青航运公司",
"联合石油公司",
"长江集装箱海运公司",
);
$sugar_demodata['street_address_array'] = array(
"中山路75号",
"中山环路345号",
"湖南路99号",
"南京东路234号",
"淮海西路22号",
"居里路865号",
"北京东路789号",
"太平路827号",
"五棵松路324号",
"长寿路545",
"和平路659",
"永福路975",
"一德路3号2-5",
"珠江路54号6楼F",
"上海路46号7楼",
"中山二路1454号",
"连胜路47号8楼",
"文园路647号",
);
$sugar_demodata['city_array'] = array (
"上海",
"北京",
"西安",
"南昌",
"苏州",
"杭州",
"南京",
"天津",
"海口",
"青岛",
"大连",
"广州",
"济南",
"太原",
"长沙",
"武汉",
"厦门",
);
//cases demo data
$sugar_demodata['case_seed_names'] = array(
'集成的问题',
'系统太快了',
'很多地方需要定制',
'我要购买序列号',
'用Firefox时错误的消息提示'
);
$sugar_demodata['note_seed_names_and_Descriptions'] = array(
array('更多客户信息','300多个潜在客户'),
array('电话信息','我们有个电话,看上去不错'),
array('生日信息','出生于10月'),
array('节日礼物','节日礼物非常棒,放在列表中以备以后选择')
);
$sugar_demodata['call_seed_data_names'] = array(
'获得更多的信息',
'留个口信',
'感觉不好,继续联系',
'讨论工作流程'
);
//titles
$sugar_demodata['titles'] = array(
"董事长",
"业务副总裁",
"销售副总裁",
"业务总监",
"销售总监",
"业务经理",
"软件开发工程师",
"");
//tasks
$sugar_demodata['task_seed_data_names'] = array(
'整理产品目录',
'安排行程',
'发送邮件',
'发送合同',
'传真',
'发送跟踪邮件',
'发送资料',
'投标',
'发送报价',
'安排会议',
'评估',
'获得样品反馈',
'安排介绍',
'提供技术支持',
'结束技术支持',
'海运产品',
'安排培训',
'发送本地用户组信息',
'添加至邮件列表',
);
//meetings
$sugar_demodata['meeting_seed_data_names'] = array(
'报价的后续行动',
'初次讨论',
'审查需求',
'讨论报价',
'演示',
'介绍成员',
);
$sugar_demodata['meeting_seed_data_descriptions'] = '讨论项目的计划以及罗列实施的细节';
//emails
$sugar_demodata['email_seed_data_subjects'] = array(
'报价的后续行动',
'初次讨论',
'审查需求',
'讨论报价',
'演示',
'介绍成员',
);
$sugar_demodata['email_seed_data_descriptions'] = '讨论项目的计划以及罗列实施的细节';
//leads
$sugar_demodata['primary_address_state'] = '上海';
$sugar_demodata['billing_address_state']['east'] = '上海';
$sugar_demodata['billing_address_state']['west'] = '昆明';
$sugar_demodata['primary_address_country'] = '中国';
//manufacturers
$sugar_demodata['manufacturer_seed_data_names'] = array(
'塔奇克玩具有限公司',
'华仪配件制造有限公司',
);
//Shippers
$sugar_demodata['shipper_seed_data_names'] = array(
'FedEx',
'USPS Ground'
);
//productcategories
$sugar_demodata['category_ext_name'] = '氏系列产品';
$sugar_demodata['product_ext_name'] = '氏小配件';
$sugar_demodata['productcategory_seed_data_names'] = array(
'台式机',
'笔记本',
'紧固件',
'其他配件'
);
//producttype
$sugar_demodata['producttype_seed_data_names']= array(
'其他配件',
'硬件',
'技术支持合同'
);
//taxrate
$sugar_demodata['taxrate_seed_data'][] = array(
'name' => '增值税',
'value' => '17',
);
$sugar_demodata['currency_seed_data'][] = array(
'name' => 'USD',
'conversion_rate' => 0.146,
'iso4217' => 'USD',
'symbol' => '$',
);
//producttemplate
$sugar_demodata['producttemplate_seed_data'][] = array(
'name' => 'TK 1000 台式机',
'tax_class' => 'Taxable',
'cost_price' => 500.00,
'cost_usdollar' => 500.00,
'list_price' => 800.00,
'list_usdollar' => 800.00,
'discount_price' => 800.00,
'discount_usdollar' => 800.00,
'pricing_formula' => 'IsList',
'mft_part_num' => 'XYZ7890122222',
'pricing_factor' => '1',
'status' => 'Available',
'weight' => 20.0,
'date_available' => '2004-10-15',
'qty_in_stock' => '72',
);
$sugar_demodata['producttemplate_seed_data'][] = array(
'name' => 'TK 1000 台式机',
'tax_class' => 'Taxable',
'cost_price' => 600.00,
'cost_usdollar' => 600.00,
'list_price' => 900.00,
'list_usdollar' => 900.00,
'discount_price' => 900.00,
'discount_usdollar' => 900.00,
'pricing_formula' => 'IsList',
'mft_part_num' => 'XYZ7890123456',
'pricing_factor' => '1',
'status' => 'Available',
'weight' => 20.0,
'date_available' => '2004-10-15',
'qty_in_stock' => '65',
);
$sugar_demodata['producttemplate_seed_data'][] = array(
'name' => 'TK m30 台式机',
'tax_class' => 'Taxable',
'cost_price' => 1300.00,
'cost_usdollar' => 1300.00,
'list_price' => 1700.00,
'list_usdollar' => 1700.00,
'discount_price' => 1625.00,
'discount_usdollar' => 1625.00,
'pricing_formula' => 'ProfitMargin',
'mft_part_num' => 'ABCD123456890',
'pricing_factor' => '20',
'status' => 'Available',
'weight' => 5.0,
'date_available' => '2004-10-15',
'qty_in_stock' => '12',
);
$sugar_demodata['producttemplate_seed_data'][] = array(
'name' => '反射镜组件',
'tax_class' => 'Taxable',
'cost_price' => 200.00,
'cost_usdollar' => 200.00,
'list_price' => 325.00,
'list_usdollar' => 325.00,
'discount_price' => 266.50,
'discount_usdollar' => 266.50,
'pricing_formula' => 'PercentageDiscount',
'mft_part_num' => '2.0',
'pricing_factor' => '20',
'status' => 'Available',
'weight' => 20.0,
'date_available' => '2004-10-15',
'qty_in_stock' => '65',
);
$sugar_demodata['contract_seed_data'][] = array(
'name' => '给月球基地的IT技术支持',
'reference_code' => 'EMP-9802',
'total_contract_value' => '500600.01',
'start_date' => '2010-05-15',
'end_date' => '2020-05-15',
'company_signed_date' => '2010-03-15',
'customer_signed_date' => '2010-03-16',
'description' => '在月球基地上进行的秘密项目',
);
$sugar_demodata['contract_seed_data'][] = array(
'name' => '离子发动机',
'reference_code' => 'EMP-7277',
'total_contract_value' => '333444.34',
'start_date' => '2010-05-15',
'end_date' => '2020-05-15',
'company_signed_date' => '2010-03-15',
'customer_signed_date' => '2010-03-16',
'description' => '应用于深空973号探测器',
);
$sugar_demodata['project_seed_data']['audit'] = array(
'name' => '为审计所创建的项目',
'description' => '六月份的年审',
'estimated_start_date' => '2007-11-01',
'estimated_end_date' => '2007-12-31',
'status' => 'Draft',
'priority' => 'medium',
);
$sugar_demodata['project_seed_data']['audit']['project_tasks'][] = array(
'name' => '和股东进行沟通',
'date_start' => '2007/11/1',
'date_finish' => '2007/11/8',
'description' => '与马东和刘伟单独会面',
'duration' => '6',
'duration_unit' => 'Days',
'percent_complete' => 100,
);
$sugar_demodata['project_seed_data']['audit']['project_tasks'][] = array(
'name' => '创建计划草案',
'date_start' => '2007/11/5',
'date_finish' => '2007/11/20',
'description' => '与马东和刘伟单独会面',
'duration' => '12',
'duration_unit' => 'Days',
'percent_complete' => 38,
);
$sugar_demodata['project_seed_data']['audit']['project_tasks'][] = array(
'name' => '外勤工作收集数据',
'date_start' => '2007/11/5',
'date_finish' => '2007/11/13',
'description' => '我们需要获得股东的支持',
'duration' => '17',
'duration_unit' => 'Days',
'percent_complete' => 75,
);
$sugar_demodata['project_seed_data']['audit']['project_tasks'][] = array(
'name' => '创建计划草案',
'date_start' => '2007/11/12',
'date_finish' => '2007/11/19',
'description' => 'Schedule the meeting with the head of business units to solicit help.',
'duration' => '6',
'duration_unit' => 'Days',
'percent_complete' => 0,
);
$sugar_demodata['project_seed_data']['audit']['project_tasks'][] = array(
'name' => '收集会议资料',
'date_start' => '2007/11/20',
'date_finish' => '2007/11/20',
'description' => '收集组织会议资料并归档',
'duration' => '1',
'duration_unit' => 'Days',
'percent_complete' => 0,
);
?>