InfotelGLPI / mydashboard

Plugin mydashboard for GLPI
http://blogglpi.infotel.com/
GNU General Public License v2.0
43 stars 19 forks source link

How to create new columns? #97

Closed henriquearthur closed 4 years ago

henriquearthur commented 4 years ago

How can I add new columns to widgets that list certain tickets?

I know it's probably not possible through the interface, so if you can point where in the code I should look at to add columns like creation date and SLA progress I would appreciate.

Thanks

keha35 commented 4 years ago

Hi,

It's indeed not possible through the interface. I can't point where in the code you need to check because it depend which graph you want to update. You need to update the sql query to get the data and then update the header in the output. All the reports are in the folder "reports" of the plugin.