Repeater
how can we fill repeater with prebuild data on create page
ex:
my process is
1- create an order with order_items=> (id_order, id_article, quantity, unit_price, invoice_id) then send it to our supplier invoice_id =>null
2-when we get a supplier invoice we generate this one from order and we we each orderItems with updating
invoice_id, and unit_price
0 Replies