Skip to content

Commit

Permalink
7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlorimer committed Oct 21, 2013
1 parent fe62cc7 commit 786e360
Show file tree
Hide file tree
Showing 178 changed files with 12,028 additions and 48 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
$entry_point_registry['responseEntryPoint'] = array(
'file' => 'modules/FP_events/responseEntryPoint.php',
'auth' => false
);
10 changes: 10 additions & 0 deletions custom/Extension/application/Ext/Include/Advanced OpenEvents.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<?php
//WARNING: The contents of this file are auto-generated
$beanList['FP_events'] = 'FP_events';
$beanFiles['FP_events'] = 'modules/FP_events/FP_events.php';
$moduleList[] = 'FP_events';
$beanList['FP_Event_Locations'] = 'FP_Event_Locations';
$beanFiles['FP_Event_Locations'] = 'modules/FP_Event_Locations/FP_Event_Locations.php';
$moduleList[] = 'FP_Event_Locations';

?>
22 changes: 22 additions & 0 deletions custom/Extension/application/Ext/Include/AdvancedOpenReports.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?php
//WARNING: The contents of this file are auto-generated
$beanList['AOR_Reports'] = 'AOR_Report';
$beanFiles['AOR_Report'] = 'modules/AOR_Reports/AOR_Report.php';
$moduleList[] = 'AOR_Reports';
$beanList['AOR_Fields'] = 'AOR_Field';
$beanFiles['AOR_Field'] = 'modules/AOR_Fields/AOR_Field.php';
$modules_exempt_from_availability_check['AOR_Fields'] = 'AOR_Fields';
$report_include_modules['AOR_Fields'] = 'AOR_Fields';
$modInvisList[] = 'AOR_Fields';
$beanList['AOR_Charts'] = 'AOR_Chart';
$beanFiles['AOR_Chart'] = 'modules/AOR_Charts/AOR_Chart.php';
$modules_exempt_from_availability_check['AOR_Charts'] = 'AOR_Charts';
$report_include_modules['AOR_Charts'] = 'AOR_Charts';
$modInvisList[] = 'AOR_Charts';
$beanList['AOR_Conditions'] = 'AOR_Condition';
$beanFiles['AOR_Condition'] = 'modules/AOR_Conditions/AOR_Condition.php';
$modules_exempt_from_availability_check['AOR_Conditions'] = 'AOR_Conditions';
$report_include_modules['AOR_Conditions'] = 'AOR_Conditions';
$modInvisList[] = 'AOR_Conditions';

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?php
/*********************************************************************************
* SugarCRM Community Edition is a customer relationship management program developed by
* SugarCRM, Inc. Copyright (C) 2004-2013 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".
********************************************************************************/


$app_list_strings['moduleList']['FP_events'] = 'Events';
$app_list_strings['moduleList']['FP_Event_Locations'] = 'Locations';
$app_list_strings['invite_template_list'][''] = '';

$app_list_strings['fp_event_invite_status_dom']['Invited'] = 'Invited';
$app_list_strings['fp_event_invite_status_dom']['Not Invited'] = 'Not Invited';
$app_list_strings['fp_event_invite_status_dom']['Attended'] = 'Attended';
$app_list_strings['fp_event_invite_status_dom']['Not Attended'] = 'Not Attended';
$app_list_strings['fp_event_status_dom']['Accepted'] = 'Accepted';
$app_list_strings['fp_event_status_dom']['Declined'] = 'Declined';
$app_list_strings['fp_event_status_dom']['No Response'] = 'No Response';

$app_strings['LBL_STATUS_EVENT'] = 'Invite Status';
$app_strings['LBL_ACCEPT_STATUS'] = 'Accept Status';
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
<?php
/**
* Advanced OpenReports, SugarCRM Reporting.
* @package Advanced OpenReports for SugarCRM
* @copyright SalesAgility Ltd http://www.salesagility.com
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU AFFERO GENERAL PUBLIC LICENSE as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* 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 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
*
* @author SalesAgility <info@salesagility.com>
*/


