dolibarr/htdocs/includes/triggers
2011-05-28 03:34:20 +00:00
..
interface_all_Demo.class.php-NORUN Works on paypal module 2011-05-24 17:28:58 +00:00
interface_all_Logevents.class.php Fix: Trans 2011-02-07 19:25:32 +00:00
interface_modAgenda_ActionsAuto.class.php New: Automatic events has no percent. 2011-05-02 18:51:57 +00:00
interface_modLdap_Ldapsynchro.class.php Qual: Clean LDAP code 2011-05-28 03:34:20 +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_modWorkflow_WorkflowManager.class.php Workflow is empty by default but can be modified with module workflow 2011-03-01 09:46:34 +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$