Line 9:
Line 9:
{{TemplateDocDevZh}}
{{TemplateDocDevZh}}
−
Dolibarr provides several mechanisms to interface Dolibarr with an external system on the behave of a Dolibarr event :
+
Dolibarr提供了两种简单的机制,允许Dolibarr与第三方应用程序接口:
−
* [[Triggers]] - a mechanism to activate your own code when Dolibarr executes an action (for example, creation of invoice, edit of a user, delete of an order, ...)
+
*[[Triggers]] - 在内部业务操作事件(例如,创建发票、修改用户、删除订单等)后激活代码。
−
* [[Module WebHook]] - a module to send a JSON message on a Dolibarr triggered event.
+
*[[Module WebHook]] - 一个用于发送消息的JSON套件的模块,该组件可以触发Dolibarr的触发器。
−
* [[Hooks system]] - an interface to integrate your own code in an entry point of Dolibarr
+
*[[Hooks system]] - 在Dolibarr入口点激活您的代码(入口点可以位于任何位置,而不是用操作触发)。
−
For more information on the opposite mechanism (allow an external system to interface with the Dolibarr system and use the Dolibarr's datas), see [[Interfaces from foreign systems toward Dolibarr]].
+
有关允许外部系统操作Dolibarr的方法,请参阅 [[外部系统到Dolibarr的接口]] 页面。