You are not logged in.
Pages: 1
I can not find any documentation that goes over how to create a custom report with the Report Plugin. I created a folder and copied an already coded file template. I don't know where to put new form titles? Right now it shows up in the admin section as "xxxxxx_report_title".
Offline
in the locale file, you can find translations strings (.po and .mo files)
(backup before any change)
edit .po files and add the string "xxxxxx_report_title" and its translation then convert .po file to .mo file ( use on line converters)
then replace .mo file in "locale" folder.
then refresh translation cache ( glpi -> debug mode> setup> general> performance> )
Trouver la panne avant de réparer...
GLPI10.0.16 (ubuntu 22.04 PHP8.1 Mariadb10.6 ) plugins : comportements 2.7.3 reports 1.16.0 formcreator 2.13.9, datainjection 2.13.5 fields 1.21.9
Offline
Pages: 1