Microelephant CRM is a web based Customer Relationship & Project Management and Billing software that is suitable for almost any company. It is built using Laravel 5.7 and Bootstrap 4.2 CSS Framework. The features are following:
Try Demo
Login as an Administrator
URL: www.microelephant.io/demo
Login Email: admin@demo.com
Password: 123456
Login as a Customer to Client Portal
URL: www.microelephant.io/demo/client
Login Email: customer@demo.com
Password: 123456
For Developers
The source code of the script is completely open. All the Database Migration, Seeders, Factories, Mail, Notification, Console Commands files are there along with other files. You can use webpack.mix.js to bundle your client side modules/files. You can easily modify scss files to change the styling of the theme. There are composer.json and package.json files. Just run npm install to get all the client side dependencies to start developing; the system already comes with PHP Vendor folder.
Customer testimonials
Features Overview
SERVER REQUIREMENTS
CHANGE LOG
Tuesday, May 14, 2019Fixed : Project Task Description is not accepting values Monday, May 6, 2019Fixed : Client getting error when viewing tasks Fixed : Client getting error when replying to a comment Friday, April 26, 2019Fixed : 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 Friday, April 5, 2019Fixed - 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 Tuesday, March 12, 2019Fixed - 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 Saturday, March 2, 2019Fixed - 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 Saturday, February 26, 2019Issues 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