From 68733e1d15a3b3cca8f1dc4e7c78dba1cd756e81 Mon Sep 17 00:00:00 2001
From: Jacek Kowalski <Jacek@jacekk.info>
Date: Mon, 16 Feb 2026 21:31:48 +0000
Subject: [PATCH] Add KSeF invoice attributes

---
 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