Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-01 | Option to limit report period | Anton Tananaev | |
2017-07-26 | - Implement base manager classes as generics | Abyss777 | |
- Remame getDeviceById and getDeviceByUniqueId functions | |||
2017-07-26 | Override getById in all managers | Abyss777 | |
2017-07-26 | Split Drivers and Groups management | Abyss777 | |
2017-03-16 | Share code in excel reports | Abyss777 | |
2017-03-15 | Use timezone from preferences for excel reports | Abyss777 | |
2017-02-26 | Safely name sheets for excel reports | Abyss777 | |
2016-11-24 | - Use one parser | Abyss777 | |
- Reverted passing variables way | |||
2016-11-23 | - Pass client timezone to excel template | Abyss777 | |
- Templates: adjust timezone, use "https" in links | |||
2016-11-06 | Use distance units in Excel reports | Anton Tananaev | |
2016-11-02 | Update copyright notice emails | Anton Tananaev | |
2016-11-01 | Remove json conversion in reports | Abyss777 | |
2016-10-20 | - Fix export empty reports | Abyss777 | |
- Cleanup templates metadata | |||
2016-10-19 | - Filter events on server side | Abyss777 | |
- Use common path for templates - Filter events about geofences that user do not have access (minor security fix) - Removed unused function - Visual templates improvements | |||
2016-10-17 | - Implement export reports to excel | Abyss777 | |
- Migrate csv export to /api/positions | |||
2016-08-12 | - Removed decimal part | Abyss777 | |
- Fixed license header | |||
2016-08-12 | - Fixed casting ignition object to boolean | Abyss777 | |
- Renamed motorHours to engineHours - Changed engine hours formatter to just hours - Added previously missed license headers to reports - Added Andrey Kunitsyn to some license headers | |||
2016-08-08 | - Added deviceId in SummaryReport | Abyss777 | |
- Response bare array for application/json - Migrate to /api/reports/route in web-interface | |||
2016-08-08 | - Used @Consumes and @Produces instead of direct header access | Abyss777 | |
- Renamed General to Summary - Other changes | |||
2016-08-05 | - Moved GeneralReport to separate file | Abyss777 | |
- Removed unnecessary getOut function - Added methods sorting | |||
2016-08-04 | - Moved retrieving Accept to BaseResource | Abyss777 | |
- Added Events report - Removed deviceIds from csv | |||
2016-08-04 | - Added getGroupDevices to PermissionsManager | Abyss777 | |
- Implemented Route Report |