dolibarr/htdocs/includes/triggers
Regis Houssin e4ea54f315 Fix: move class to class directory
Fix: mutualize code
2010-04-28 17:30:59 +00:00
..
interface_all_Demo.class.php-NORUN Works on enhancement of project module 2010-03-05 11:30:22 +00:00
interface_all_Logevents.class.php according to new tree directory 2010-04-28 10:02:54 +00:00
interface_modAgenda_ActionsAuto.class.php according to new tree directory 2010-04-28 07:55:43 +00:00
interface_modCommande_Ecotax.class.php-NORUN New: Enhancement in category module 2010-03-20 00:07:47 +00:00
interface_modCommande_Fraisport.class.php-NORUN Fix: functions "ereg", "ereg_replace", "eregi", "eregi_replace" is deprecated since php 5.3.0 2009-10-21 13:09:42 +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 according to new tree directory 2010-04-28 10:11:41 +00:00
interface_modPhenix_Phenixsynchro.class.php fix : pb after changing langs directory 2010-04-28 16:20:56 +00:00
interface_modPropale_Exportsynchro.class.php-NORUN Fix: move class to class directory 2010-04-28 17:30:59 +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$