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-04-17 | Add spent fuel to summary report | Anton Tananaev | |
2017-03-16 | Share code in excel reports | Abyss777 | |
2017-03-15 | Use timezone from preferences for excel reports | Abyss777 | |
2016-11-24 | - Invert variable meaning | Abyss777 | |
- Style fixes | |||
2016-11-24 | Combine lookupAttribute helpers | Abyss777 | |
2016-11-24 | Merge pull request #2592 from Abyss777/excel_timezone | Anton Tananaev | |
Fix excel export if timezone of client and server are different | |||
2016-11-24 | - Use one parser | Abyss777 | |
- Reverted passing variables way | |||
2016-11-23 | Implement attributes helpers | Abyss777 | |
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-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-09-21 | Implement lookup attribute helpers for primitives | Abyss777 | |
2016-09-21 | - Add two functions to lookup attributes from device to server and from ↵ | Abyss777 | |
device to config - Removed constant | |||
2016-09-20 | Add parameter "report.ignoreOdometer" | Abyss777 | |
2016-08-19 | - Added trips report | Abyss777 | |
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes | |||
2016-08-14 | - Added rounding for some values | Abyss777 | |
- Some changes in casting objects - Renamed General to Summary | |||
2016-08-13 | - Split distance to distance and total distance | Abyss777 | |
- Switch summary report to total distance - Move DistanceHandler after filters in pipeline - Other accompanying changes | |||
2016-08-12 | Removed unused imports | Abyss777 | |
2016-08-12 | Removed unnecessary rounding | Abyss777 | |
2016-08-12 | Calculate summary distance with help of "odometer" or "distance" attribute | Abyss777 | |
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-11 | - Enabled IgnitionEventHandler in pipeline | Abyss777 | |
- Added motorHours to SummaryReport - Added ignition to test-generator.py | |||
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 |