$app_list_strings['moduleList']['AOR_Reports'] = 'Reports';
$app_list_strings['moduleList']['AOR_Conditions'] = 'Report Conditions';
$app_list_strings['moduleList']['AOR_Charts'] = 'Report Charts';
$app_list_strings['moduleList']['AOR_Fields'] = 'Report Fields';
$app_list_strings['aor_operator_list']['Equal_To'] = 'Equal To';
$app_list_strings['aor_operator_list']['Not_Equal_To'] = 'Not Equal To';
$app_list_strings['aor_operator_list']['Greater_Than'] = 'Greater Than';
$app_list_strings['aor_operator_list']['Less_Than'] = 'Less Than';
$app_list_strings['aor_operator_list']['Greater_Than_or_Equal_To'] = 'Greater Than or Equal To';
$app_list_strings['aor_operator_list']['Less_Than_or_Equal_To'] = 'Less Than or Equal To';
$app_list_strings['aor_sql_operator_list']['Equal_To'] = '=';
$app_list_strings['aor_sql_operator_list']['Not_Equal_To'] = '!=';
$app_list_strings['aor_sql_operator_list']['Greater_Than'] = '>';
$app_list_strings['aor_sql_operator_list']['Less_Than'] = '<';
$app_list_strings['aor_sql_operator_list']['Greater_Than_or_Equal_To'] = '>=';
$app_list_strings['aor_sql_operator_list']['Less_Than_or_Equal_To'] = '<=';
$app_list_strings['aor_condition_operator_list']['And'] = 'And';
$app_list_strings['aor_condition_operator_list']['OR'] = 'OR';
$app_list_strings['aor_condition_type_list']['Value'] = 'Value';
$app_list_strings['aor_condition_type_list']['Field'] = 'Field';
$app_list_strings['aor_condition_type_list']['Date'] = 'Date';
$app_list_strings['aor_condition_type_list']['Multi'] = 'Multiple';
$app_list_strings['aor_date_type_list'][''] = '';
$app_list_strings['aor_date_type_list']['minute'] = 'Minutes';
$app_list_strings['aor_date_type_list']['hour'] = 'Hours';
$app_list_strings['aor_date_type_list']['day'] = 'Days';
$app_list_strings['aor_date_type_list']['week'] = 'Weeks';
$app_list_strings['aor_date_type_list']['month'] = 'Months';
$app_list_strings['aor_date_type_list']['business_hours'] = 'Business Hours';
$app_list_strings['aor_date_options']['now'] = 'Now';
$app_list_strings['aor_date_options']['field'] = 'This Field';
$app_list_strings['aor_date_operator']['now'] = '';
$app_list_strings['aor_date_operator']['plus'] = '+';
$app_list_strings['aor_date_operator']['minus'] = '-';
$app_list_strings['aor_sort_operator'][''] = '';
$app_list_strings['aor_sort_operator']['ASC'] = 'Ascending';
$app_list_strings['aor_sort_operator']['DESC'] = 'Descending';
$app_list_strings['aor_function_list'][''] = '';
$app_list_strings['aor_function_list']['COUNT'] = 'Count';
$app_list_strings['aor_function_list']['MIN'] = 'Minimum';
$app_list_strings['aor_function_list']['MAX'] = 'Maximum';
$app_list_strings['aor_function_list']['SUM'] = 'Sum';
$app_list_strings['aor_function_list']['AVG'] = 'Average';
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
//WARNING: The contents of this file are auto-generated
include('custom/metadata/fp_event_locations_fp_events_1MetaData.php');

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
//WARNING: The contents of this file are auto-generated
include('custom/metadata/fp_events_contactsMetaData.php');

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
//WARNING: The contents of this file are auto-generated
include('custom/metadata/fp_events_fp_event_delegates_1MetaData.php');

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
//WARNING: The contents of this file are auto-generated
include('custom/metadata/fp_events_fp_event_locations_1MetaData.php');

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
//WARNING: The contents of this file are auto-generated
include('custom/metadata/fp_events_leads_1MetaData.php');

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?php
//WARNING: The contents of this file are auto-generated
include('custom/metadata/fp_events_prospects_1MetaData.php');

?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:29
// created: 2013-10-21 11:55:13

?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:28
// created: 2013-10-21 11:55:13

?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:27
// created: 2013-10-21 11:55:12

?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:27
// created: 2013-10-21 11:55:12

?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:32
// created: 2013-10-21 11:55:15

?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:31
// created: 2013-10-21 11:55:14

?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:30
// created: 2013-10-21 11:55:14

