Commit graph

937 commits

Author SHA1 Message Date
Korina Cordero
a22816d18a Add battery conflict report to acl.yaml. Add route to controller for battery conflict report #197 2019-03-29 10:06:58 +00:00
b09ca589f2 Merge branch '195-make-get-warranties-api-call-sort-by-date_create-instead-of-serial-number' into 'master'
Resolve "Make get warranties api call sort by date_create instead of serial number"

Closes #195

See merge request jankstudio/resq!230
2019-03-22 05:18:37 +00:00
Korina Cordero
3e79c3960c Change the API call to warranties to sort by date_create #195 2019-03-22 05:16:59 +00:00
Ramon Gutierrez
c37323924a Merge branch '193-reskin-global-search' into 'master'
Update global search layout and use single template for both views #193

Closes #193

See merge request jankstudio/resq!228
2019-03-18 17:46:17 +00:00
Ramon Gutierrez
14817f19e7 Update global search layout and use single template for both views #193 2019-03-18 23:42:47 +08:00
66be264ae8 Merge branch '182-history-search' into 'master'
Resolve "History search"

Closes #182

See merge request jankstudio/resq!227
2019-03-18 12:46:19 +00:00
Korina Cordero
179fbe3718 Add checking if results are empty #182 2019-03-18 06:07:28 -04:00
Korina Cordero
9e5b597d44 Add table headers to tables. Set default value to display if field is null for legacy job orders #182 2019-03-18 04:01:25 -04:00
Korina Cordero
97570405d6 Display the results into three separate tables #182 2019-03-18 03:20:22 -04:00
Korina Cordero
b021479d2e Fix display issue for search results #182 2019-03-15 05:16:22 -04:00
Korina Cordero
fc94bfbef1 Set a maximum number of results for the query. Fix the issue of the search word not sent to the controller. #182 2019-03-14 07:31:44 -04:00
Korina Cordero
bd1009dac9 Implement the search feature from the controller #182 2019-03-14 04:44:59 -04:00
Korina Cordero
dc842aab5e Create controller, route, and default page for search #182 2019-03-13 03:17:47 -04:00
Korina Cordero
e447973bb0 Add the search items to acl.yaml and menu.yaml #182 2019-03-12 23:23:56 -04:00
Korina Cordero
34c22b01e2 Add getters and setters for LegacyJobOrder. Create service that searches for plate number, name, and phone numbers in the legacy job orders, current job orders, and warranty. Create test command to test the search service. #182 2019-03-12 05:30:10 -04:00
a1408c618c Merge branch '141-geofencing-coverage-area-2' into 'master'
Resolve "Geofencing coverage area"

Closes #141

See merge request jankstudio/resq!221
2019-03-10 17:34:17 +00:00
27372264e9 Add geofence check for job order request api call #141 2019-03-11 01:32:52 +08:00
2ffc856b10 Add GeofenceTracker service and test command #141 2019-03-10 22:33:35 +08:00
d24be90314 Refactor import kml to handle multiple polygons #141 2019-03-10 19:47:33 +08:00
Korina Cordero
f93b675976 Use EntityManagerInterface instead of ObjectManager for ORM 2019-03-07 02:37:14 -05:00
Korina Cordero
5def677267 Create command that takes a kml file as an argument. Fix errors with the SupportedArea entity file and the KMLImporter service. 2019-03-06 19:52:05 -05:00
Korina Cordero
84eb00f9e5 Create function to retrieve the enclosed area from a KML file 2019-03-05 03:28:51 -05:00
Korina Cordero
87a8770bb4 Create entity file for supported areas 2019-03-03 20:13:16 -05:00
8f04f6ac05 Merge branch '191-bug-with-detailed-rejection-report' into 'master'
Change rejection report user created by to rejection user #191

Closes #191

See merge request jankstudio/resq!224
2019-03-03 17:52:38 +00:00
63dd85da17 Change rejection report user created by to rejection user #191 2019-03-04 01:51:20 +08:00
8f9d83522c Merge branch '189-change-label-for-facilitated-by' into 'master'
Rename Rider facilitated by to Battery facilitated by #189

Closes #189

See merge request jankstudio/resq!223
2019-03-01 14:49:29 +00:00
c1d7f183c1 Rename Rider facilitated by to Battery facilitated by #189 2019-03-01 22:48:36 +08:00
b228060082 Merge branch '190-detailed-rejection-report' into 'master'
Separate and create detailed rejection report #190

Closes #190

See merge request jankstudio/resq!222
2019-03-01 14:45:19 +00:00
d791374b29 Separate and create detailed rejection report #190 2019-03-01 22:43:59 +08:00
61d4ad0764 Merge branch '184-rejection-report' into 'master'
Resolve "Rejection report"

Closes #184

See merge request jankstudio/resq!220
2019-02-25 19:10:56 +00:00
71ed134e78 Output csv for rejection report #184 2019-02-26 03:07:56 +08:00
fb15b3e3bc Add new rejection reasons #184 2019-02-26 01:45:26 +08:00
924c00c41f Fix date start and end filtering for rejection report #184 2019-02-24 02:29:50 +08:00
2c8f626aa6 Load data for rejection report in json format #184 2019-02-24 02:09:38 +08:00
Ramon Gutierrez
cde59a44e8 Fix chrome autocomplete positioning over datepicker #184 2019-02-24 00:54:37 +08:00
Ramon Gutierrez
c0500180a0 Fix link to rejection report on header #184 2019-02-24 00:50:06 +08:00
Ramon Gutierrez
8b6066bb38 Update template path for rejection report form #184 2019-02-24 00:49:48 +08:00
Ramon Gutierrez
167452caad Add template for rejection report form #184 2019-02-24 00:49:18 +08:00
f59476c2d3 Add routes, acl and template changes for rejection report #184 2019-02-23 23:31:46 +08:00
d5a012cbef Merge branch '186-separate-long-lat-from-point-for-reports-generation' into 'master'
Resolve "Separate long lat from point for reports generation"

Closes #186

See merge request jankstudio/resq!219
2019-02-21 07:40:36 +00:00
3d3f386fa3 Add command for populating long / lat fields in job order #186 2019-02-21 15:39:24 +08:00
bc8d01dc6a Add coord_long and coord_lat fields to JobOrder entity #186 2019-02-21 14:40:17 +08:00
55d9fb329f Merge branch '185-move-facilitated-by-and-rename-label-in-job-order-form' into 'master'
Move facilitated by fields and relabel #185

Closes #185

See merge request jankstudio/resq!217
2019-02-15 13:58:53 +00:00
c0c8ef4d24 Move facilitated by fields and relabel #185 2019-02-15 21:58:03 +08:00
17e93f26ec Merge branch '183-rejection-feature-for-hubs' into 'master'
Resolve "Rejection feature for hubs"

Closes #183

See merge request jankstudio/resq!216
2019-02-12 09:20:29 +00:00
Ramon Gutierrez
623c80421a Add route and processing for hub rejections #183 2019-02-12 00:14:15 +08:00
Ramon Gutierrez
345ca27a31 Fix associations for JORejection to JobOrder #183 2019-02-12 00:12:58 +08:00
Ramon Gutierrez
b63695e846 Fix typos on JORejection entity #183 2019-02-11 21:01:57 +08:00
Ramon Gutierrez
9f1c5b9cc9 Add JORejection entity #183 2019-02-11 18:41:05 +08:00
54bc9455a1 Add Reject button for nearest hub section of job order dispatch #183 2019-02-10 22:16:22 +08:00