This project is a global hospitality and commerce system featuring:
- Hotel PMS
- Restaurant POS
- Retail POS
- Accounting Module
- E-commerce Platform
- Online Menu for Restaurants
- Car Dealer Showroom and Garage Management
- Inventory Management with Internal Requisition System
- No-Code App Builder
- AI-Powered Tools for Self-Diagnosing and Adaptive Improvement
- Modular architecture for seamless feature integration.
- AI-powered error handling and user recommendations.
- Stock and inventory management with internal requisitions.
- Multi-platform support with executable builds.
- Dockerized services for scalability.
Run the following script to set up the project:
chmod +x setup_global_system.sh
./setup_global_system.sh
- Initialize inventory management:
./inventory_management/requisition_system.sh init
- Create a new requisition:
./inventory_management/requisition_system.sh create "Department Name" "Item Name" Quantity
- View requisitions:
./inventory_management/requisition_system.sh view
To build the executable:
./build_project.sh
The executable will be located in the build
directory.
Feel free to contribute by submitting pull requests or issues to the GitHub repository.
MIT License