Template trips

Ronald Rodriguez4 hours ago

I am running Traccar 6.11.1 official, with the only modification being support for SQL Server 2016.

I’m having an issue with Traccar. I upgraded my server to version 6.11, but the Trips report export no longer shows the Device column.

This is how the template currently looks in the export folder:

Report type: Trips

Device: ${device.deviceName}
Group: ${device.groupName}
Period: ${dateTool.format("YYYY-MM-dd HH:mm:ss", from, locale, timezone) + " - " + dateTool.format("YYYY-MM-dd HH:mm:ss", to, locale, timezone)}

When I export the report, the header only shows “Trips” (or “Viajes” when localized to Spanish), and the Device and Group name fields are completely ignored.

I have also modified the template to display different titles, and I even deleted the trips.xlsx / viajes.xlsx file from the export folder, but the report continues to be generated in exactly the same way without any errors.

My question is whether the way to customize report templates has changed in recent versions, or if I now need to modify something elsewhere (for example, on the client side).