I've just started using SugarCRM 5.5.0a and loaded the demo data. Then I installed the JustCRM Time and Invoices 1.4 plugin.
I have two problems:
1. When clicking on my Accounts view I get the error:
Here is the top of that file:Code:Fatal error: Cannot redeclare class SugarWidgetJCRMCreateInvoiceFromTime in /var/www/sugarcrm/modules/JCRMInvoices/metadata/subpanels/default.php on line 30
2. I cannot find out where VAT tax can be changed to a different name and rate.Code:<?php /********************************************************************************* justcrms - contacts us for license information ********************************************************************************/ include('modules/JCRMInvoices/EnterCheck.php'); require_once('include/generic/SugarWidgets/SugarWidgetSubPanelTopButton.php'); class SugarWidgetJCRMCreateInvoiceFromTime extends SugarWidgetSubPanelTopButton { function SugarWidgetJCRMCreateInvoiceFromTime($module='', $title='', $access_key='', $form_value='') { $mymodule=array('module'=>'JCRMInvoices', 'form_value'=>'LNK_INVOICE_TIME_SUMMARY', 'ACL'=>'edit', 'additional_form_fields' => array( 'reports_to_name' => 'name', 'reports_to_id' => 'id', ));


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks