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.
- Host: GitHub
- URL: https://github.com/alfonsovidrio/invoice-oop
- Owner: AlfonsoVidrio
- Created: 2025-01-29T22:56:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-29T23:16:28.000Z (over 1 year ago)
- Last Synced: 2025-01-30T00:20:38.313Z (over 1 year ago)
- Topics: java, oop
- Language: Java
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
