dolibarr/htdocs/includes/triggers
Laurent Destailleur 637aa69e37 Fix
2011-04-27 19:04:40 +00:00
..
interface_all_Demo.class.php-NORUN Add trigger USER_CREATE_FROM_CONTACT 2010-11-08 17:34:38 +00:00
interface_all_Logevents.class.php Fix: Trans 2011-02-07 19:31:11 +00:00
interface_modAgenda_ActionsAuto.class.php New: Function dol_now('tzuser') is now supported. 2010-12-08 13:13:17 +00:00
interface_modLdap_Ldapsynchro.class.php Fix: LDAP Synchro of user-group works when we change group content. 2010-01-16 19:56:05 +00:00
interface_modNotification_Notification.class.php Doxygen 2010-07-21 12:35:56 +00:00
interface_modPropale_Exportsynchro.class.php-NORUN Qual: Uniformize code (ligne -> line) 2010-10-27 14:15:30 +00:00
interface_modPropale_PropalWorkflow.class.php Fix 2011-04-27 19:04:40 +00:00
README Works on workflow 2010-04-22 06:29:34 +00:00
README-FR Works on workflow 2010-04-22 06:29:34 +00:00

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 includes/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 optionnal and disable completely a trigger file if set. To use 
            a trigger with such a name, rename file to remove the -NORUN part.


$Id$