dolibarr/htdocs/modulebuilder/README.md

18 lines
718 B
Markdown
Raw Permalink Normal View History

2017-06-24 11:35:53 +02:00
Module Builder
==============
2017-05-27 13:46:34 +02:00
2017-06-24 11:35:53 +02:00
This is a module to provide embedded tools to develop your own application/features inside Dolibarr ERP CRM software.
2024-01-27 17:23:03 +01:00
It provides tools for module developers to kickstart their project and give an hands-on sample of which features Dolibarr
2017-06-24 11:35:53 +02:00
has to offer for module development.
If you don't need to develop your own module/application, you just don't need this.
2023-01-06 14:58:49 +01:00
After enabling this module, you should find features to generate or edit modules/application from menu *Home - Tools - Module builder*
2017-05-27 13:46:34 +02:00
Documentation
-------------
[Module tutorial](https://wiki.dolibarr.org/index.php/Module_development)
2017-05-27 13:46:34 +02:00
[Dolibarr development](https://wiki.dolibarr.org/index.php/Developer_documentation)