Results 1 to 2 of 2

Thread: JCRM Time and invoices

  1. #1
    map7 is offline Junior Member
    Join Date
    Mar 2010
    Posts
    1

    Default JCRM Time and invoices

    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:
    Code:
    Fatal error: Cannot redeclare class SugarWidgetJCRMCreateInvoiceFromTime in /var/www/sugarcrm/modules/JCRMInvoices/metadata/subpanels/default.php on line 30
    Here is the top of that file:
    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',
                                                    ));
    2. I cannot find out where VAT tax can be changed to a different name and rate.

  2. #2
    andopes's Avatar
    andopes is offline A Sugar Hero | Help Forum Moderator
    Join Date
    Jul 2006
    Location
    São Paulo - Brazil
    Posts
    8,335

    Default Re: JCRM Time and invoices

    Please, attach into your next post the entire script.

    Cheers
    André Lopes
    DevToolKit / Project of the Month - June 2009
    Lampada Global Services- Open Source Solutions
    Avenida Ipiranga, 318
    Bloco B - CJ 1602
    São Paulo, SP 01046-010
    Brazil
    Office: +55 11 3237-3110
    Mobile: +55 11 7636-5859
    e-mail: andre@lampadaglobal.com

    Lampada Global delivers offshore software development and support services to customers around the world.
    Lampada is proud to be a SugarCRM Gold Partner, revolutionizing Customer Relationship Management.

    I DO NOT answer questions through PM and Email. If you need some help post your question into SugarForum.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. JCRM Time And Invoice
    By monax in forum Help
    Replies: 2
    Last Post: 2009-10-04, 03:04 PM
  2. Generating invoices
    By imran123 in forum Developer Help
    Replies: 0
    Last Post: 2009-05-29, 01:33 PM
  3. JCRM Time & Billing Installation Problems
    By triteldon in forum SugarExchange Providers Forum
    Replies: 0
    Last Post: 2009-03-18, 02:02 AM
  4. Can I create Invoices?
    By MarcoPoloIsBack in forum Help
    Replies: 8
    Last Post: 2009-03-12, 05:18 PM
  5. JCRM Timesheet and invoice
    By muthukumars in forum SugarExchange Providers Forum
    Replies: 6
    Last Post: 2008-12-17, 09:23 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •