An open API service indexing awesome lists of open source software.

https://github.com/alfonsovidrio/invoice-oop

A simple Java application for generating invoices with product details and customer information.
https://github.com/alfonsovidrio/invoice-oop

java oop

Last synced: about 1 year ago
JSON representation

A simple Java application for generating invoices with product details and customer information.

Awesome Lists containing this project

README

          

# Invoice-OOP

A simple Java application for generating invoices with product details and customer information. It allows users to create invoices, add products, calculate totals, and display the invoice details.

## Features
- Create and manage invoices.
- Add products to invoices with quantity and price.
- Calculate total invoice amount.
- Display invoice details including customer information and products.

## UML Diagram

![diagram uml](https://github.com/user-attachments/assets/24d30b99-b06e-4811-878d-724ffc07c0db)