0
Hi
I would like to create a quote by plugin.
As it exists a function InvoicesHelper::create_invoice(), could you describe me how to create a quote in php code ?
Regards
I would like to create a quote by plugin.
As it exists a function InvoicesHelper::create_invoice(), could you describe me how to create a quote in php code ?
Regards
Responses (4)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0By the way, do you know the PHP function to convert quotes to invoices ?-
Germinal Campsmore than a month agothis is not as easy as the helper function "create_invoice". this is done inside the invoice model file, with the duplicate() function
you cannot call it "externally" just like with InvoicesHelper::create_invoice()
-
-
Accepted Answer
Your Reply

Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »