Where to find a good module development book?

Hy
I am interesting in this product but i didn’t find any book for module development! If it is a good erp/crm system then why is missing a book for development other than oficial documentation?

I think the main reason it doesn’t extist, it’s because it take time to make such book and people prefers to focus on improving Dolibarr.

Moreover, it’s quite simple when you look at the code of other modules or/and documentation ( Making dolibarr module was my first experience with PHP and my module is working fine) the most annoying part is understanding the ***** database schema.

here the basic steps:
1- make a module with a single dummy page ( the doc is usable)
2- change it in Agile mode to reach your module Goal. (doc + retro engineering needed)

for the Db intraction I addapted the script to generate a page from a db ( it’s not perfect but it helps) :https://github.com/delcroip/dolibarr_page_from_SQLtable

br.

1 Like