The Sales System is a PHP application designed for efficient sales data management.
- Database Management: Utilizes MySQL database with PDO for secure and efficient operations.
- Models: Represent data entities like sales, customers and products.
- SalesTable: Handles operations related to sales data filtering.
- SalesManager: Imports sales data from JSON files and enables dynamic filtering.
- Frontend Interface: Intuitive interface for applying filters and viewing results.
- Testing Framework: Includes PHPUnit for rigorous testing to ensure reliability.
- Server Deployment: Utilizes a bash script for easy server initiation at localhost:8099.
- Built on PHP 7.2: Utilizes PHP 7.2 for enhanced performance and security.
- Pure JavaScript Integration: Seamlessly integrates Pure JavaScript for dynamic frontend functionality.
To run the system, execute bash serve.sh to start the server, then access localhost:8099.
The Sales System offers a streamlined solution for sales data management, empowering users with efficiency and control.