Microelephant CRM是一款基于网络的客户关系和项目管理以及计费软件,几乎适用于任何公司。它是使用 Laravel 5.7 和 Bootstrap 4.2 CSS 框架构建的。特点如下:
- 项目管理
- 任务和时间表
- 费用跟踪和计费
- 潜在客户管理
- 客户和联系人管理
- 面向每位客户的客户端
- 供应商
- 建议
- 估计
- 电子签名
- 发票/定期发票
- 在线和离线支付。通过 Stripe 在线接收账单付款
- 贷方票据
- 税
- 多种货币
- 客户支持票务系统。(包括从邮件导入工单的规定)
- 知识库
- 团队管理
- 基于角色的访问控制。创建无限角色并分配权限
- 个人 Todo
- 实时推送通知
- 电子邮件模板
- 全球标签和搜索
- 用于登录页面的 Google reCaptcha v3
- 多种语言
- 活动日志
- 报表 :销售、费用、客户、潜在客户转化
试用演示
以管理员身份登录
网址: www.microelephant.io/demo
登录邮箱: admin@demo.com
密码:123456
以客户身份登录客户端
网址: www.microelephant.io/demo/client
登录邮箱: customer@demo.com
密码:123456
对于开发人员
脚本的源代码是完全开放的。所有数据库迁移、播种机、工厂、邮件、通知、控制台命令文件都与其他文件一起存在。您可以使用 webpack.mix.js 捆绑客户端模块/文件。您可以轻松修改 scss 文件以更改主题的样式。有 composer.json 和 package.json 文件。只需运行 npm install 即可获取所有客户端依赖项以开始开发;系统已附带 PHP Vendor 文件夹。
客户评价
功能概述
服务器要求
- PHP >= 7.1.3
- OpenSSL PHP 扩展
- PDO PHP 扩展
- Mbstring PHP 扩展
- Tokenizer PHP 扩展
- XML PHP 扩展
- Ctype PHP 扩展
- JSON PHP 扩展
- BCMath PHP 扩展
- GD 库 PHP 扩展
- IMAP PHP 扩展
- cURL PHP 扩展
- mod_rewrite Apache
- cron (每分钟运行)
更改日志
2019 年 5 月 14 日(星期二)
Fixed : Project Task Description is not accepting values
2019 年 5 月 6 日(星期一)
Fixed : Client getting error when viewing tasks Fixed : Client getting error when replying to a comment
2019 年 4 月 26 日星期五
Fixed : Leads report shows error when Start of Week day is changed Fixed : Service not showing up in list of tickets Fixed : Leads not showing up in dropdown list of Create Proposal page Fixed : Downloading Proposal in PDF is showing error if the Proposal is related to Lead
2019 年 4 月 5 日(星期五)
Fixed - Setting option is visible to users when the assigned role has permission to view reports Fixed - Non admin users getting 404 when visiting a task page from Project Task lists if the task is the task is not assigned to them Fixed - Users who do not have permission to view customers can click to customer profile link in project Fixed - Disabled Checkbox in Knowledgebase is not making any effect, client can still see disabled articles
2019 年 3 月 12 日(星期二)
Fixed - Activity Log in Lead's Profile is not showing up Fixed - Social Links in Lead's page is taking to invalid page Added - Japanese Language Option
2019 年 3 月 2 日(星期六)
Fixed - Error on loading edit Invoice Page Fixed - Insert Knowledge Base Link in Support Ticket not working Fixed - Disabling Knowledge Base is not hiding the Knowledge Base menu in main navigation
2019 年 2 月 26 日(星期六)
Issues on PHP version 7.2 and 7.3 Tax Rate not accepting decimal points Primary Customer Contact Cannot Login Populating Customer Shipping Address when selecting customer in Invoice Create Page Proposal public URL view is showing 404 “Not Billed” label is not showing up in TimeSheet on Task page User Role Delete not working Deleting Skill was not working and redirecting to Lead Page Update not working in Customer Configuration in settings page Tax delete option is not working Lead Status edit not working Failed to load plugin: preview from url Duplicate “Service” Menu in Settings > Support Team Member/User Salary Validation Tag not updating in Ticket edit (Settings tab) Imap port value not showing up in edit page File upload button is not showing up after first upload in Project > Files -----------------------New Addition -------------------------- Restructured code of online payment gateways so that developer can easily add custom gateways Added option for developers to overwrite any view files Added option for developers to add main menu items using action hooks. Added option for developers to add custom css, js and PHP function file without modifying the core files Added option to disable Email and Job Queue