dolibarr/htdocs/includes/triggers
2009-08-19 17:16:47 +00:00
..
interface_all_Demo.class.php-NORUN Fix: UTF-8 2009-06-17 20:01:13 +00:00
interface_all_Logevents.class.php New: early development of multi-company module 2009-04-27 20:37:50 +00:00
interface_modAgenda_ActionsAuto.class.php Fix: Fix global typo error 2009-08-19 17:16:47 +00:00
interface_modCommande_Ecotax.class.php-NORUN Fix: UTF-8 2009-06-17 20:01:13 +00:00
interface_modCommande_Fraisport.class.php-NORUN Fix: UTF-8 2009-06-17 20:01:13 +00:00
interface_modEditeur_Editeur.class.php-NORUN Fix: UTF-8 2009-06-17 20:01:13 +00:00
interface_modLdap_Ldapsynchro.class.php New: More robust LDAP synchronizing 2009-08-11 23:42:21 +00:00
interface_modNotification_Notification.class.php Fix: Debug module notification 2009-07-29 22:03:20 +00:00
interface_modPhenix_Phenixsynchro.class.php Fix: Fix global typo error 2009-08-19 17:16:47 +00:00
interface_modPropale_Exportsynchro.class.php-NORUN Add: trigger permettant d'exporter dans un fichier csv les propales cloturŽes signŽes 2009-06-20 06:37:33 +00:00
interface_modWebcalendar_Webcalsynchro.class.php Fix: Fix global typo error 2009-08-19 17:16:47 +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 Qual: Simplify/Uniformize code 2008-10-01 19:10:17 +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$