Home
last modified time | relevance | path

Searched refs:updateInvoice (Results 1 – 5 of 5) sorted by relevance

/dports/finance/prestashop/prestashop/src/Adapter/Shop/CommandHandler/
H A DUploadLogosHandler.php135 $this->logoUploader->updateInvoice();
/dports/finance/prestashop/prestashop/src/Core/Shop/
H A DLogoUploader.php70 public function updateInvoice() function in PrestaShop\\PrestaShop\\Core\\Shop\\LogoUploader
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/webservices/
H A Dserver_invoice.php715 function updateInvoice($authentication, $invoice) function
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/webservices/
H A Dserver_invoice.php731 function updateInvoice($authentication, $invoice) function
/dports/finance/gnucash/gnucash-4.9/bindings/python/example_scripts/rest-api/
H A Dgnucash_rest.py492 invoice = updateInvoice(session.book, id, customer_id, currency,
1307 def updateInvoice(book, id, customer_id, currency_mnumonic, date_opened, function