Use listview component to create a inventory transfer (stock transfer)

Hi any way to use the listview component for this?

my idea is to have a box where user may add line and each line will be a product (query to a mysql db) and set quantity and other fields but not sure if this is possible or if you guys can give me a hand with a example or alternative to achieve this.

for example when i click Add line button

a new row with product select box and quantity should be created. is that possible?

the main idea: stock transfer, example move Product XYZ from warehouseA to warehouseB quantity lets say 5 (i already got query for this movement, but struggling with GUI part)

thank you

You should be able to use a temporary state variable for this. I have attached a JSON export of an app that demonstrates this.
ListView.json

1 Like