forked from karlkori/Simple-CRM
-
Notifications
You must be signed in to change notification settings - Fork 0
very simple Customer Relationship Management system
License
Panfi/Simple-CRM
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
Simply CRM based on Codeigniter v2.
Clients, orders, materials and services ...
!How to install
- Copy all files to document root on server
- Create database and import crm.sql - this create some tables with needed sample data
- Go to aplication/config
- Edit config.php, change value for you domain:
$config['base_url'] = 'http://crm';
- Edit database.php, set database connection (database, password, username,...)
- Check result in your favorite ginger browser
About
very simple Customer Relationship Management system
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- PHP 99.7%
- Other 0.3%