[go: up one dir, main page]

Skip to content

very simple Customer Relationship Management system

License

Notifications You must be signed in to change notification settings

Panfi/Simple-CRM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Languages

  • PHP 99.7%
  • Other 0.3%