I’m building a issue-database that when the issue is closed a invoice will be sent to the issue owner (All issues are internal)
The invoice is a form populated with data when the issue gets closed and sent as mail. This is done in lotusscrupt.
I need help how to best solve that the invoice is able to populate several itemrows. Each row with colums for item-name, number of items, a-price and sum of that item.
I have thought of having a simple textfield with a linebreak for each item. But then the the sum of each item can not be computed automatically.
So I need a way to dynamically add more fields for every item added, haven’t figured out if this is possible or not?
(This invoice-form is after sent by email saved and modifications can be done by invoice-owner until a final export is done and the invoice-document is archived)