Hi,
I need to build an application were in the customers can order there own parts using a product catalog(which is not static and can keep changing).
The problem is, I can populate the Product id, description and unit price from a View, but how can i let users enter Quantity and when i get the quantity i want to multiply Quantity with its corresponding Unit price to get the sub-total and the rows should not be fixed and it should be dynamic.
I think it should be pretty simple Order form that creates Invoice, but not sure how i am going to take the input of quantity from the users.
Any help would be appreciated.
I am using R6 for the client.