taler-www

Main taler.net website
Log | Files | Refs | Submodules | README | LICENSE

2026-05-libeufin.html.j2 (1347B)


      1 {% extends "common/news.j2" %}
      2 {% block body_content %}
      3 
      4 <h1>2026-05: LibEuFin Connector for Dolibarr is out</h1>
      5 <p> <small>by Bohdan Potuzhnyi</small> </p>
      6 <p>
      7   The LibEuFin Connector for Dolibarr is now available. The Free Software
      8   module connects <a href="https://www.dolibarr.org/">Dolibarr ERP &amp; CRM</a>
      9   with <a href="https://docs.taler.net/libeufin/">LibEuFin</a>, allowing
     10   businesses with EBICS access to synchronize their bank account with Dolibarr.
     11 </p>
     12 <p>
     13   The connector works through libeufin-nexus and supports automatic
     14   synchronization of incoming bank transactions, matching and booking of
     15   incoming customer payments against customer invoices, matching supplier
     16   refunds against supplier credit notes, and staging outgoing supplier payments
     17   and customer refunds.
     18 </p>
     19 <p>
     20   Tutorials, demos, and showcases are available on the
     21   <a href="https://tutorials.taler.net/merchant/libeufinconnector-dolibarr/index">GNU Taler tutorials website</a>.
     22   The tutorials cover installation, configuration, incoming transactions,
     23   outgoing transactions, and a complete demo workflow.
     24 </p>
     25 
     26 <h4>Source code</h4>
     27 <p>
     28   The source code is available on GitHub at
     29   <a href="https://github.com/bohdanpotuzhnyi/dolibarr-libeufinconnector">github.com/bohdanpotuzhnyi/dolibarr-libeufinconnector</a>.
     30 </p>
     31 {% endblock body_content %}