dolibarr/htdocs/includes/triggers
2010-09-15 16:07:27 +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 Fix: functions "ereg", "ereg_replace", "eregi", "eregi_replace" is deprecated since php 5.3.0 2009-10-21 13:09:42 +00:00
interface_modAgenda_ActionsAuto.class.php Move file actioncomm.class.php to comm/action directory 2010-04-01 07:51:59 +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 move notify.class.php to core directory 2010-04-13 14:17:01 +00:00
interface_modPhenix_Phenixsynchro.class.php Fix: Too many problems with triggers outside of standard dir. Only external module triggers must be in module dir. 2010-09-15 16:07:27 +00:00
interface_modPropale_Exportsynchro.class.php-NORUN Fix: move class 2010-03-23 21:31:05 +00:00
interface_modWebcalendar_Webcalsynchro.class.php Fix: Too many problems with triggers outside of standard dir. Only external module triggers must be in module dir. 2010-09-15 16:07:27 +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$