dolibarr/htdocs/modulebuilder
javieralapps4up 65cf350367
Date filters are lost when clicking on a title
When filtering on a date, $param ONLY contains that entire date. I don't know if it's better to fill $param with month, day and year or get the full date (unix time)
2022-08-27 11:48:05 +02:00
..
admin NEW Add API for partnership module 2022-07-15 13:41:02 +02:00
template Date filters are lost when clicking on a title 2022-08-27 11:48:05 +02:00
index.php dolButtonToOpenUrlInDialogPopup works better with nojs=1 2022-08-23 12:25:44 +02:00
README.md clean markdown 2019-12-04 08:26:40 +01:00

Module Builder

This is a module to provide embedded tools to develop your own application/features inside Dolibarr ERP CRM software. It provide tools for module developers to kickstart their project and give an hands-on sample of which features Dolibarr has to offer for module development.

If you don't need to develop your own module/application, you just don't need this.

After enabling this module, you should find features to generate or edit modules/application from menu Home - Admin tools - Module builder

Documentation

Module tutorial

Dolibarr development