From ca616aa9c2b595f61aceb26b60584c53016d0949 Mon Sep 17 00:00:00 2001 From: Jacek Kowalski <Jacek@jacekk.info> Date: Thu, 19 Mar 2026 12:28:47 +0000 Subject: [PATCH] Release version 5.0 --- README.md | 16 +++++++++++++++- 1 files changed, 15 insertions(+), 1 deletions(-) diff --git a/README.md b/README.md index a428fd1..f57a4db 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,18 @@ -Prerequisites: +# 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