Keine Produkte
* Preise können je nach Land unterschiedlich sein.
* Ein zusätzlicher Beitrag kann zum Zeitpunkt der Zahlung hinzugefügt werden.
Neue Produkte
Manage laboratory and technical equipment, calibration schedules, maintenance, certificates, QR labels, due/overdue alerts and PDF records directly in Dolibarr.
Benutzerhandbuch für das Modul Milestone/Jalon zum Gruppieren von Produkten und Dienstleistungen unter Meilensteinen mit Zwischensummen. Fügen Sie Kommentarzeilen ohne MwSt. oder Preis hinzu und erzwingen Sie Seitenumbrüche in Angeboten, Kundenbestellungen, Kundenrechnungen, Lieferantenbestellungen und Lieferantenrechnungen.
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.