From b89f1de5088585a7d7ad122ff219017a35d41041 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Mon, 16 Feb 2026 17:04:55 +0000 Subject: [PATCH] UcrmHelper: simplify getting root plugin directory --- README.md | 18 ++++++++++++++++-- 1 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 43e0aac..f57a4db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ -Prerequisites: -- wFirma account with no 2FA enabled, +# UCRM wFirma plugin + +Synchronizes payments and invoices with wFirma.pl system. + +## Prerequisites: + +- wFirma access key, secret key and app key, - separate invoice numbering scheme with no checking created in wFirma, - tax included pricing set in UCRM. + +## Installation + +1. Clone this repository: `git clone https://github.com/jacekkow/ucrm-wfirma` +2. Run composer: `composer update` +3. Pack the plugin: `./vendor/bin/pack-plugin` +4. Upload wfirma.zip file in UCRM System -> Plugins tab. +5. Click "Add webhook" button next to the "Public URL" field. +6. Configure the plugin. -- Gitblit v1.10.0