Monday, October 13, 2008 ..:: Forums ::.. Register  Login
 Forums Minimize
SearchForum Home
     
  Mainstream Forums  Bugs  bugs on clarend...
 bugs on clarender module and activity module
 
ron
17 posts
Joined
5/14/2008

bugs on clarender module and activity module
Posted: 23 Jul 08 2:52 AM

Hi there,

I am working on version 2.1 and found following bugs:

1. Couldn't add either "call" or "meeting" to calender. When I clicked "save", I got the error msg "The added or subtracted value results in an un-representable DateTime. Parameter name: value"

2. when I added a call from quick form, I found the Duration of the call is "0 Calls.LBL_HOURS_ABBREV 15 Calls.LBL_MINSS_ABBREV", when I tried to edit it, the Duration shown as "Calls.LBL_HOURS_MINUTES"

Any fix on these?

Cheers,

Ron

support
1989 posts
1st
Joined
1/3/2006

Re: bugs on clarender module and activity module
Posted: 23 Jul 08 11:35 AM

The text labels are easy to fix.  They where deleted by mistake.

As for saving a call, what can you tell us about your system?  What timezone are you using?

ron
17 posts
Joined
5/14/2008

Re: bugs on clarender module and activity module
Posted: 23 Jul 08 7:25 PM

Hi there,

Could you let me know where the code is I need to amend to fix the label issue?

The os is XP sp2, using IE6 as browser; I am at Australia, so the timezone is +10;  I also tried it on win2003 server, with IE6, got same result. There was no problem with version 2.0.

Any idea?

support
1989 posts
1st
Joined
1/3/2006

Re: bugs on clarender module and activity module
Posted: 23 Jul 08 8:11 PM

I don't believe that the code in this area has changed from 2.0 to 2.1.  Are you able to build the project and debug the issue?

support
1989 posts
1st
Joined
1/3/2006

Re: bugs on clarender module and activity module
Posted: 23 Jul 08 8:12 PM Modified By support  on 7/23/2008 8:13:08 PM)

To fix the terms, run the following SQL on the database:

exec dbo.spTERMINOLOGY_InsertOnly 'LBL_MINSS_ABBREV'   , 'en-US', 'Calls', null, null, 'm';
exec dbo.spTERMINOLOGY_InsertOnly 'LBL_MINSS_ABBREV'   , 'en-US', 'Meetings', null, null, 'm';
exec dbo.spTERMINOLOGY_InsertOnly 'LBL_HOURS_ABBREV'   , 'en-US', 'Calls', null, null, 'h';
exec dbo.spTERMINOLOGY_InsertOnly 'LBL_HOURS_ABBREV'   , 'en-US', 'Meetings', null, null, 'h';

  Mainstream Forums  Bugs  bugs on clarend...

Forum Home  Search       

Copyright (c) 2006-2008 SplendidCRM Software, Inc. All Rights Reserved.   Terms Of Use  Privacy Statement
DotNetNuke® is copyright 2002-2008 by Perpetual Motion Interactive Systems Inc.
SplendidCRM and SplendidCRM Software are trademarks of SplendidCRM Software, Inc. SugarCRM is a trademark of SugarCRM Inc. in the United States, the European Union and other countries. All other trademarks used in this web site are the property of their respective owners.