From e5fdea85f344f1fe27bb5e0f75ccfedb8ed1f8f9 Mon Sep 17 00:00:00 2001 From: objec Date: Tue, 5 May 2026 16:00:15 +0400 Subject: [PATCH] Update README.md to clarify plugin Signed-off-by: objec --- app/Plugins/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/Plugins/README.md b/app/Plugins/README.md index 92b22b92d..b46b2d847 100644 --- a/app/Plugins/README.md +++ b/app/Plugins/README.md @@ -528,6 +528,12 @@ For custom tables, plugins can create them during `install()` and drop them duri 3. Each enabled plugin registers its listeners via `registerEvents()` 4. Events::on() callbacks are invoked automatically +If a plugin event trigger is not available, create an issue in the opensourcepos repository requesting the event to be +added as a feature. Specify the event, where it should be triggered, and what data should be passed to the callback. + +If a plugin event trigger exists but the data you need is not passed to the callback, please open an issue in the +opensourcepos repository requesting the data to be added as a feature. + ## Testing Enable plugin logging to debug: