|
dolibarr 18.0.8
|
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. | |
| getSupplierInvoicesForThirdParty ($authentication, $idthirdparty) | |
| Get list of invoices for third party. | |
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 245 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 346 of file server_supplier_invoice.php.
References check_authentication(), dol_htmlcleanlastbr(), dol_print_date(), and dol_syslog().