dolibarr/htdocs/core/triggers
2018-04-10 08:07:23 +02:00
..
dolibarrtriggers.class.php
index.html
interface_20_all_Logevents.class.php Fix: use fullname instead id is more explicit 2017-10-09 11:34:28 +02:00
interface_20_modWorkflow_WorkflowManager.class.php NEW Add 2 new automatic classification in workflow module 2017-11-14 01:00:57 +01:00
interface_50_modAgenda_ActionsAuto.class.php Missing translation 2018-03-22 13:16:38 +01:00
interface_50_modBlockedlog_ActionsBlockedLog.class.php Fix: missing User object with API REST 2018-04-10 08:07:23 +02:00
interface_50_modLdap_Ldapsynchro.class.php NEW add ldap_rename for avoid password if ldap key changed 2017-10-04 11:22:41 +02:00
interface_50_modMailmanspip_Mailmanspipsynchro.class.php Fix code of triggers (disabled if module not enabled) 2017-07-13 11:25:25 +02:00
interface_50_modNotification_Notification.class.php Scrutinizer Auto-Fixes 2017-10-07 11:09:31 +00:00
README
README-FR

Directory content
--------------------------------------------------------
This directory contains all available Dolibarr triggers.

Trigger file name syntax is:
> interface_modModule_Mytrigger.php[-NORUN]

where:
> modModule is part of module descriptor file name found in core/modules
            directory or value 'all' if not enabled by a particular module.
> Mytrigger is name of the trigger. The PHP class inside the trigger file
            would be named InterfaceMytrigger.
> -NORUN is optional and disable completely a trigger file if set. To use 
            a trigger with such a name, rename file to remove the -NORUN part.