dolibarr/htdocs/societe/class
Jean Traullé d8e15e529c
New REST API improvements to thirdparties bank accounts and gateways
- API endpoints has been added and documented to allow user to add, update and delete payment gateways like the one used by Stripe module (stored in table llx_societe_account)
- API endpoints for CompanyBankAccounts has been slightly modified to be harmonized with other API endpoints (this should not be a problem since these methods are not yet in Dolibarr latest stable version (aka 8.0))
- Some documentation has been improved (to be shown in REST explorer)
- societeaccount.class.php has been slightly modified to include missing $login member ; notnull value of member fk_website is now -1 to put it to NULL when updating the record.
2018-08-26 17:29:04 +02:00
..
address.class.php $db attributte now be protected 2017-02-08 20:27:14 -03:00
api_contacts.class.php function declaration 2018-08-15 14:28:34 +02:00
api_thirdparties.class.php New REST API improvements to thirdparties bank accounts and gateways 2018-08-26 17:29:04 +02:00
client.class.php Optimize constructors 2018-04-21 15:08:46 +02:00
companybankaccount.class.php Remove duplicated code 2018-06-30 01:34:51 +02:00
companypaymentmode.class.php Can fetch a companypaymentmode of a thirdparty 2018-04-10 18:11:08 +02:00
index.html
societe.class.php Merge branch '8.0' of git@github.com:Dolibarr/dolibarr.git into develop 2018-08-12 20:09:22 +02:00
societeaccount.class.php New REST API improvements to thirdparties bank accounts and gateways 2018-08-26 17:29:04 +02:00