Hello Everyone,
We are new to Dolibarr, so far we like it.
I’ve added an extra field to projects, and I’d like to show the dropdown values in the left menu. Is there any possibility to do this?
BR,
Gabor
Hello Everyone,
We are new to Dolibarr, so far we like it.
I’ve added an extra field to projects, and I’d like to show the dropdown values in the left menu. Is there any possibility to do this?
BR,
Gabor
I think this would require code changes. Possibly maybe perhaps in your own module in your own module.
Hi,
Thanks for your reply. So I have to add the code in the projects module to make something visible in the left side menu?
Maybe you can also add the code in your own module, this is not something I have done or are using. All my modules are the standard from Dolbiarr and development have been in the Dolibarr github project.
This is also a standard module: Projects
Yes, but that is not what I meant.
If you change in a standard module, you are going to make it harder to upgrade Dolibarr - unless of course you can get your changes into Dolibarr, and you do that by submitting a Merge Request at Dolibarrs github page.
Another way to make upgrades easier is to develop your own module that gives you the features you want, because then you can install an official Dolibarr version, add your own module and get the functionality you want.
Regardless of your choice, this dolibarr related project can make it easier for you to run dolibarr in test and development versions with a copy of your production data. GitHub - JonBendtsen/dolibarr_devtainer: Development container setup for dolibarr
Hi Gabor,
From my experience, the only way “I think” you could achieve your goal is to create a custom module and use one of the many hooks Dolibarr provides.
In the past, I’ve used hooks that interact with the main menu; I think it’s possible to do the same with the left menu.
hello, i’m not sure to understand what you want exactly…may you draw a screen sample of what you want ?