dolibarr
x.y.z
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
getInvoice ($authentication, $id='', $ref='', $ref_ext='') | |
Get invoice from id, ref or ref_ext. More... | |
getInvoicesForThirdParty ($authentication, $idthirdparty) | |
Get list of invoices for third party. More... | |
createInvoice ($authentication, $invoice) | |
Create an invoice. More... | |
createInvoiceFromOrder ($authentication, $id_order='', $ref_order='', $ref_ext_order='') | |
Create an invoice from an order. More... | |
updateInvoice ($authentication, $invoice) | |
Uddate an invoice, only change the state of an invoice. More... | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_invoice.php.
createInvoice | ( | $authentication, | |
$invoice | |||
) |
Create an invoice.
array | $authentication | Array of authentication information |
array | $invoice | Invoice |
Definition at line 526 of file server_invoice.php.
createInvoiceFromOrder | ( | $authentication, | |
$id_order = '' , |
|||
$ref_order = '' , |
|||
$ref_ext_order = '' |
|||
) |
Create an invoice from an order.
array | $authentication | Array of authentication information |
string | $id_order | id of order to copy invoice from |
string | $ref_order | ref of order to copy invoice from |
string | $ref_ext_order | ref_ext of order to copy invoice from |
Definition at line 642 of file server_invoice.php.
getInvoice | ( | $authentication, | |
$id = '' , |
|||
$ref = '' , |
|||
$ref_ext = '' |
|||
) |
Get invoice from id, ref or ref_ext.
array | $authentication | Array of authentication information |
int | $id | Id |
string | $ref | Ref |
string | $ref_ext | Ref_ext |
Definition at line 290 of file server_invoice.php.
getInvoicesForThirdParty | ( | $authentication, | |
$idthirdparty | |||
) |
Get list of invoices for third party.
array | $authentication | Array of authentication information |
int | $idthirdparty | Id thirdparty |
Definition at line 395 of file server_invoice.php.
updateInvoice | ( | $authentication, | |
$invoice | |||
) |
Uddate an invoice, only change the state of an invoice.
array | $authentication | Array of authentication information |
Facture | $invoice | Invoice |
Definition at line 715 of file server_invoice.php.