I need a quick way to be able to create a master detail form for Sales Orders. I know that i can use pods to create that and if i cant find another way i will dive into that, but i need a quick way to get up and running.
Functionalities:
* Enter a Sales Order (1 header , multiple lines).
* Some fields should be populated from database or from somewhere that i could easily refresh them (e.g. customers, products).
* Ability to export the data and email them.
* Ability to edit the data and resend, if needed.
I want to avoid making it from scratch in VueJS where i usually develop , hence my preference not to be in pods cause if i start customizing a lot i will revert to Vue.
Can some form plugin provide the above?
[ad_2]