Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 528 Bytes

File metadata and controls

15 lines (9 loc) · 528 Bytes

Invoice Manager

Invoice Manager is a software project designed to help manage invoices. The software is developed in C++ using Qt.

Table of Contents

Features

  • 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.