commit 73b5d1633b987c1b48e80c040019f83b5440d73d
parent b3398bc8e78860507427fbce2fa29ee61a756c86
Author: bohdan-potuzhnyi <bohdan.potuzhnyi@gmail.com>
Date: Tue, 7 Apr 2026 18:43:48 +0200
[talerbarr] adding news about completion of the module
Diffstat:
2 files changed, 34 insertions(+), 0 deletions(-)
diff --git a/properties.yml b/properties.yml
@@ -216,6 +216,9 @@ présentation se terminera par un atelier durant lequel les participants pourron
speaker: Christian Grothoff
email: cg'AT'taler.net
newsposts:
+ - page: 2026-05.html
+ date: 2026-04-07
+ title: "TalerBarr is now available to everyone"
- page: 2026-04.html
date: 2026-03-21
title: "GNU Taler 1.5 released"
diff --git a/template/news/2026-05.html.j2 b/template/news/2026-05.html.j2
@@ -0,0 +1,31 @@
+{% extends "common/news.j2" %}
+{% block body_content %}
+
+<h1>2026-04: TalerBarr is now available to everyone</h1>
+<p> <small>by Bohdan Potuzhnyi</small> </p>
+<p>
+ TalerBarr is now available to everyone. The Free Software module integrates
+ <a href="https://taler.net/">GNU Taler</a> with
+ <a href="https://www.dolibarr.org/">Dolibarr ERP & CRM</a> and now
+ supports all major features needed for practical deployments, including
+ inventory management, payments, refunds, and reconciliations.
+</p>
+<p>
+ Documentation is available at
+ <a href="https://docs.talerbarr.potuzhnyi.com/">docs.talerbarr.potuzhnyi.com</a>.
+ Tutorials for working with Talerbarr are also available on the
+ <a href="https://tutorials.taler.net/">GNU Taler tutorials website</a>.
+</p>
+<p>
+ More information about the project is available on
+ <a href="https://talerbarr.potuzhnyi.com/">the TalerBarr website</a>.
+</p>
+
+<h4>Source code</h4>
+<p>
+ <a href="https://github.com/bohdanpotuzhnyi/talerbarr">github.com/bohdanpotuzhnyi/talerbarr</a>
+ <br>
+ <a href="https://git-www.taler.net/talerbarr">git-www.taler.net/talerbarr</a>
+</p>
+
+{% endblock body_content %}