Nessun prodotto
* I prezzi possono variare a seconda del Paese.
* Al momento del pagamento è possibile aggiungere un contributo aggiuntivo.
Nuovi Prodotti
ITS Dashboard è una dashboard KPI avanzata e ad alte prestazioni, progettata specificamente per Dolibarr ERP/CRM, che consolida le metriche aziendali critiche in un'unica interfaccia coerente e in tempo reale.
Guida utente del modulo Milestone/Jalon, che consente di associare o raggruppare prodotti e servizi sotto dei milestone, con visualizzazione del subtotale. È inoltre possibile aggiungere righe di commento senza dettagli quali IVA, prezzo, ecc., nonché forzare interruzioni di pagina nei preventivi, negli ordini clienti, nelle fatture clienti, nelle fatture fornitori e negli ordini fornitori.
mp23357d20260708170932
Install your custom PDF document models (pdf_*.modules.php) with a simple drag & drop — no carrier module to build.
|
|
You wrote a custom PDF document model (pdf_mymodel.modules.php) for a customer. Dolibarr gives you no way to install it: you have to build a carrier module by hand for every customer, declare module_parts['models'], copy the file into the right core/modules/<object>/doc/ directory... and remember that the class name must match the file name, or the model silently never shows up.
EasyModelePdf replaces all of that with a drag & drop.
Security note: uploading a PHP file is code deployment. Upload is restricted to Dolibarr admin users, CSRF-protected, and the file is parsed to check it declares the expected model class. Only deploy models you trust.