2025-08.html.j2 (1802B)
1 {% extends "common/news.j2" %} 2 {% block body_content %} 3 4 <h1>2025-09: TalerBarr — v0.1.0 (Inventory sync)</h1> 5 <p> <small>by Bohdan Potuzhnyi</small> </p> 6 <p> 7 TalerBarr is a Free Software module that brings <a href="https://taler.net/">GNU Taler</a> to 8 <a href="https://www.dolibarr.org/">Dolibarr ERP & CRM</a>. 9 This first public release is an MVP focused on inventory synchronization between Taler and Dolibarr. 10 More info about the project is available on <a href="https://talerbarr.potuzhnyi.com/">the project website</a>. 11 </p> 12 13 <h4>Download</h4> 14 <ul> 15 <li> 16 <a href="https://github.com/bohdanpotuzhnyi/talerbarr/releases/tag/v0.1.0">Release v0.1.0 on GitHub</a> 17 </li> 18 <li>Direct module zip: 19 <a href="https://github.com/bohdanpotuzhnyi/talerbarr/releases/download/v0.1.0/module_talerbarr-0.1.0.zip">module_talerbarr-0.1.0.zip 20 </a> 21 </li> 22 </ul> 23 24 <h4>Funding</h4> 25 <p> 26 This work is supported by NLnet (NGI Taler). See the project page for details. 27 </p> 28 29 <div style="margin:.5rem 0 1rem 0"> 30 <img src="../../images/logo-nlnet.svg" 31 alt="NLnet logo" 32 style="height:36px;vertical-align:middle;margin-right:12px;"> 33 <img src="../../images/logo-NGI_Taler.svg" 34 alt="NGI Taler logo" 35 style="height:36px;vertical-align:middle;"> 36 </div> 37 38 <h4>License</h4> 39 <p> 40 Licensed under the GNU Affero General Public License v3.0 or later (AGPL-3.0-or-later). 41 A copy is available at <a href="https://www.gnu.org/licenses/agpl-3.0.html">gnu.org/licenses</a>. 42 </p> 43 44 <h4>Source code</h4> 45 <p> 46 <a href="https://github.com/bohdanpotuzhnyi/talerbarr">github.com/bohdanpotuzhnyi/talerbarr</a> 47 <br> 48 <a href="https://git-www.taler.net/talerbarr">git-www.taler.net/talerbarr</a> 49 </p> 50 51 {% endblock body_content %}