|
iTx Technologies offre gratuitement
|
||
[Vue sommaire] [Imprimer] [Vue textuelle]
1 <?php 2 if(!defined('sugarEntry') || !sugarEntry) die('Not A Valid Entry Point'); 3 /********************************************************************************* 4 * SugarCRM is a customer relationship management program developed by 5 * SugarCRM, Inc. Copyright (C) 2004 - 2009 SugarCRM Inc. 6 * 7 * This program is free software; you can redistribute it and/or modify it under 8 * the terms of the GNU General Public License version 3 as published by the 9 * Free Software Foundation with the addition of the following permission added 10 * to Section 15 as permitted in Section 7(a): FOR ANY PART OF THE COVERED WORK 11 * IN WHICH THE COPYRIGHT IS OWNED BY SUGARCRM, SUGARCRM DISCLAIMS THE WARRANTY 12 * OF NON INFRINGEMENT OF THIRD PARTY RIGHTS. 13 * 14 * This program is distributed in the hope that it will be useful, but WITHOUT 15 * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS 16 * FOR A PARTICULAR PURPOSE. See the GNU General Public License for more 17 * details. 18 * 19 * You should have received a copy of the GNU General Public License along with 20 * this program; if not, see http://www.gnu.org/licenses or write to the Free 21 * Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 22 * 02110-1301 USA. 23 * 24 * You can contact SugarCRM, Inc. headquarters at 10050 North Wolfe Road, 25 * SW2-130, Cupertino, CA 95014, USA. or at email address contact@sugarcrm.com. 26 * 27 * The interactive user interfaces in modified source and object code versions 28 * of this program must display Appropriate Legal Notices, as required under 29 * Section 5 of the GNU General Public License version 3. 30 * 31 * In accordance with Section 7(b) of the GNU General Public License version 3, 32 * these Appropriate Legal Notices must retain the display of the "Powered by 33 * SugarCRM" logo. If the display of the logo is not reasonably feasible for 34 * technical reasons, the Appropriate Legal Notices must display the words 35 * "Powered by SugarCRM". 36 ********************************************************************************/ 37 38 39 //users demodata 40 //VP 41 global $sugar_demodata; 42 $sugar_demodata['users'][0] = array( 43 'id' => 'seed_jim_id', 44 'last_name' => 'ブレナン', 45 'first_name' => 'ジーム', 46 'user_name' => 'jim', 47 'title' => 'Sales Manager West', 48 'is_admin' => false, 49 'reports_to' => null, 50 'reports_to_name' => null, 51 'email' => 'jim@example.com' 52 ); 53 54 //west team 55 $sugar_demodata['users'][] = array( 56 'id' => 'seed_sarah_id', 57 'last_name' => 'スミス', 58 'first_name' => 'サーラー', 59 'user_name' => 'sarah', 60 'title' => 'Sales Manager West', 61 'is_admin' => false, 62 'reports_to' => 'seed_jim_id', 63 'reports_to_name' => 'ブレナン, ジーム', 64 'email' => 'sarah@example.com' 65 ); 66 67 $sugar_demodata['users'][] = array( 68 'id' => 'seed_sally_id', 69 'last_name' => 'ブロンソン', 70 'first_name' => 'サーリー', 71 'user_name' => 'sally', 72 'title' => 'Senior Account Rep', 73 'is_admin' => false, 74 'reports_to' => 'seed_sarah_id', 75 'reports_to_name' => 'スミス, サーラー', 76 'email' => 'sally@example.com' 77 ); 78 79 $sugar_demodata['users'][] = array( 80 'id' => 'seed_max_id', 81 'last_name' => 'ジェンソン', 82 'first_name' => 'マクス', 83 'user_name' => 'max', 84 'title' => 'Account Rep', 85 'is_admin' => false, 86 'reports_to' => 'seed_sarah_id', 87 'reports_to_name' => 'スミス、サーラー', 88 'email' => 'tom@example.com' 89 ); 90 91 //east team 92 $sugar_demodata['users'][] = array( 93 'id' => 'seed_will_id', 94 'last_name' => 'ウエストン', 95 'first_name' => 'ウイル', 96 'user_name' => 'will', 97 'title' => 'Sales Manager East', 98 'is_admin' => false, 99 'reports_to' => 'seed_jim_id', 100 'reports_to_name' => 'ブレナン, ジーム', 101 'email' => 'will@example.com' 102 ); 103 104 $sugar_demodata['users'][] = array( 105 'id' => 'seed_chris_id', 106 'last_name' => 'オリバー', 107 'first_name' => 'クリス', 108 'user_name' => 'chris', 109 'title' => 'Senior Account Rep', 110 'is_admin' => false, 111 'reports_to' => 'seed_will_id', 112 'reports_to_name' => 'ウエストン, ウイル', 113 'email' => 'chris@example.com' 114 ); 115 116 //teams demodata 117 $sugar_demodata['teams'][] = array( 118 'name' => 'East イースト', 119 'description' => 'これは東のためのチームです。', 120 'team_id' => 'East', 121 ); 122 123 $sugar_demodata['teams'][] = array( 124 'name' => 'West イースト', 125 'description' => 'Westウエスト", "これは西のためのチームです。 ', 126 'team_id' => 'West', 127 ); 128 129 130 //company name array 131 $sugar_demodata['company_name_array'] = array( 132 "Butée Torique", 133 "Targéte", 134 "Wally Marté", 135 "Bünde-Mitte", 136 "Fabriqué Interationål", 137 "Életriqué Géneråle", 138 "Bénellî GMBh", 139 "реклама", 140 "Berufskolleg für Elektrotechnik", 141 "プロダクションG.I.", 142 "パンダビジュアル", 143 "A.B.ケアブレインズ", 144 "株式会社未来商事", 145 ); 146 147 //contacts accounts 148 $sugar_demodata['last_name_array'] = array( 149 "Cumberbund", 150 "Reînhold", 151 "für Büurigérre", 152 "Înténåénd", 153 "Väestörekisterikeskus", 154 "Elenå", 155 "あおき", 156 "オーラム", 157 "タイロー", 158 "ノルドウエル", 159 "ロベルトス", 160 "上原", 161 "伊藤", 162 "吉田", 163 "土見", 164 "大空寺", 165 "天川", 166 "小林", 167 "平", 168 "玉野", 169 "石橋", 170 "窪田", 171 "真田", 172 "徳川", 173 "菊地", 174 "谷山", 175 "速瀬", 176 "野島", 177 "青木", 178 "香月", 179 "鳴海", 180 ); 181 182 $sugar_demodata['first_name_array'] = array( 183 "Johånnes", 184 "Hénri", 185 "Marîe", 186 "Lars", 187 "Österreich", 188 "Klaüse", 189 "Александра", 190 "Валерия", 191 "Виктория", 192 "あゆ", 193 "クリス", 194 "クリント", 195 "さやか", 196 "ジェイコブ", 197 "ジョン", 198 "はるか", 199 "ひと美", 200 "まゆ", 201 "まりこ", 202 "モトコ", 203 "ラーズ", 204 "孝之", 205 "五郎", 206 "徹", 207 "紀章", 208 "勝昭", 209 "正二", 210 "健太", 211 "敏文", 212 ); 213 214 215 $sugar_demodata['company_name_array'] = array( 216 "Butée Torique", 217 "Targéte", 218 "Wally Marté", 219 "Bünde-Mitte", 220 "Fabriqué Interationål", 221 "Életriqué Géneråle", 222 "Bénellî GMBh", 223 "реклама", 224 "Berufskolleg für Elektrotechnik", 225 "プロダクションG.I.", 226 "パンダビジュアル", 227 "A.B.ケアブレインズ", 228 "株式会社未来商事", 229 ); 230 231 232 $sugar_demodata['street_address_array'] = array( 233 "123 Any Street", 234 "562 38th Avenue", 235 "2 Penultimate Loop", 236 "3 Ôester Ĭsland", 237 "777 ΩΔΠβκτηηκμ", 238 "10 Besançon Ave", 239 "4542 Rue Chambéry", 240 "678 Rue St. Angoulême", 241 "三番町1-2-5", 242 "富士見が丘545", 243 "北見通り659", 244 "海岸通り975", 245 "3丁目2-5", 246 "金岡町54654", 247 "多古4678", 248 "大洲5454", 249 "海浜幕張4789", 250 "御茶ノ水647", 251 ); 252 253 254 $sugar_demodata['city_array'] = array ( 255 "Nice", 256 "Orléans", 257 "San Francisco", 258 "Cupertino", 259 "New York", 260 "London", 261 "Moscow", 262 "Lisbon", 263 "Böblingen", 264 "Thüringen", 265 "中央区", 266 "京都市", 267 "ニューヨーク", 268 "サンフランシスコ", 269 "ロサンゼルス", 270 "ロンドン", 271 "シカゴ", 272 ); 273 274 275 //cases demo data 276 $sugar_demodata['case_seed_names'] = array( 277 'プラグが差し込めません', 278 'システムが異常に高速に動作中', 279 'カスタマイズの支援について', 280 '追加ライセンスの購入について', 281 '間違ったブラウザを使用する場合の警告メッセージ' 282 ); 283 $sugar_demodata['note_seed_names_and_Descriptions'] = array( 284 array('お客様情報の追加','3,000人のお客様にコンタクトすること'), 285 array('コール情報','再コールにより電話。いい話になった。'), 286 array('誕生日','担当者は10月生まれ'), 287 array('お歳暮','お歳暮は歓迎される。来年のためにリスト化すること。') 288 ); 289 $sugar_demodata['call_seed_data_names'] = array( 290 '提案について詳細情報を得ること', 291 'メッセージを残した', 292 '都合が悪いとのこと。掛けなおし', 293 'レビュープロセスの討議' 294 ); 295 296 297 //titles 298 $sugar_demodata['titles'] = array( 299 "President", 300 "VP Operations", 301 "VP Sales", 302 "Director Operations", 303 "Director Sales", 304 "Mgr Operations", 305 "IT Developer", 306 ""); 307 308 //tasks 309 $sugar_demodata['task_seed_data_names'] = array( 310 'Assemble catalogs', 311 'Make travel arrangements', 312 'Send a letter', 313 'Send contract', 314 'Send fax', 315 'Send a follow-up letter', 316 'Send literature', 317 'Send proposal', 318 'Send quote', 319 'Call to schedule meeting', 320 'Setup evaluation', 321 'Get demo feedback', 322 'Arrange introduction', 323 'Escalate support request', 324 'Close out support request', 325 'Ship product', 326 'Arrange reference call', 327 'Schedule training', 328 'Send local user group information', 329 'Add to mailing list', 330 ); 331 332 //meetings 333 $sugar_demodata['meeting_seed_data_names'] = array( 334 'Follow-up on proposal', 335 'Initial discussion', 336 'Review needs', 337 'Discuss pricing', 338 'Demo', 339 'Introduce all players', 340 ); 341 $sugar_demodata['meeting_seed_data_descriptions'] = 'Meeting to discuss project plan and hash out the details of implementation'; 342 343 //emails 344 $sugar_demodata['email_seed_data_subjects'] = array( 345 'Follow-up on proposal', 346 'Initial discussion', 347 'Review needs', 348 'Discuss pricing', 349 'Demo', 350 'Introduce all players', 351 ); 352 $sugar_demodata['email_seed_data_descriptions'] = 'Meeting to discuss project plan and hash out the details of implementation'; 353 354 //leads 355 $sugar_demodata['primary_address_state'] = 'CA'; 356 $sugar_demodata['billing_address_state']['east'] = 'NY'; 357 $sugar_demodata['billing_address_state']['west'] = 'CA'; 358 $sugar_demodata['primary_address_country'] = 'USA'; 359 360 //manufacturers 361 $sugar_demodata['manufacturer_seed_data_names'] = array( 362 'TekkyWare Inc.', 363 'Wally\'s Widget World' 364 ); 365 366 //Shippers 367 $sugar_demodata['shipper_seed_data_names'] = array( 368 'FedEx', 369 'USPS Ground' 370 ); 371 372 //productcategories 373 $sugar_demodata['category_ext_name'] = ' Widgets'; 374 $sugar_demodata['product_ext_name'] = ' Gadget'; 375 $sugar_demodata['productcategory_seed_data_names'] = array( 376 'Desktops', 377 'Laptops', 378 'Stationary Widgets', 379 'Wobbly Widgets' 380 ); 381 382 //producttype 383 $sugar_demodata['producttype_seed_data_names']= array( 384 'Widgets', 385 'Hardware', 386 'Support Contract' 387 ); 388 389 //taxrate 390 $sugar_demodata['taxrate_seed_data'][] = array( 391 'name' => '8.25 - Cupertino, CA', 392 'value' => '8.25', 393 ); 394 395 $sugar_demodata['currency_seed_data'][] = array( 396 'name' => 'Euro', 397 'conversion_rate' => 0.9, 398 'iso4217' => 'EUR', 399 'symbol' => '€', 400 ); 401 402 //producttemplate 403 $sugar_demodata['producttemplate_seed_data'][] = array( 404 'name' => 'TK 1000 Desktop', 405 'tax_class' => 'Taxable', 406 'cost_price' => 500.00, 407 'cost_usdollar' => 500.00, 408 'list_price' => 800.00, 409 'list_usdollar' => 800.00, 410 'discount_price' => 800.00, 411 'discount_usdollar' => 800.00, 412 'pricing_formula' => 'IsList', 413 'mft_part_num' => 'XYZ7890122222', 414 'pricing_factor' => '1', 415 'status' => 'Available', 416 'weight' => 20.0, 417 'date_available' => '2004-10-15', 418 'qty_in_stock' => '72', 419 ); 420 421 $sugar_demodata['producttemplate_seed_data'][] = array( 422 'name' => 'TK 1000 Desktop', 423 'tax_class' => 'Taxable', 424 'cost_price' => 600.00, 425 'cost_usdollar' => 600.00, 426 'list_price' => 900.00, 427 'list_usdollar' => 900.00, 428 'discount_price' => 900.00, 429 'discount_usdollar' => 900.00, 430 'pricing_formula' => 'IsList', 431 'mft_part_num' => 'XYZ7890123456', 432 'pricing_factor' => '1', 433 'status' => 'Available', 434 'weight' => 20.0, 435 'date_available' => '2004-10-15', 436 'qty_in_stock' => '65', 437 ); 438 439 $sugar_demodata['producttemplate_seed_data'][] = array( 440 'name' => 'TK m30 Desktop', 441 'tax_class' => 'Taxable', 442 'cost_price' => 1300.00, 443 'cost_usdollar' => 1300.00, 444 'list_price' => 1700.00, 445 'list_usdollar' => 1700.00, 446 'discount_price' => 1625.00, 447 'discount_usdollar' => 1625.00, 448 'pricing_formula' => 'ProfitMargin', 449 'mft_part_num' => 'ABCD123456890', 450 'pricing_factor' => '20', 451 'status' => 'Available', 452 'weight' => 5.0, 453 'date_available' => '2004-10-15', 454 'qty_in_stock' => '12', 455 ); 456 457 $sugar_demodata['producttemplate_seed_data'][] = array( 458 'name' => 'Reflective Mirror Widget', 459 'tax_class' => 'Taxable', 460 'cost_price' => 200.00, 461 'cost_usdollar' => 200.00, 462 'list_price' => 325.00, 463 'list_usdollar' => 325.00, 464 'discount_price' => 266.50, 465 'discount_usdollar' => 266.50, 466 'pricing_formula' => 'PercentageDiscount', 467 'mft_part_num' => '2.0', 468 'pricing_factor' => '20', 469 'status' => 'Available', 470 'weight' => 20.0, 471 'date_available' => '2004-10-15', 472 'qty_in_stock' => '65', 473 ); 474 475 $sugar_demodata['contract_seed_data'][] = array( 476 'name' => 'IT Tech Support for Moon Base', 477 'reference_code' => 'EMP-9802', 478 'total_contract_value' => '500600.01', 479 'start_date' => '2010-05-15', 480 'end_date' => '2020-05-15', 481 'company_signed_date' => '2010-03-15', 482 'customer_signed_date' => '2010-03-16', 483 'description' => 'This is a sub-contract for a very large, very hush-hush project on the moon of Endor.', 484 ); 485 486 $sugar_demodata['contract_seed_data'][] = array( 487 'name' => 'Ion Engines for Empire', 488 'reference_code' => 'EMP-7277', 489 'total_contract_value' => '333444.34', 490 'start_date' => '2010-05-15', 491 'end_date' => '2020-05-15', 492 'company_signed_date' => '2010-03-15', 493 'customer_signed_date' => '2010-03-16', 494 'description' => 'In competition with Sienar Fleet Systems for this one.', 495 ); 496 497 $sugar_demodata['project_seed_data']['audit'] = array( 498 'name' => 'Create new project plan for audit', 499 'description' => 'Annual audit coming up next month.', 500 'estimated_start_date' => '2007-11-01', 501 'estimated_end_date' => '2007-12-31', 502 'status' => 'Draft', 503 'priority' => 'medium', 504 ); 505 506 $sugar_demodata['project_seed_data']['audit']['project_tasks'][] = array( 507 'name' => 'Communicate to stakeholders', 508 'date_start' => '2007/11/1', 509 'date_finish' => '2007/11/8', 510 'description' => 'Schedule individual meetings with Will, Max, and Sarah.', 511 'duration' => '6', 512 'duration_unit' => 'Days', 513 'percent_complete' => 100, 514 ); 515 516 $sugar_demodata['project_seed_data']['audit']['project_tasks'][] = array( 517 'name' => 'Create draft of the plan', 518 'date_start' => '2007/11/5', 519 'date_finish' => '2007/11/20', 520 'description' => 'Schedule individual meetings with Will, Max, and Sarah.', 521 'duration' => '12', 522 'duration_unit' => 'Days', 523 'percent_complete' => 38, 524 ); 525 526 $sugar_demodata['project_seed_data']['audit']['project_tasks'][] = array( 527 'name' => 'Field work for collecting data.', 528 'date_start' => '2007/11/5', 529 'date_finish' => '2007/11/13', 530 'description' => 'We need to get approval from all stakeholders on the plan', 531 'duration' => '17', 532 'duration_unit' => 'Days', 533 'percent_complete' => 75, 534 ); 535 536 $sugar_demodata['project_seed_data']['audit']['project_tasks'][] = array( 537 'name' => 'Create draft of the plan', 538 'date_start' => '2007/11/12', 539 'date_finish' => '2007/11/19', 540 'description' => 'Schedule the meeting with the head of business units to solicit help.', 541 'duration' => '6', 542 'duration_unit' => 'Days', 543 'percent_complete' => 0, 544 ); 545 546 $sugar_demodata['project_seed_data']['audit']['project_tasks'][] = array( 547 'name' => 'Gather data from meetings', 548 'date_start' => '2007/11/20', 549 'date_finish' => '2007/11/20', 550 'description' => 'Need to organize the data and put it in the right spreadsheet.', 551 'duration' => '1', 552 'duration_unit' => 'Days', 553 'percent_complete' => 0, 554 ); 555 556 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
|
|
|
|