Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-14 | Imlement Stops report | Abyss777 | |
2017-03-15 | Use timezone from preferences for excel reports | Abyss777 | |
2016-12-10 | Return JSON response by default | Anton Tananaev | |
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-01 | Move parseDate to DateUtil | Abyss777 | |
2016-11-01 | Remove json conversion in reports | Abyss777 | |
2016-10-17 | - Implement export reports to excel | Abyss777 | |
- Migrate csv export to /api/positions | |||
2016-08-19 | - Added trips report | Abyss777 | |
- Refactored reports models - Added tests for ReportUtils - Added speed to test-generator.py - Other changes | |||
2016-08-10 | Forget one | Abyss777 | |
2016-08-10 | Used import instead of full name | Abyss777 | |
2016-08-10 | - Used constants in ReportResource | Abyss777 | |
- Renamed variables and functions in ReportController - Changed Strings - Fixed year | |||
2016-08-09 | - Fixed csv MIME type and added response header | Abyss777 | |
- Added 3 report types - Changed some Strings - Fixed jscs issues in other files | |||
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 | General report implementation | Abyss777 | |
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 |