dolibarr/htdocs/includes/triggers
2008-05-13 01:57:45 +00:00
..
interface_all_Demo.class.php-NORUN New: Yeh! Now all automatic actions are externalised in triggers. This make code so so much easier to understand and offer a lot of possible new features. 2008-04-08 01:22:53 +00:00
interface_all_Logevents.class.php New: Audit feature can low log unsuccessful try to login and add ip in report 2008-04-09 21:38:39 +00:00
interface_modAgenda_ActionsAuto.class.php Fix: Missing translation 2008-05-13 01:57:45 +00:00
interface_modCommande_Ecotax.class.php-NORUN New: Nouvelle regle de nommage des triggers pour rendre dev plus simple 2007-12-27 21:18:24 +00:00
interface_modCommande_Fraisport.class.php-NORUN New: Nouvelle regle de nommage des triggers pour rendre dev plus simple 2007-12-27 21:18:24 +00:00
interface_modEditeur_Editeur.class.php-NORUN New: Nouvelle regle de nommage des triggers pour rendre dev plus simple 2007-12-27 21:18:24 +00:00
interface_modLdap_Ldapsynchro.class.php New: Add trigger on enabled and disable user. 2008-03-20 21:22:35 +00:00
interface_modNotification_Notification.class.php New: Nouvelle regle de nommage des triggers pour rendre dev plus simple 2007-12-27 21:18:24 +00:00
interface_modPhenix_Phenixsynchro.class.php Ajout trigger Phenix - non opérationnel 2008-01-06 20:33:31 +00:00
interface_modWebcalendar_Webcalsynchro.class.php New: Yeh! Now all automatic actions are externalised in triggers. This make code so so much easier to understand and offer a lot of possible new features. 2008-04-08 02:12:02 +00:00
README New: Nouvelle regle de nommage des triggers pour rendre dev plus simple 2007-12-27 21:18:24 +00:00
README-FR New: Nouvelle regle de nommage des triggers pour rendre dev plus simple 2007-12-27 21:18:24 +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$