Sin productos
* Los precios pueden variar dependiendo de su país.
* Se puede añadir un aporte adicional al momento del pago.
Nuevos productos
Adds your company stamp or signature image to the last page of every invoice PDF. The stamp is positioned automatically so it never overlaps the totals, the payments table or the footer legal mentions. Upload your image from the module setup page: no code, and no core Dolibarr file is modified.
Guía de usuario del módulo Milestone/Jalon, que permite asociar o agrupar productos y servicios bajo hitos, mostrando el subtotal correspondiente. También es posible añadir líneas de comentario sin detalles como IVA, precio, etc., así como forzar saltos de página en presupuestos, pedidos de clientes, facturas de clientes, facturas de proveedores y pedidos a proveedores.
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.