Skip to content

Jeson Customer Relationship Management System V1.0.0

Pre-release
Pre-release

Choose a tag to compare

@DefaultFuction DefaultFuction released this 15 Feb 15:47
· 10 commits to main since this release
e8acada

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:

  1. Upload files to web server
  2. Create MySQL database
  3. Import SQL file
  4. Configure config/database.php
  5. Access http://your-domain.com/index.php

Default login: admin / admin123

Full documentation included in the release.