Dolibarr is an Open Source project, which lives thanks to all volunteer contributors.
If you want to help the project, here is the list of contributions that allow Dolibarr project to grow:
1. You have time to spend on the project :
If you are a developer
If you are a developer, join Dolibarr development team to contribute to the project. See Developer FAQ for that.
You don’t know where to start? Some “simple” features to realize are listed on github repository of the project. Ideal to start contributing to the project.
If you speak a non-English language
Translate Dolibarr in your language if its translation doesn’t exist or is incomplete. See Documentation translator, or directly on transifex.
Translate Dolibarr documentation of the wiki, you just have to create an account on the Wiki.
Submit articles to promote Dolibarr on news sites in your language or on your own site. Otherwise, a link to https://www.dolibarr.org can’t do any harm.
If you are not a developer or translator
You can help extend/update Dolibarr documentation in the wiki, especially the section User documentation.
If I have build a connector or module in another open-source project to integrate Dolibarr REST API with these ETL tools, where can I publish it for the Dolibarr users? Is some topic in the forum for this propose?
Why would Dolibarr users be interested unless they also run that another open source project, where they would look among that other projects connector/module ?
@jonbendtsen the users could be interested because is an easy way to have operative data extraction from Dolibarr to data warehouses, data lakes or another repositories to do data analytics, business intelligence or to make integrations with clients end user interfaces like web pages.
The tool I am talking about is Airbyte and I have built the Dolibarr connector for it because I needed it to integrate my Dolibarr data to another data repository to be used as knowledge base of an AI LLM agent of my business.
So, many times the users of Dolibarr wants to do these advanced data analytics but maybe they do not do this data integrations because it is considered hard to do and they don’t know that this other open source tools are available and have integration with Dolibarr REST API.
Also this helps the Dolibarr project to be more flexible and attractive for the end users due to the easy interoperability.
I can see 2 places - and i believe both could be done at the same time.
There could be a wiki page about other tools that can integrate with Dolibarr, possibly even multiple pages where one could look into how to learn from your Dolibarr data.
The other could be a module for Dolibarr which could push the data to airbyte?