Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-13 | Add Driver column to Trip report template | Abyss777 | |
2017-07-13 | - Save both driver name and driver unique id in trip report | Abyss777 | |
- Map user and driver objects to notification templates - Add driverUnauthorized templates | |||
2017-07-12 | - Handle rfid attributes and populate driverUniqueId | Abyss777 | |
- Add Driver Name to Trip report | |||
2017-06-20 | Change type of 'spentFuel' to double | Abyss777 | |
2017-06-16 | Fix last Stop if it is last position in period | Abyss777 | |
2017-06-16 | Centralized motion detection | Abyss777 | |
2017-06-15 | Set 'minimalNoDataDuration' default value to one hour | Abyss777 | |
2017-06-15 | Detect Trips and Stops by gaps in data | Abyss777 | |
2017-06-14 | Move tests to correct unit | Abyss777 | |
2017-06-14 | Imlement Stops report | Abyss777 | |
2017-06-09 | Small trips calculation optimization | Anton Tananaev | |
2017-04-17 | Remove unused imports and fix tests | Anton Tananaev | |
2017-04-17 | Add spent fuel to summary report | Anton Tananaev | |
2017-03-24 | Format speed in notification templates | Abyss777 | |
2017-03-16 | Share code in excel reports | Abyss777 | |
2017-03-15 | Use timezone from preferences for excel reports | Abyss777 | |
2017-03-14 | Implemented helper lookupPreference | Abyss777 | |
2017-03-14 | Fix forceSettings applying | Abyss777 | |
2017-03-14 | - Use ternary operator | Abyss777 | |
- Apply server.forceSettings to speed units, distance units and timezone - Use hyphens for date formatting | |||
2017-03-13 | - Add timezone field to User and Server model | Abyss777 | |
- Pass Velocity DateTool to templates - Adjusted templates to use timezone | |||
2017-03-08 | Minor formatting fixes | Anton Tananaev | |
2017-03-04 | Renamed Position.KEY_FUEL to Position.KEY_FUEL_LEVEL; | jon-stumpf | |
2017-02-26 | Safely name sheets for excel reports | Abyss777 | |
2016-12-01 | Implement trips unit test | Anton Tananaev | |
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-24 | Remove empty lines | Abyss777 | |
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-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-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-09-16 | Use same code formatting for switches | Anton Tananaev | |
2016-08-25 | Made trips detector behavior configurable | Abyss777 | |
2016-08-24 | - Fixed optional odometer for wondex protocol | Abyss777 | |
- Do not use zero odometer values to calculateDistance | |||
2016-08-23 | - Fixed units of KEY_ODOMETER to meters in some protocols | Abyss777 | |
- Fixed some wrong using of odometer and distance - Waiting meters in ReportUtils.calculateDistance | |||
2016-08-20 | Removed rounding and BigDecimal for distance and averageSpeed | Abyss777 | |
2016-08-20 | - Renamed calculateFuel | Abyss777 | |
- Used int in BigDecimal constructor - Added extra space | |||
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 | |