简体   繁体   English

是否存在基于现代Java EE Stack(Spring / EJB,JPA)的CRM?

[英]Is there any CRM based on an modern Java EE Stack (Spring/EJB, JPA)?

I have to build a special customized Customer Relation Ship Managment tool. 我必须建立一个特殊的定制客户关系船舶管理工具。 There are only basic requirements (manage customers, add notes for them, attach an email,…) for the CMR, except the one, which is about integration of a specific application to store and get some data. CMR只有基本要求(管理客户,为它们添加注释,附加电子邮件,......),除了一个,即关于特定应用程序的集成以存储和获取一些数据。

So I am looking for an Open Source CRM where I can add this specific stuff, because I do not want to reinvent the weel and implement the next CRM by my own. 所以我正在寻找一个开源CRM,在那里我可以添加这些特定的东西,因为我不想重新发明我自己实现下一个CRM。 So I am looking for an Web Based, Open Source CRM written in Java, that is based on a modern Java Web Stack . 所以我正在寻找一种基于现代Java Web Stack的基于Web的开源CRM,用Java编写 I would prefer something that is based on Spring (or EJB 3.1) and JPA . 我更喜欢基于Spring(或EJB 3.1)和JPA的东西 Of course more important than the used technologies is the quality of the code (and documentation). 当然,比使用的技术更重要的是代码 (和文档)的质量

After looking around for some hours I did not find any project that fit my needs. 环顾四周后,我没有找到任何符合我需求的项目。 So I ask, can anybody recommend a CRM that matches my needs, or should I really implement it completely by my own? 所以我想, 任何人都可以推荐符合我需求的CRM,还是应该由我自己完全实现?

Have you taken a look at?: 你看过了吗?:

Have you checked Apache OFbiz ? 你检查过Apache OFbiz吗? They implemented a lot of stuff including customer management. 他们实施了很多东西,包括客户管理。

我没有使用opentaps的经验,但它看起来很不错。

I can recommend Opentaps CRMSFA. 我可以推荐Opentaps CRMSFA。 I had an experience of 7 months. 我有7个月的经验。 I hope it might be a best solution for you, using this you can perform : 我希望它可能是你的最佳解决方案,使用它你可以执行:

  1. Lead management ( Lead Content management, Add notes etc) 主管管理(主要内容管理,添加备注等)
  2. Opportunity management 机会管理
  3. Case Management 案例管理
  4. Campaign management 活动管理
  5. Email Communication ( Java mail Client) 电子邮件通信(Java邮件客户端)
  6. Log emails, Calls 记录电子邮件,电话
  7. Dash Board reporting 冲刺板报告
  8. PDF, HTML, XLS Reporting PDF,HTML,XLS报告
  9. Calender Management 压延机管理
  10. Team management etc 团队管理等

But it is not a ready made baby, you should understand the work-flow in order to implement you business logic. 但它不是一个现成的宝贝,你应该了解工作流程,以实现你的业务逻辑。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM