dolibarr/htdocs/includes/triggers
2010-09-15 16:17:14 +00:00
..
interface_all_Demo.class.php-NORUN Perf: A little speed improvement 2010-09-14 22:14:55 +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 Fix: Action "send by email" are correctly stored in agenda. 2010-09-12 20:27:40 +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_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:03 +00:00
interface_modPropale_Exportsynchro.class.php-NORUN Fix: move class to class directory 2010-04-28 17:30:59 +00:00
interface_modPropale_PropalWorkflow.class.php Works on module hook integration 2010-09-11 12:03:49 +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:03 +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$