Invoice Manager is a software project designed to help manage invoices. The software is developed in C++ using Qt.
- Invoice management: Create, insert, update, and delete invoices.
- Database interaction: Uses SQLite for storing and retrieving data.
- Cross-platform: Built using C++ and Qt, making it portable across different platforms.
- Modular Design: Easily extendable with clear separation of concerns in the codebase.