MickaelOnTheWave / InvoiceManager

A simple Invoice Database with a GUI client to handle it
GNU General Public License v3.0
1 stars 0 forks source link

Add support for a Quantity field #32

Closed MickaelOnTheWave closed 1 year ago

MickaelOnTheWave commented 1 year ago

At the moment, invoice details are composed only of items and a value. Now they need to also have a 'quantity' field and a unitary value, the total value is computed from them.