Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/r-n/raja-laundry

Transaction system and CRM in form of analytics and dashboard
https://github.com/r-n/raja-laundry

bootstrap chartjs charts codeigniter crm customer-relationship-management database grocery-crud mysql php web

Last synced: 9 days ago
JSON representation

Transaction system and CRM in form of analytics and dashboard

Awesome Lists containing this project

README

        

# Laundry CRM
Transaction system and CRM in form of analytics and dashboard

Default config in application/config/config.php:
- $config['base_url'] = 'http://localhost/raja-laundry';

Default database credentials in application/config/database.php:
- 'hostname' => 'localhost',
- 'username' => 'root',
- 'password' => '',
- 'database' => 'raja-laundry',
- 'dbdriver' => 'mysqli',