How to remove all Dolibarr names completely?

Hello,
I hope that since Dolibarr is a open source software, we can re-brand it and use it for offering commercial services without any limitations. So, I would like to know how can I remove all details related to “Dolibarr” i.e., places wherever it displays the name “Dolibarr” like interfaces, emails, reports etc. I would like to put my company name or other details over there. Can someone let me know it I can do this in this open source software and how it can be done?

- Regards and Thanks in advance

You can look at the source code.

You may add the constant MAIN_APPLICATION_TITLE to “yourname” into home - setup - miscellaneous

2 Likes

Thanks for the information @eldy. I would also like to know if I can install and offer ERP services for my client and charge money fro the service using this software.

Yes you can.
Dolibarr GPL licence allows this.

Note that you can also benefit of Dolicloud partnership to offer ERP services to your customers. More information on page: http://dolicloud.com/en/faq/140-become-a-dolicloud-reseller

1 Like

Thanks for your quick response.

Hello Eldy,

I can not find the file where I can change it or add it. Is the installation folder specifically main.inc.php? And hoping not to be annoying, could you help me with the code I should incorporate so that this change is reflected throughout the system?

Once executed, is this part of the side menu where it appears is also removed? (attached image)

From now I thank you and I am very attentive to your answer

remove.png

I thank you already

a hug

I can not find the file where I can change it or add it. Is the installation folder specifically main.inc.php? And hoping not to be annoying, could you help me with the code I should incorporate so that this change is reflected throughout the system?

Once executed, is this part of the side menu where it appears is also removed? (attached image)

From now I thank you and I am very attentive to your answer

Regards

Pièces jointes :

I also want to remove that part which elmis posted. Please help us Eldy.

Thanks

Hi elmis

I got the solution. Just go to the “main.inc.php” file then comment out the code from line 1679-1733 (or find this line print “<!-- Begin Help Block–>\n”;). Then it will be work.