commit 7fa30b697ba68c621df9f2498e862bb2c1ac21d0
parent dd29e9b1b6047a787658ec176da60197b3367812
Author: Bohdan Potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date: Sat, 2 May 2026 20:27:29 +0200
[libeufin-connector] news
Diffstat:
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/properties.yml b/properties.yml
@@ -226,6 +226,9 @@ newsposts:
- page: 2026-06.html
date: 2026-07-16
title: "Taler lecture at Cedarcrypt 2026"
+ - page: 2026-05-libeufin.html
+ date: 2026-05-02
+ title: "LibEuFin Connector for Dolibarr is out"
- page: 2026-05.html
date: 2026-04-07
title: "TalerBarr is now available to everyone"
diff --git a/template/news/2026-05-libeufin.html.j2 b/template/news/2026-05-libeufin.html.j2
@@ -0,0 +1,31 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2026-05: LibEuFin Connector for Dolibarr is out</h1>
+<p> <small>by Bohdan Potuzhnyi</small> </p>
+<p>
+ The LibEuFin Connector for Dolibarr is now available. The Free Software
+ module connects <a href="https://www.dolibarr.org/">Dolibarr ERP & CRM</a>
+ with <a href="https://docs.taler.net/libeufin/">LibEuFin</a>, allowing
+ businesses with EBICS access to synchronize their bank account with Dolibarr.
+</p>
+<p>
+ The connector works through libeufin-nexus and supports automatic
+ synchronization of incoming bank transactions, matching and booking of
+ incoming customer payments against customer invoices, matching supplier
+ refunds against supplier credit notes, and staging outgoing supplier payments
+ and customer refunds.
+</p>
+<p>
+ Tutorials, demos, and showcases are available on the
+ <a href="https://tutorials.taler.net/merchant/libeufinconnector-dolibarr/index">GNU Taler tutorials website</a>.
+ The tutorials cover installation, configuration, incoming transactions,
+ outgoing transactions, and a complete demo workflow.
+</p>
+
+<h4>Source code</h4>
+<p>
+ The source code is available on GitHub at
+ <a href="https://github.com/bohdanpotuzhnyi/dolibarr-libeufinconnector">github.com/bohdanpotuzhnyi/dolibarr-libeufinconnector</a>.
+</p>
+{% endblock body_content %}