And then there is frappe.db.insert How create and insert a new document through custom script - #6 by rmeyer
So which one is best to go with on Client Side Scripting? Or is there a way to hand the data to the server and generate those invoices there?
Atm I think frappe.db.insert is the way to go like: How I can insert multi rows in Child Table using Client Script (frappe.db.insert())?
Thanks that works!