Hi my name is Rafael and I'd like to buy your product, but firstly I need a help. I have a system that I can control my sales. So I'd like to use the data editor in the products of my sales. But if I'm including a product, first I need the "id" of my sale to put in the products table, but I don't have this "id", because I'm including a sale. However I need to includes the product when I press the button for include the sale. I saw the dataeditor, which has a method "process()" http://prntscr.com/g9s28y which I guess, it puts the informations into the DataBase. So I'd like to press the "Create" in the dataEditor http://prntscr.com/g9s48a and don't increment values in the DataBase, just in the table of the dataEditor http://prntscr.com/g9s4gr, and when I press the button for include the sale, I take the values of my products and change the "sale_id" http://prntscr.com/g9s2jp and after that, to include the value in the DataBase.
↧