leopardcrm-development Mailing List for Leopard CRM
Brought to you by:
dan_harper
You can subscribe to this list here.
2004 |
Jan
|
Feb
(1) |
Mar
(4) |
Apr
|
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Dan H. <te...@da...> - 2005-04-12 02:18:25
|
Hi Anthony, I was afraid that that may have been the case. Unfortunately there is=20= no capabilities at the moment for that. Is there a way you can test out Leopard to see if it's what you're=20 looking for? I say that because if you try it and find it useful, I=20 don't mind making a minor release to include the capability to=20 configure a table prefix. Let me know. Cheers, Dan On 12/04/2005, at 12:09 PM, Anthony wrote: > Dan, > > Thank you for your comments. I will try it and let you know. > > By the way, can Leopard be configured to prefix all its tables? > For example: "lpcrm_." MySQL database has over 150 tables > already. Any clues appreciated. TIA. > > Dan Harper wrote: > >> Hi Anthony, >> >> The best way to do it would be to modify the database script that=20 >> comes with Leopard CRM: >> - Remove the line that says "create database leopard" >> - Replace it with "use database xxxx" - xxxx =3D the database name = at=20 >> your hosting provider >> - Then the rest of the script will insert tables into your standard=20= >> database. >> >> NOTE: The only problem I can think of is if you have multiple tables=20= >> of the same name used by another program. Just check through the=20 >> script and make sure, Leopard uses fairly generic table names,=20 >> "customer", etc. so that may be a problem if you want to use Leopard=20= >> alongside another system that has the same table name. >> >> Hope that helps, let me know if I can help further. >> >> Regards, >> Dan >> >> >> On 12/04/2005, at 3:07 AM, Anthony wrote: >> >>> How can Leopard be configured to use existing MySQL database? Web=20 >>> hosting >>> service only provides single MySQL database. Any clues appreciated.=20= >>> TIA. >>> >>> --=20 >>> Anthony >>> www.Pucho.com >>> >>> >>> >>> >>> >>> ------------------------------------------------------- >>> SF email is sponsored by - The IT Product Guide >>> Read honest & candid reviews on hundreds of IT Products from real=20 >>> users. >>> Discover which products truly live up to the hype. Start reading = now. >>> http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick >>> _______________________________________________ >>> Leopardcrm-development mailing list >>> Leo...@li... >>> https://lists.sourceforge.net/lists/listinfo/leopardcrm-development >>> >>> >>> >> Dan Harper >> http://danharper.org/ > > > --=20 > > Anthony@pu > > > > Dan Harper Network/Database Administrator PLAN Australia e-mail: da...@pl... phone: +61 3 8622 2222 |
From: Dan H. <te...@da...> - 2005-04-11 21:20:43
|
Hi Anthony, The best way to do it would be to modify the database script that comes=20= with Leopard CRM: - Remove the line that says "create database leopard" - Replace it with "use database xxxx" - xxxx =3D the database name at=20= your hosting provider - Then the rest of the script will insert tables into your standard=20= database. NOTE: The only problem I can think of is if you have multiple tables=20 of the same name used by another program. Just check through the=20 script and make sure, Leopard uses fairly generic table names,=20 "customer", etc. so that may be a problem if you want to use Leopard=20 alongside another system that has the same table name. Hope that helps, let me know if I can help further. Regards, Dan On 12/04/2005, at 3:07 AM, Anthony wrote: > How can Leopard be configured to use existing MySQL database? Web=20 > hosting > service only provides single MySQL database. Any clues appreciated.=20 > TIA. > > --=20 > Anthony > www.Pucho.com > > > > > > ------------------------------------------------------- > SF email is sponsored by - The IT Product Guide > Read honest & candid reviews on hundreds of IT Products from real=20 > users. > Discover which products truly live up to the hype. Start reading now. > http://ads.osdn.com/?ad_ide95&alloc_id=14396&op=3Dclick > _______________________________________________ > Leopardcrm-development mailing list > Leo...@li... > https://lists.sourceforge.net/lists/listinfo/leopardcrm-development > > > Dan Harper http://danharper.org/ |
From: Anthony <an...@pu...> - 2005-04-11 17:10:16
|
How can Leopard be configured to use existing MySQL database? Web hosting service only provides single MySQL database. Any clues appreciated. TIA. --=20 Anthony www.Pucho.com |
From: <ben...@id...> - 2004-05-25 09:45:49
|
Dear Open Source developer I am doing a research project on "Fun and Software Development" in which I kindly invite you to participate. You will find the online survey under http://fasd.ethz.ch/qsf/. The questionnaire consists of 53 questions and you will need about 15 minutes to complete it. With the FASD project (Fun and Software Development) we want to define the motivational significance of fun when software developers decide to engage in Open Source projects. What is special about our research project is that a similar survey is planned with software developers in commercial firms. This procedure allows the immediate comparison between the involved individuals and the conditions of production of these two development models. Thus we hope to obtain substantial new insights to the phenomenon of Open Source Development. With many thanks for your participation, Benno Luthiger PS: The results of the survey will be published under http://www.isu.unizh.ch/fuehrung/blprojects/FASD/. We have set up the mailing list fa...@we... for this study. Please see http://fasd.ethz.ch/qsf/mailinglist_en.html for registration to this mailing list. _______________________________________________________________________ Benno Luthiger Swiss Federal Institute of Technology Zurich 8092 Zurich Mail: benno.luthiger(at)id.ethz.ch _______________________________________________________________________ |
From: Dan H. <te...@da...> - 2004-03-29 00:03:50
|
Hi Chris, OK, there are a few issues here that I can see from your screenshot. 1. You have your files installed in the document root for your web server, this may not be a problem, but it's only been tested from being in a directory called "leopard". So, your files would be in "/var/www/leopard/". 2. There are no images, please make sure that you have an "images" directory included with the leopard files. 3. The MOTD (Message of the day) file is missing, make sure that you have that in your leopard directory also. 4. Make sure that your files are readable by the web server (check the log for the web server for info on any problems there, it may be in /var/log/httpd/errors.log or something similar). 5. The warnings on the top of the screen are related to some information missing regarding the user preferences for colours, etc. You can set that my going into the "Administration" section and going to "User Preferences". Just set your preferences for colours etc, on that screen. This should have happened when you setup the database, but it obviously has a bug in there somewhere. Also, I just tested this on my installation and it killed my login, so there could be a bug there too. If you run into trouble, let me know and I can help further. Regards, Dan On Sun, 2004-03-28 at 14:44, Chris Caston wrote: > Hello, > > After logging in my screen appears like this: > > http://www.arach.net.au/~pcaston/snapshotleopard.png > > > Any ideas? > > Thanks, > > Chris > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: IBM Linux Tutorials > Free Linux tutorial presented by Daniel Robbins, President and CEO of > GenToo technologies. Learn everything from fundamentals to system > administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click > _______________________________________________ > Leopardcrm-development mailing list > Leo...@li... > https://lists.sourceforge.net/lists/listinfo/leopardcrm-development |
From: Chris C. <ca...@ar...> - 2004-03-28 04:38:46
|
Hello, After logging in my screen appears like this: http://www.arach.net.au/~pcaston/snapshotleopard.png Any ideas? Thanks, Chris |
From: Chris C. <ca...@ar...> - 2004-03-28 04:26:25
|
I can connect now. Thanks, Chris On Sun, 2004-03-28 at 11:15, Chris Caston wrote: > Hello, > > I'm just trying to setup leopard on Debian sid with php4. > > I've managed to get php4 working okay and I installed the php-mysql > package but I get an error when trying to load the leopard page. > > "Unable to select database" > > I'm quite new to this so am unsure as to the reason why it could not > load the database. > > I did do: > > - Linux: /usr/bin/mysql -u root -p -e "source DBSETUP" > > As instructed. > > and set the password > > Trying to run it again confirms that the 'leopard' database does exist. > > Any ideas as to what the problem could be or further troubleshooting > steps? > > Sorry if I should have used the users mailing list instead but I could > not find it. > > thanks, > > Chris Caston -- Linux is ready for the desktop like a Boeing F-22 is ready for the run-way. |
From: Chris C. <ca...@ar...> - 2004-03-28 03:09:46
|
Hello, I'm just trying to setup leopard on Debian sid with php4. I've managed to get php4 working okay and I installed the php-mysql package but I get an error when trying to load the leopard page. "Unable to select database" I'm quite new to this so am unsure as to the reason why it could not load the database. I did do: - Linux: /usr/bin/mysql -u root -p -e "source DBSETUP" As instructed. and set the password Trying to run it again confirms that the 'leopard' database does exist. Any ideas as to what the problem could be or further troubleshooting steps? Sorry if I should have used the users mailing list instead but I could not find it. thanks, Chris Caston -- Linux is ready for the desktop like a Boeing F-22 is ready for the run-way. |
From: Dan H. <te...@da...> - 2004-02-11 22:28:19
|
I've just released Leopard CRM version 3.1.0. It mainly addresses the open bugs listed at SF as well as some other changes. Here is the change log covering all the changes. 3.1.0 - Cleaned the MOTD file. - Added admin user preference defaults to the DBSETUP file. - Added the ability to create a new user in the Administration module. - Fixed bug where the user password is changed when not intended. - Removed entries for Leads, Cancellations, and Sales, in the Administration module, as they are not yet implemented. - Added an upgrade notice to the INSTALL file. - Added instruction for the PDF Quotation letterhead to the INSTALL file. - Increased the maximum postcode from 5 to 10. - Added some simple internationalisation settings in leopardcrm.conf. - Added the ability to add new products and publishers from the Administration module. - Changed the techsuport e-mail to use a form, not a mailto link. NOTE: The format of the .conf file has changed, so make sure that you backup your existing one if you're upgrading. They are not compatible, and certain features of Leopard CRM will rely on the right format. Dan |