dolibarr/htdocs/core/triggers
Laurent Destailleur 27217ccccd Maxi debug of supplier order workflow.
Add trigger ORDER_SUPPLIER_CLASSIFY_BILLED
Parameter user is added so it is defined into triggers.
2016-04-09 18:51:09 +02:00
..
dolibarrtriggers.class.php Enhance script to track duplicate translation string and use it to 2015-12-06 13:34:57 +01:00
index.html Removed index.php and replaced them with blank index.html as it is more appropriate 2014-07-12 23:18:57 +02:00
interface_20_all_Logevents.class.php Ajout plus d'info dans description audit. 2014-10-31 15:42:35 +01:00
interface_20_modPaypal_PaypalWorkflow.class.php Fix: File names must be in lowercase. 2014-10-11 18:27:30 +02:00
interface_20_modWorkflow_WorkflowManager.class.php Maxi debug of supplier order workflow. 2016-04-09 18:51:09 +02:00
interface_50_modAgenda_ActionsAuto.class.php Maxi debug of supplier order workflow. 2016-04-09 18:51:09 +02:00
interface_50_modLdap_Ldapsynchro.class.php NEW Add a filter field to restrict list of member when doing a LDAP list 2015-10-30 19:23:23 +01:00
interface_50_modMailmanspip_Mailmanspipsynchro.class.php Fix: File names must be in lowercase. 2014-10-11 18:27:30 +02:00
interface_50_modNotification_Notification.class.php added handle to trigger FICHINTER_ADD_CONTACT in notify module 2016-03-13 19:58:39 +01:00
interface_90_all_Demo.class.php-NORUN Uniformize code 2015-11-28 20:25:50 +01:00
README fix english misspelling 2014-03-05 09:58:52 +01:00
README-FR

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.