Nessun prodotto
* I prezzi possono variare a seconda del Paese.
* Al momento del pagamento è possibile aggiungere un contributo aggiuntivo.
Nuovi Prodotti
Trasforma Dolibarr in una piattaforma completa per il laboratorio: cruscotto, riparazioni con Kanban, pianificazione, diagnosi, pagamenti, firma di ritiro, dispositivi, marche, catalogo guasti, garanzie, resi, ricambi, inventario, fornitori, ordini, tecnici, appuntamenti, contratti, portale cliente, fatturazione, avvisi e reportistica.
Trasforma Dolibarr in una piattaforma completa per il centro estetico: cruscotto, clienti e potenziali, CRM bellezza, trattamenti, appuntamenti e agenda, schede di trattamento, personale e assenze, cabine, attrezzature, prodotti cosmetici e scorte, vendite, cassa, pacchetti, buoni regalo, fedeltà, recensioni, marketing, automazioni, acquisti, spese, portale cliente e reportistica.
mp1615d20250711204302
This module allows you to synchronize your contacts and third parties to and from NextCloud/CardDAV.
|
|

|
Publisher: Christophe TREMBLAY-GUILLOUX |
Module version: auto |
This module allows you to synchronize your contacts and third parties to and from NextCloud/CardDAV.
To avoid syncing everything, you can apply a filter based on the contact group (important) to manage. This lets you keep your personal NextCloud contacts that are unrelated to Dolibarr.
You can configure the synchronization direction: either one-way from Dolibarr to your CardDAV server, or two-way.
Next, set the priority in case of conflict: either Dolibarr takes precedence or NextCloud does.
Only changes are synchronized, but you can force synchronization if needed.
Finally, define the display format for names in your CardDAV address book: you can specify a template to generate the name.
{{ contact.firstname }} {{ contact.lastname }} {% if thirdparty.array_options.options_code_tek != '' %}- {{ thirdparty.array_options.options_code_tek }}{% endif %}
In this example, I use an additional third-party attribute called code_tek, which is a short code I assign to each company. It helps me identify them quickly. So when synchronization occurs, the generated name will look like:
PRENOM NOM - CODE
{% if thirdparty.array_options.options_code_tek != '' %}{{ thirdparty.array_options.options_code_tek }} - {% endif %}{{ thirdparty.name }}