Allow users to specify the unit of measurement for the 'amount' field in invoice line items (e.g., pieces, hours). This clarifies what the amount represents.
Currently when creating an invoice you set an amount and price which total in a line item total. **Example:** - Amount: 2 - Item price: 100 € - Line item total: 200 € What is not clear is what unit is the amount? Is it pieces? Is it hours? | No. | Description | Amount | Price | Total | | ----- | ------------ | ------------- | ------------- | ------------- | | 1 | Service A | 1,5 | 120,00 € | 180,00 € | | 2 | Feature B | 2,0 | 100,00 € | 200,00 € | **Describe the solution you'd like** It would be good if somewhere the unit can be defined which should be reflected on the invoice PDF too. As a result it would be clear if you deal with hours or pieces | No. | Description | Amount (h) | Price | Total | | ----- | ------------ | ------------- | ------------- | ------------- | | 1 | Service A | 1,5 | 120,00 € | 180,00 € | | 2 | Feature B | 2,0 | 100,00 € | 200,00 € | | No.