Sin productos
* Los precios pueden variar dependiendo de su país.
* Se puede añadir un aporte adicional al momento del pago.
Nuevos productos
Doli2Doli makes it easy to transfer third parties and products between different Dolibarr instances using the REST API. Configure your destination Dolibarr instances once, then select the instance to which you want to send your data directly from the records themselves.
Cree fácilmente etiquetas personalizadas para sus productos, lotes, almacenes y terceros directamente desde Dolibarr. Diseñe una plantilla visual reutilizable con textos, imágenes, códigos de barras y códigos QR, y genere automáticamente archivos PDF listos para imprimir con los datos de cada elemento.
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.