Hello Anton...
I followed the steps in the following link after downloading and installing java:
https://www.traccar.org/build/
Firstly I executed the following command:
git clone --recursive https://github.com/traccar/traccar.git
and then went to:
root/traccar/traccar-web/modern/src/reports/components/
and I modified the ReportFilter.js file and i replaced lines 126 and 137 and saved the changes.
Then I executed the command
./gradlew assemble
from inside the path root/traccar and everything was done without error, then I copied the contents of the target folder (tracker-server , lib)to the traccar path and agreed on the replacement and then i restarted the traccar service. But unfortunately the problem is still there, what the wrong? please help me
Finally I succeeded in compiling from the source code.
It was a very fun job...
Thank you for your help Anton I am very grateful.
Hello Anton...
I followed the steps in the following link after downloading and installing java:
https://www.traccar.org/build/
Firstly I executed the following command:
git clone --recursive https://github.com/traccar/traccar.git
and then went to:
root/traccar/traccar-web/modern/src/reports/components/
and I modified the ReportFilter.js file and i replaced lines 126 and 137 and saved the changes.
Then I executed the command
./gradlew assemble
from inside the path root/traccar and everything was done without error, then I copied the contents of the target folder (tracker-server , lib)to the traccar path and agreed on the replacement and then i restarted the traccar service. But unfortunately the problem is still there, what the wrong? please help me