|
dolibarr
13.0.2
|
File that is entry point to call Dolibarr WebServices. More...
Go to the source code of this file.
Functions | |
| getSupplierInvoice ($authentication, $id= '', $ref= '', $ref_ext= '') | |
| Get invoice from id, ref or ref_ext. More... | |
| getSupplierInvoicesForThirdParty ($authentication, $idthirdparty) | |
| Get list of invoices for third party. More... | |
File that is entry point to call Dolibarr WebServices.
Definition in file server_supplier_invoice.php.
| getSupplierInvoice | ( | $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 226 of file server_supplier_invoice.php.
References check_authentication(), dol_print_date(), and dol_syslog().
| getSupplierInvoicesForThirdParty | ( | $authentication, | |
| $idthirdparty | |||
| ) |
Get list of invoices for third party.
| array | $authentication | Array of authentication information |
| int | $idthirdparty | Id thirdparty |
Definition at line 334 of file server_supplier_invoice.php.
References $resql, check_authentication(), dol_htmlcleanlastbr(), dol_print_date(), and dol_syslog().