?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:30
// created: 2013-10-21 11:55:13

?>
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
<?php
//THIS FILE IS AUTO GENERATED, DO NOT MODIFY
$mod_strings['LBL_FP_EVENTS_CONTACTS_FROM_FP_EVENTS_TITLE'] = 'Events';
$mod_strings['LBL_FP_EVENT_DELEGATES_CONTACTS_1_FROM_FP_EVENT_DELEGATES_TITLE'] = 'Delegates';
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?php
// created: 2013-04-15 12:13:27
$layout_defs["Contacts"]["subpanel_setup"]['fp_events_contacts'] = array (
'order' => 100,
'module' => 'FP_events',
'subpanel_name' => 'default',
'sort_order' => 'asc',
'sort_by' => 'id',
'title_key' => 'LBL_FP_EVENTS_CONTACTS_FROM_FP_EVENTS_TITLE',
'get_subpanel_data' => 'fp_events_contacts',
'top_buttons' =>
array (
0 =>
array (
'widget_class' => 'SubPanelTopButtonQuickCreate',
),
1 =>
array (
'widget_class' => 'SubPanelTopSelectButton',
'mode' => 'MultiSelect',
),
),
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?php
// created: 2013-04-15 12:13:27
$dictionary["Contact"]["fields"]["fp_events_contacts"] = array (
'name' => 'fp_events_contacts',
'type' => 'link',
'relationship' => 'fp_events_contacts',
'source' => 'non-db',
'vname' => 'LBL_FP_EVENTS_CONTACTS_FROM_FP_EVENTS_TITLE',
);
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<?php

$dictionary['Contact']['fields']['e_invite_status_fields'] =
array (
'name' => 'e_invite_status_fields',
'rname' => 'id',
'relationship_fields'=>array('id' => 'event_invite_id', 'invite_status' => 'event_status_name'),
'vname' => 'LBL_CONT_INVITE_STATUS',
'type' => 'relate',
'link' => 'fp_events_contacts',
'link_type' => 'relationship_info',
'join_link_name' => 'fp_events_contacts',
'source' => 'non-db',
'importable' => 'false',
'duplicate_merge'=> 'disabled',
'studio' => false,
);

$dictionary['Contact']['fields']['event_status_name'] =
array(
'massupdate' => false,
'name' => 'event_status_name',
'type' => 'enum',
'studio' => 'false',
'source' => 'non-db',
'vname' => 'LBL_LIST_INVITE_STATUS_EVENT',
'options' => 'fp_event_invite_status_dom',
'importable' => 'false',
);
$dictionary['Contact']['fields']['event_invite_id'] =
array(
'name' => 'event_invite_id',
'type' => 'varchar',
'source' => 'non-db',
'vname' => 'LBL_LIST_INVITE_STATUS',
'studio' => array('listview' => false),
);


$dictionary['Contact']['fields']['e_accept_status_fields'] =
array (
'name' => 'e_accept_status_fields',
'rname' => 'id',
'relationship_fields'=>array('id' => 'event_status_id', 'accept_status' => 'event_accept_status'),
'vname' => 'LBL_CONT_ACCEPT_STATUS',
'type' => 'relate',
'link' => 'fp_events_contacts',
'link_type' => 'relationship_info',
'join_link_name' => 'fp_events_contacts',
'source' => 'non-db',
'importable' => 'false',
'duplicate_merge'=> 'disabled',
'studio' => false,
);


$dictionary['Contact']['fields']['event_accept_status'] =
array(
'massupdate' => false,
'name' => 'event_accept_status',
'type' => 'enum',
'studio' => 'false',
'source' => 'non-db',
'vname' => 'LBL_LIST_ACCEPT_STATUS_EVENT',
'options' => 'fp_event_status_dom',
'importable' => 'false',
);
$dictionary['Contact']['fields']['event_status_id'] =
array(
'name' => 'event_status_id',
'type' => 'varchar',
'source' => 'non-db',
'vname' => 'LBL_LIST_ACCEPT_STATUS',
'studio' => array('listview' => false),
);
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:36
// created: 2013-10-21 11:55:16

?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:34
// created: 2013-10-21 11:55:16

?>
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?php
// created: 2013-10-20 21:41:33
// created: 2013-10-21 11:55:15

?>
Loading

0 comments on commit 786e360

Please sign in to comment.