|
Notes from Mono Meeting |
|
Founder Blog
|
By Paul Rony on
10/27/2006 1:13 AM
|
|
|
I just got back from the Mono Meeting with a renewed vigor to create a self-contained SplendidCRM distribution on the Linux platform. I must say that it was a great pleasure to be in a room filled with similarly passionate folks. You can check out some of the slides from the meeting at http://www.go-mono.com/monologue/.
|
 |
|
|
More...
|
|
|
|
|
SplendidCRM running on Linux with Mono |
|
Founder Blog
|
By Paul Rony on
8/6/2006 11:36 AM
|
|
|
|
This announcement is probably a bit premature, but we have SplendidCRM running on Novell SUSE Linux Enterprise Server 10 (SLES). We’ve been working on this for a couple of weeks, ever since the great folks on the Mono team created a VMware image of SUSE Linux Enterprise Desktop (SLED) with a stable version of Mono and MonoDevelop.
Our first instinct was to copy the entire SplendidCRM project to SLED and recompile under MonoDevelop. This worked very well, with MonoDevelop being able to convert a Visual Studio 2003 project into its own forma ...
|
 |
|
|
More...
|
|
|
SplendidCRM 1.2 Beta released today |
|
Founder Blog
|
By Paul Rony on
7/19/2006 10:18 AM
|
|
|
SplendidCRM 1.2 is now in public beta. The final release date will not be set until we can gauge the initial reaction to the public beta, but it is safe to assume that the final release will be toward the end of August 2006.
SplendidCRM 1.2 has added the following features:
|
 |
|
|
More...
|
|
|
SplendidCRM will be hosted on CodePlex |
|
Founder Blog
|
By Paul Rony on
6/30/2006 11:47 PM
|
|
|
|
We have been looking for an alternative to SourceForge as a place to host SplendidCRM. Our wait has seemed to pay off as Microsoft has just announced CodePlex. http://www.codeplex.com
"CodePlex is an online software development environment for open and shared source .NET developers to create, host and manage projects throughout the project lifecycle. It has been written from the ground up in C# using .NET 2.0 technology and Visual Studio Team System on the back end. CodePlex is open to the public free of charge."
|
 |
|
|
|
|
|
Reporting module coming soon |
|
Founder Blog
|
By Paul Rony on
6/20/2006 8:06 AM
|
|
|
|
It has been a while since my last entry. I have been working so hard on the reporting module that I simply could not spare the cycles. In any case, progress is good and we hope to have a beta release at the beginning of July.
The SplendidCRM Reporting module will use the Report Definition Language (RDL) that Microsoft created a few years ago. RDL is an XML-based specification. This is going to provide unsurpassed flexibility when it comes to report generation. SplendidCRM will have a reporting module similar to that of SugarCRM, but it will also have the ability to import and export a report in RDL.
Microsoft has indicated that they will release Reporting Services as part of SQL Server Express, which suggests that there will soon be a free report designer.
Eventually, we should be able to take advantage of SQL Server 2005 Reporting Services with the reports stored ...
|
 |
|
|
More...
|
|
|
Access Control Lists coming soon |
|
Founder Blog
|
By Paul Rony on
5/3/2006 1:59 PM
|
|
|
|
We have just completed development on the ACL system. ACL is a critical component of any CRM, so we are pleased to be able to offer it so soon after the release of our 1.0 product.
If you are interested in a preview, please send me an email and I will see if we can included you in our private/internal beta testing. Otherwise, look for a public beta in the next two weeks.
|
 |
|
|
|
|
|
Sybase ASE ADO.NET Data Provider has a critical bug |
|
Founder Blog
|
By Paul Rony on
4/21/2006 1:56 AM
|
|
|
|
We were making great progress porting SplendidCRM to Sybase Adaptive Server Enterprise 15.0, right up until the Sybase provider failed.
The hard part is usually converting the SQL scripts to the Sybase format. It was a bit painful writing SQL functions in Java, but we did it. And we resigned ourselves into accepting that Sybase does not allow stored procedures to accept a text field as an input. But it is always frustrating when we have to debug another company's product.
The Sybase ADO.NET driver has a problem when parameters are used through the IDbDataParameter common interface. An Input/Output parameter throws an exception when the Value parameter is accessed after procedure execution.
We have posted a bug on the Sybase site, but we are not optimistic that they will fix the problem any time soon. Until they fix the bug, we cannot continue.
|
 |
|
|
|
|
|