ChinaUnix.net
相关文章推荐:

sugarcrm 二次开发

English version: sugarcrm Inc. (http://www.sugarcrm.com), the world’s leading and fastest growing commercial open source CRM company, is looking for talented software engineers to join its China team located in Pudong, Shanghai China. There are several immediate openings for both QA engineers and software developers. We are seeking extremely self-motivated, autonomous, and driven individuals loo...

by sh2006 - 猎头招聘 - 2006-01-09 08:11:42 阅读(811) 回复(0)

相关讨论

My recent work with a sugarcrm project showed me, once again, one great thing about open source software: You aren't limited to the functionality of a product as delivered. In contrast to proprietary software packages, open source products include the source code, giving you the freedom to modify the code to better fit your requirements. Yes, having the source code available moves open source pro...

by zxltxwd1984 - php文档中心 - 2007-02-28 16:12:13 阅读(581) 回复(0)

To connect sugarcrm with some remote database server, you may need to make some changes in the database to which you have the data and then to the config.php file which is in the root sugarcrm directory. Database Server Settings: First of all we have to create a database, suppose I create a database with the name sugar. Now we give the privilege to the user at that database. grant all on sugar us...

by zxltxwd1984 - php文档中心 - 2007-02-28 11:17:12 阅读(813) 回复(0)

sugarcrm提供的基于Web的客户关系管理平台功能强大,适用于各类行业、各种规模的企业与传统的商业软件相比,sugarcrm更为灵活、更为经济,因而能够适应任何业务环境与商业需求。sugarcrm的开源结构可充分定制,完美契合您的业务流程,从而帮助您建立并维持有效的客户关系。 安装教程及附件请到http://www.minilinux.org/read.php?tid=79下载。 minilinux开源社区欢迎大家参与

by minilinuxacaizh - PHP - 2009-06-19 21:44:00 阅读(1303) 回复(0)

请教知道的高手们,我们公司安装了sugarcrm5.2 但是数据库怎么备份,我有些疑问,请大家帮我一下,sugarcrm的备份功能,只备份文件,这样的话,如果以后重新安装系统,是否只要把现在的文件覆盖过去就可以了,我用phpmyadmin怎么都配置不成功,错误提示是:Could not connect as control user! 但是我用户名和密码是对的,server port 和server socket我没有填,数据库是默认的sugarcrm ,谢谢大家!

by xiaodong - PHP - 2009-01-24 00:06:00 阅读(2833) 回复(2)

sugarcrm列表的实现原理的核心是ListView类。下文将根据一个实例来解剖ListView类。 1)$ListView = new ListView(); 2)$ListView->initNewXTemplate('modules/Documents/DocumentRevisionListView.html',$mod_strings); 3)$ListView->setQuery(" document_id = '$focus->id'",""," document_revisions.date_entered desc",""); 4)$ListView->setHeaderTitle($mod_strings['LBL_DOC_REV_HEADER']); 5)$ListView->...

by zxltxwd1984 - php文档中心 - 2007-02-28 11:10:33 阅读(1230) 回复(0)

This series discusses the various means of integrating 3rd-party software, open source or not, with the well-known “commercial open source” CRM-Software sugarcrm . The first part describes the most basic integration by simply sharing database access. In a lot of projects, no tight integration of your software with sugarcrm is needed - you only want to access the data, most of the times re...

by zxltxwd1984 - php文档中心 - 2007-02-28 15:31:44 阅读(640) 回复(0)

The second article in this series describes the inclusion of your custom backend systems right into the webbased Sugar user interface. We created ZuckerDocs following those steps (well, those maybe were the first 1 percent of the whole project …), and it worked pretty good in the end - but there are some obstacles to consider. Starting a new module from scratch There are some steps to ta...

by zxltxwd1984 - php文档中心 - 2007-02-28 15:30:38 阅读(640) 回复(0)