Jeson Customer Relationship Management System V1.0.0
Pre-release
Pre-release
CRM System V1.0.0 - Initial Release
A basic Customer Relationship Management system built with PHP and MySQL.
Features:
- User authentication (admin/admin123)
- Customer management
- Product management with stock tracking
- Order management with multiple items
- Dashboard with statistics
- Server monitoring via system commands
- External API request capability
Requirements:
- PHP 7.2+
- MySQL
- Web server (Nginx/Apache)
Installation:
- Upload files to web server
- Create MySQL database
- Import SQL file
- Configure config/database.php
- Access http://your-domain.com/index.php
Default login: admin / admin123
Full documentation included in the release.