Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/r-n/raja-laundry
- Owner: R-N
- License: mit
- Created: 2022-03-30T12:08:35.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-13T15:13:14.000Z (about 1 month ago)
- Last Synced: 2024-11-13T15:27:43.029Z (about 1 month ago)
- Topics: bootstrap, chartjs, charts, codeigniter, crm, customer-relationship-management, database, grocery-crud, mysql, php, web
- Language: HTML
- Homepage: https://raja-laundry.vercel.app
- Size: 7.12 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: change_log.txt
- Contributing: contributing.md
- License: LICENSE
Awesome Lists containing this project
README
# Laundry CRM
Transaction system and CRM in form of analytics and dashboardDefault 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',