Welcome to Wholesale Clothing Store! This project is a terminal-based application written in C++ that simulates the management of a wholesale clothing store. It provides features such as garment quoting, quote history, and inventory management, all through an intuitive terminal interface.
- Inventory Management: Handle garments like shirts and pants with various attributes (quality, collar type, sleeve type, etc.).
- Quoting System: Generate detailed quotes with information on prices, quantities, and sellers.
- Quote History: View all quotes made in the store.
- Terminal Interface: Interact with the application easily and efficiently through the console.
- Modular Design: Well-structured and extensible code, ideal for adding new features.
- Language: C++ (C++14 standard)
- CMake: For project configuration and build.
- Object-Oriented Design: Classes and inheritance to model the business logic.
- MVP Pattern: Clear separation between business logic, presentation, and view.
mkdir build
cd build
cmake ..
make./bin/MiTienda
Contributions are welcome.