چۈشەندۈرۈش
WordPress plugin helper to connect to the Dolibarr ERP/CRM REST API. Connect to Dolibarr through the REST API to send your contacts, WooCommerce products or any data that will fit in your ERP/CRM.
This plugin has got no interface. You will only get notified in case the Dolibarr API is not correctly configured from the WordPress admin «Plugins» screen.
This plugin provides a simple tool for developers to use in their own plugin to connect to the Dolibarr REST API.
ئورنىتىش
Installing «Dolibarr REST API» can be done either by searching for «Dolibarr REST API» via the «Plugins > Add New» screen in your WordPress dashboard, or by using the following steps:
- Download the plugin via WordPress.org
- Upload the ZIP file through the ›Plugins > Add New > Upload‹ screen in your WordPress dashboard
- Activate the plugin through the ›Plugins‹ menu in WordPress
Dolibarr configuration steps:
- Activate the REST API for Dolibarr: go to menu Home > Setup > Modules/Applications and activate the API/Web services (REST server).
- Generate and copy the admin user API key: go to menu Home > Users & groups, select your admin user in the list. Once on the User card, click the Modify button and generate and copy the Key for API (see screenshot). Click the Save button.
WordPress configuration steps:
1. Add the Dolibarr URL and your admin user API key to the wp-config.php
file. Here is an example:
define( 'DOLIBARR_REST_API_URL', 'https://my-dolibarr.com/' );
define( 'DOLIBARR_REST_API_USER_KEY', 'M1e57FZ69D0ophaizqTRsNB6lQ3d0EA6' );
FAQ
- Does this plugin depend on any others?
-
No, but it depends on a working instance of the Dolibarr ERP, accessible from the network.
- Does this create new database tables?
-
No. There are no new database tables with this plugin.
- Does this load additional JS or CSS files ?
-
No. This plugin does not load additional CSS or JS files.
- What does this plugin do?
-
This plugin is useless on its own. It should be combined with another plugin that actually interacts with the Dolibarr REST API (agenda, contacts, third parties, expense, clients, products, etc.).
- How can I disable the request cache?
-
GET requests can be cached if explicitely stated (see the controller PHP code). Call the page adding
&disable_cache=1
to the URL to disable cache.
تۆھپىكار ۋە ئىجادكار
«Dolibarr REST API» كودى ئوچۇق يۇمشاق دېتال. تۆۋەندىكى كىشىلەر بۇ قىستۇرمىغا تۆھپە قوشقان.
تۆھپىكار«Dolibarr REST API» نى تىلىڭىزغا تەرجىمە قىلىڭ
ئىجادىيەتكە قىزىقامسىز؟
كودقا كۆز يۈگۈرتۈپ، SVN خەزىنە تەكشۈرۈپ ياكى RSSئارقىلىق ئىجادىيەت خاتىرىسىگە مۇشتەرى بولغىلى بولىدۇ.
ئۆزگىرىش خاتىرىسى
1.0.0
- 2018-11-28
- Initial release