-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed git to allow all modules to install from git
- Loading branch information
1 parent
44eb633
commit 0882dfe
Showing
16 changed files
with
3,775 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
custom/application/Ext/EntryPointRegistry/entry_point_registry.ext.php
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?php | ||
//WARNING: The contents of this file are auto-generated | ||
|
||
|
||
$entry_point_registry['QuickCRMgetConfig'] = array( | ||
'file' => 'custom/QuickCRM/getConfig.php', | ||
'auth' => false | ||
); | ||
|
||
|
||
$entry_point_registry['responseEntryPoint'] = array( | ||
'file' => 'modules/FP_events/responseEntryPoint.php', | ||
'auth' => false | ||
); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<?php | ||
//WARNING: The contents of this file are auto-generated | ||
|
||
|
||
/** | ||
* Advanced OpenWorkflow, Automating SugarCRM. | ||
* @package Advanced OpenWorkflow 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 <[email protected]> | ||
*/ | ||
|
||
$extensions["schedulers"] = array("section" => "aow_actions", "extdir" => "Actions", "file" => 'actions.ext.php', "module" => "AOW_Actions"); | ||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,152 @@ | ||
<?php | ||
//WARNING: The contents of this file are auto-generated | ||
|
||
|
||
//WARNING: The contents of this file are auto-generated | ||
$beanList['AOW_Actions'] = 'AOW_Action'; | ||
$beanFiles['AOW_Action'] = 'modules/AOW_Actions/AOW_Action.php'; | ||
$modules_exempt_from_availability_check['AOW_Actions'] = 'AOW_Actions'; | ||
$report_include_modules['AOW_Actions'] = 'AOW_Actions'; | ||
$modInvisList[] = 'AOW_Actions'; | ||
$beanList['AOW_WorkFlow'] = 'AOW_WorkFlow'; | ||
$beanFiles['AOW_WorkFlow'] = 'modules/AOW_WorkFlow/AOW_WorkFlow.php'; | ||
$moduleList[] = 'AOW_WorkFlow'; | ||
$beanList['AOW_Processed'] = 'AOW_Processed'; | ||
$beanFiles['AOW_Processed'] = 'modules/AOW_Processed/AOW_Processed.php'; | ||
$modules_exempt_from_availability_check['AOW_Processed'] = 'AOW_Processed'; | ||
$report_include_modules['AOW_Processed'] = 'AOW_Processed'; | ||
$modInvisList[] = 'AOW_Processed'; | ||
$beanList['AOW_Conditions'] = 'AOW_Condition'; | ||
$beanFiles['AOW_Condition'] = 'modules/AOW_Conditions/AOW_Condition.php'; | ||
$modules_exempt_from_availability_check['AOW_Conditions'] = 'AOW_Conditions'; | ||
$report_include_modules['AOW_Conditions'] = 'AOW_Conditions'; | ||
$modInvisList[] = 'AOW_Conditions'; | ||
|
||
|
||
|
||
//WARNING: The contents of this file are auto-generated | ||
$beanList['Calls_Reschedule'] = 'Calls_Reschedule'; | ||
$beanFiles['Calls_Reschedule'] = 'modules/Calls_Reschedule/Calls_Reschedule.php'; | ||
$modules_exempt_from_availability_check['Calls_Reschedule'] = 'Calls_Reschedule'; | ||
$report_include_modules['Calls_Reschedule'] = 'Calls_Reschedule'; | ||
$modInvisList[] = 'Calls_Reschedule'; | ||
|
||
|
||
|
||
//WARNING: The contents of this file are auto-generated | ||
$beanList['jjwg_Maps'] = 'jjwg_Maps'; | ||
$beanFiles['jjwg_Maps'] = 'modules/jjwg_Maps/jjwg_Maps.php'; | ||
$moduleList[] = 'jjwg_Maps'; | ||
$beanList['jjwg_Markers'] = 'jjwg_Markers'; | ||
$beanFiles['jjwg_Markers'] = 'modules/jjwg_Markers/jjwg_Markers.php'; | ||
$moduleList[] = 'jjwg_Markers'; | ||
$beanList['jjwg_Areas'] = 'jjwg_Areas'; | ||
$beanFiles['jjwg_Areas'] = 'modules/jjwg_Areas/jjwg_Areas.php'; | ||
$moduleList[] = 'jjwg_Areas'; | ||
$beanList['jjwg_Address_Cache'] = 'jjwg_Address_Cache'; | ||
$beanFiles['jjwg_Address_Cache'] = 'modules/jjwg_Address_Cache/jjwg_Address_Cache.php'; | ||
$moduleList[] = 'jjwg_Address_Cache'; | ||
|
||
|
||
|
||
//WARNING: The contents of this file are auto-generated | ||
$beanList['AOS_Contracts'] = 'AOS_Contracts'; | ||
$beanFiles['AOS_Contracts'] = 'modules/AOS_Contracts/AOS_Contracts.php'; | ||
$moduleList[] = 'AOS_Contracts'; | ||
$beanList['AOS_Invoices'] = 'AOS_Invoices'; | ||
$beanFiles['AOS_Invoices'] = 'modules/AOS_Invoices/AOS_Invoices.php'; | ||
$moduleList[] = 'AOS_Invoices'; | ||
$beanList['AOS_PDF_Templates'] = 'AOS_PDF_Templates'; | ||
$beanFiles['AOS_PDF_Templates'] = 'modules/AOS_PDF_Templates/AOS_PDF_Templates.php'; | ||
$moduleList[] = 'AOS_PDF_Templates'; | ||
$beanList['AOS_Product_Categories'] = 'AOS_Product_Categories'; | ||
$beanFiles['AOS_Product_Categories'] = 'modules/AOS_Product_Categories/AOS_Product_Categories.php'; | ||
$moduleList[] = 'AOS_Product_Categories'; | ||
$beanList['AOS_Products'] = 'AOS_Products'; | ||
$beanFiles['AOS_Products'] = 'modules/AOS_Products/AOS_Products.php'; | ||
$moduleList[] = 'AOS_Products'; | ||
$beanList['AOS_Products_Quotes'] = 'AOS_Products_Quotes'; | ||
$beanFiles['AOS_Products_Quotes'] = 'modules/AOS_Products_Quotes/AOS_Products_Quotes.php'; | ||
$modules_exempt_from_availability_check['AOS_Products_Quotes'] = 'AOS_Products_Quotes'; | ||
$report_include_modules['AOS_Products_Quotes'] = 'AOS_Products_Quotes'; | ||
$modInvisList[] = 'AOS_Products_Quotes'; | ||
$beanList['AOS_Line_Item_Groups'] = 'AOS_Line_Item_Groups'; | ||
$beanFiles['AOS_Line_Item_Groups'] = 'modules/AOS_Line_Item_Groups/AOS_Line_Item_Groups.php'; | ||
$modules_exempt_from_availability_check['AOS_Line_Item_Groups'] = 'AOS_Line_Item_Groups'; | ||
$report_include_modules['AOS_Line_Item_Groups'] = 'AOS_Line_Item_Groups'; | ||
$modInvisList[] = 'AOS_Line_Item_Groups'; | ||
$beanList['AOS_Quotes'] = 'AOS_Quotes'; | ||
$beanFiles['AOS_Quotes'] = 'modules/AOS_Quotes/AOS_Quotes.php'; | ||
$moduleList[] = 'AOS_Quotes'; | ||
|
||
|
||
|
||
//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'; | ||
|
||
|
||
|
||
//WARNING: The contents of this file are auto-generated | ||
$beanList['SecurityGroups'] = 'SecurityGroup'; | ||
$beanFiles['SecurityGroup'] = 'modules/SecurityGroups/SecurityGroup.php'; | ||
$moduleList[] = 'SecurityGroups'; | ||
|
||
|
||
|
||
//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'; | ||
|
||
|
||
|
||
//WARNING: The contents of this file are auto-generated | ||
$beanList['AOP_Case_Events'] = 'AOP_Case_Events'; | ||
$beanFiles['AOP_Case_Events'] = 'modules/AOP_Case_Events/AOP_Case_Events.php'; | ||
$modules_exempt_from_availability_check['AOP_Case_Events'] = 'AOP_Case_Events'; | ||
$report_include_modules['AOP_Case_Events'] = 'AOP_Case_Events'; | ||
$modInvisList[] = 'AOP_Case_Events'; | ||
$beanList['AOP_Case_Updates'] = 'AOP_Case_Updates'; | ||
$beanFiles['AOP_Case_Updates'] = 'modules/AOP_Case_Updates/AOP_Case_Updates.php'; | ||
$modules_exempt_from_availability_check['AOP_Case_Updates'] = 'AOP_Case_Updates'; | ||
$report_include_modules['AOP_Case_Updates'] = 'AOP_Case_Updates'; | ||
$modInvisList[] = 'AOP_Case_Updates'; | ||
|
||
|
||
|
||
//WARNING: The contents of this file are auto-generated | ||
$beanList['jjwg_Maps'] = 'jjwg_Maps'; | ||
$beanFiles['jjwg_Maps'] = 'modules/jjwg_Maps/jjwg_Maps.php'; | ||
$moduleList[] = 'jjwg_Maps'; | ||
$beanList['jjwg_Markers'] = 'jjwg_Markers'; | ||
$beanFiles['jjwg_Markers'] = 'modules/jjwg_Markers/jjwg_Markers.php'; | ||
$moduleList[] = 'jjwg_Markers'; | ||
$beanList['jjwg_Areas'] = 'jjwg_Areas'; | ||
$beanFiles['jjwg_Areas'] = 'modules/jjwg_Areas/jjwg_Areas.php'; | ||
$moduleList[] = 'jjwg_Areas'; | ||
$beanList['jjwg_Address_Cache'] = 'jjwg_Address_Cache'; | ||
$beanFiles['jjwg_Address_Cache'] = 'modules/jjwg_Address_Cache/jjwg_Address_Cache.php'; | ||
$moduleList[] = 'jjwg_Address_Cache'; | ||
|
||
|
||
?> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,118 @@ | ||
<?php | ||
//WARNING: The contents of this file are auto-generated | ||
|
||
|
||
/** | ||
* Products, Quotations & Invoices modules. | ||
* Extensions to SugarCRM | ||
* @package Advanced OpenSales for SugarCRM | ||
* @subpackage Products | ||
* @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 Ltd <[email protected]> | ||
* | ||
* German localisation by Claudia Haring, [email protected] | ||
* | ||
*/ | ||
|
||
$app_list_strings['moduleList']['AOS_Contracts'] = 'Verträge'; | ||
$app_list_strings['moduleList']['AOS_Invoices'] = 'Rechnungen'; | ||
$app_list_strings['moduleList']['AOS_PDF_Templates'] = 'PDF Vorlagen'; | ||
$app_list_strings['moduleList']['AOS_Product_Categories'] = 'Product Categories'; | ||
$app_list_strings['moduleList']['AOS_Products'] = 'Produkte'; | ||
$app_list_strings['moduleList']['AOS_Products_Quotes'] = 'Produkt Angebot'; | ||
$app_list_strings['moduleList']['AOS_Line_Item_Groups'] = 'Positionsgruppen'; | ||
$app_list_strings['moduleList']['AOS_Quotes'] = 'Angebote'; | ||
$app_list_strings['aos_quotes_type_dom'][''] = ''; | ||
$app_list_strings['aos_quotes_type_dom']['Analyst'] = 'Analyst'; | ||
$app_list_strings['aos_quotes_type_dom']['Competitor'] = 'Mitbewerber'; | ||
$app_list_strings['aos_quotes_type_dom']['Customer'] = 'Kunde'; | ||
$app_list_strings['aos_quotes_type_dom']['Integrator'] = 'Integrator'; | ||
$app_list_strings['aos_quotes_type_dom']['Investor'] = 'Investor'; | ||
$app_list_strings['aos_quotes_type_dom']['Partner'] = 'Partner'; | ||
$app_list_strings['aos_quotes_type_dom']['Press'] = 'Presse'; | ||
$app_list_strings['aos_quotes_type_dom']['Prospect'] = 'Potentieller Kunde'; | ||
$app_list_strings['aos_quotes_type_dom']['Reseller'] = 'Wiederverkäfer'; | ||
$app_list_strings['aos_quotes_type_dom']['Other'] = 'Andere'; | ||
$app_list_strings['template_ddown_c_list'][''] = ''; | ||
$app_list_strings['quote_stage_dom']['Draft'] = 'Entwurf'; | ||
$app_list_strings['quote_stage_dom']['Negotiation'] = 'in Verhandlung'; | ||
$app_list_strings['quote_stage_dom']['Delivered'] = 'Geliefert'; | ||
$app_list_strings['quote_stage_dom']['On Hold'] = 'Abwarten'; | ||
$app_list_strings['quote_stage_dom']['Confirmed'] = 'Bestätigt'; | ||
$app_list_strings['quote_stage_dom']['Closed Accepted'] = 'Gewonnen'; | ||
$app_list_strings['quote_stage_dom']['Closed Lost'] = 'Verloren'; | ||
$app_list_strings['quote_stage_dom']['Closed Dead'] = 'Wird nicht realisiert'; | ||
$app_list_strings['quote_term_dom']['Net 14'] = '14 Tage netto'; | ||
$app_list_strings['quote_term_dom']['Net 30'] = '30 Tage netto'; | ||
$app_list_strings['quote_term_dom'][''] = ''; | ||
$app_list_strings['approval_status_dom']['Approved'] = 'Freigegeben'; | ||
$app_list_strings['approval_status_dom']['Not Approved'] = 'nicht freigegeben'; | ||
$app_list_strings['approval_status_dom'][''] = ''; | ||
$app_list_strings['vat_list']['0,0'] = 'keine'; | ||
$app_list_strings['vat_list']['7,0'] = '7,0'; | ||
$app_list_strings['vat_list']['19,0'] = '19,0'; | ||
$app_list_strings['discount_list']['Percentage'] = 'Prozentual'; | ||
$app_list_strings['discount_list']['Amount'] = 'Betrag'; | ||
$app_list_strings['aos_invoices_type_dom'][''] = ''; | ||
$app_list_strings['aos_invoices_type_dom']['Analyst'] = 'Analyst'; | ||
$app_list_strings['aos_invoices_type_dom']['Competitor'] = 'Mitbewerber'; | ||
$app_list_strings['aos_invoices_type_dom']['Customer'] = 'Kunde'; | ||
$app_list_strings['aos_invoices_type_dom']['Integrator'] = 'Integrator'; | ||
$app_list_strings['aos_invoices_type_dom']['Investor'] = 'Investor'; | ||
$app_list_strings['aos_invoices_type_dom']['Partner'] = 'Partner'; | ||
$app_list_strings['aos_invoices_type_dom']['Press'] = 'Presse'; | ||
$app_list_strings['aos_invoices_type_dom']['Prospect'] = 'Potentieller Kunde'; | ||
$app_list_strings['aos_invoices_type_dom']['Reseller'] = 'Wiederverkäufer'; | ||
$app_list_strings['aos_invoices_type_dom']['Other'] = 'Andere'; | ||
$app_list_strings['invoice_status_dom']['Paid'] = 'bezahlt'; | ||
$app_list_strings['invoice_status_dom']['Unpaid'] = 'offen'; | ||
$app_list_strings['invoice_status_dom']['Cancelled'] = 'storniert'; | ||
$app_list_strings['invoice_status_dom'][''] = ''; | ||
$app_list_strings['quote_invoice_status_dom']['Not Invoiced'] = 'nicht berechnet'; | ||
$app_list_strings['quote_invoice_status_dom']['Invoiced'] = 'berechnet'; | ||
$app_list_strings['product_code_dom']['XXXX'] = 'XXXX'; | ||
$app_list_strings['product_code_dom']['YYYY'] = 'YYYY'; | ||
$app_list_strings['product_category_dom'][''] = ''; | ||
$app_list_strings['product_category_dom']['Laptops'] = 'Laptops'; | ||
$app_list_strings['product_category_dom']['Desktops'] = 'Desktops'; | ||
$app_list_strings['product_type_dom']['Good'] = 'Ware'; | ||
$app_list_strings['product_type_dom']['Service'] = 'Dienstleistung'; | ||
$app_list_strings['product_quote_parent_type_dom']['AOS_Quotes'] = 'Angebote'; | ||
$app_list_strings['product_quote_parent_type_dom']['AOS_Invoices'] = 'Rechnungen'; | ||
$app_list_strings['pdf_template_type_dom']['AOS_Quotes'] = 'Angebote'; | ||
$app_list_strings['pdf_template_type_dom']['AOS_Invoices'] = 'Rechnungen'; | ||
$app_list_strings['pdf_template_type_dom']['Accounts'] = 'Accounts'; | ||
$app_list_strings['pdf_template_type_dom']['Contacts'] = 'Contacts'; | ||
$app_list_strings['pdf_template_type_dom']['Leads'] = 'Leads'; | ||
$app_list_strings['contract_status_list']['Not Started'] = 'Noch nicht begonnen'; | ||
$app_list_strings['contract_status_list']['In Progress'] = 'In Bearbeitung'; | ||
$app_list_strings['contract_status_list']['Signed'] = 'Unterzeichnet'; | ||
$app_list_strings['contract_type_list']['Type'] = 'Typ'; | ||
$app_strings['LBL_GENERATE_LETTER'] = 'Brief erzeugen'; | ||
$app_strings['LBL_SELECT_TEMPLATE'] = 'Vorlage wählen'; | ||
$app_strings['LBL_NO_TEMPLATE'] = 'ERROR\nKeine Vorlagen gefunden.\nBitte gehen Sie zum PDF Vorlagen Modul und erzeugen Sie eine Vorlage'; | ||
|
||
|
||
|
||
$app_list_strings["moduleList"]["SecurityGroups"] = 'Berechtigungsgruppen'; | ||
$app_strings['LBL_LOGIN_AS'] = "Einloggen als "; | ||
$app_strings['LBL_LOGOUT_AS'] = "Ausloggen als "; | ||
|
||
|
||
?> |
Oops, something went wrong.