Laurent Destailleur 534db40d87 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2 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 554e449e40 code syntax core directory 4 years ago
interface_20_all_Logevents.class.php 554e449e40 code syntax core directory 4 years ago
interface_20_modWorkflow_WorkflowManager.class.php 534db40d87 Merge branch '16.0' of git@github.com:Dolibarr/dolibarr.git into 16.0 2 years ago
interface_50_modAgenda_ActionsAuto.class.php e43fcc4d92 Fix tackid for action USER_ 2 years ago
interface_50_modBlockedlog_ActionsBlockedLog.class.php b12aae4a99 FIX amount of payment deleted in unalterable log (for old record must 3 years ago
interface_50_modEventOrganization_EventOrganization.class.php 4c80e0425b Fix date for tasks created during project creation 3 years ago
interface_50_modLdap_Ldapsynchro.class.php 415ee6669a FIX missing php8 warning 3 years ago
interface_50_modMailmanspip_Mailmanspipsynchro.class.php 1d2929e3f5 Clean code 4 years ago
interface_50_modNotification_Notification.class.php 316380afd2 1 3 years ago
interface_50_modTicket_TicketEmail.class.php 0c2e349b89 FIX #22334 2 years ago
interface_80_modStripe_Stripe.class.php 36ccc52554 Doc 3 years ago
interface_90_modSociete_ContactRoles.class.php ed264182c6 Merge branch '13.0' of git@github.com:Dolibarr/dolibarr.git into 14.0 3 years ago
interface_99_modWebhook_WebhookTriggers.class.php d8b6a67064 Fix picto 2 years ago
interface_99_modZapier_ZapierTriggers.class.php 11d18fae4a Clean code 3 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.