Laurent Destailleur 058c431483 FIX The project was lost when creating the event "sent by email". Also, 9 years ago
..
README e32d31f76d fix english misspelling 11 years ago
README-FR 3338649316 [task #217] Move core files in core directory 13 years ago
dolibarrtriggers.class.php 7f3531a04c Enhance script to track duplicate translation string and use it to 9 years ago
index.html ec661d0c6c Removed index.php and replaced them with blank index.html as it is more appropriate 11 years ago
interface_20_all_Logevents.class.php 9c51effe5c Ajout plus d'info dans description audit. 10 years ago
interface_20_modPaypal_PaypalWorkflow.class.php 2800faffa8 Fix: File names must be in lowercase. 10 years ago
interface_20_modWorkflow_WorkflowManager.class.php 27217ccccd Maxi debug of supplier order workflow. 9 years ago
interface_50_modAgenda_ActionsAuto.class.php 058c431483 FIX The project was lost when creating the event "sent by email". Also, 9 years ago
interface_50_modLdap_Ldapsynchro.class.php a8d28b5e46 NEW Add a filter field to restrict list of member when doing a LDAP list 9 years ago
interface_50_modMailmanspip_Mailmanspipsynchro.class.php 2800faffa8 Fix: File names must be in lowercase. 10 years ago
interface_50_modNotification_Notification.class.php d35f728fad added handle to trigger FICHINTER_ADD_CONTACT in notify module 9 years ago
interface_90_all_Demo.class.php-NORUN 4e707af0fd Add demo information and transsaction management 9 years ago

README

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 core/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 optional and disable completely a trigger file if set. To use
a trigger with such a name, rename file to remove the -NORUN part.