Commit graph

954 commits

Author SHA1 Message Date
Korina Cordero
e4e52768f3 Create sql script to set the tnv warranty for all GOLD model batteries. #203 2019-04-11 09:00:41 +00:00
Korina Cordero
be8ceb7e29 Add warr_tnv to the Battery entity. Add the tnv warranty to the add/edit forms. Add means to save/display the tnv warranty data in the forms. #203 2019-04-11 07:33:25 +00:00
2a469dd469 Merge branch '202-legacy-jo-migration' into 'master'
Resolve "Legacy JO Migration"

Closes #202

See merge request jankstudio/resq!236
2019-04-09 14:52:03 +00:00
Korina Cordero
a08e7b39eb Create a file with sql commands to load the legacy data from csv to the database. #202 2019-04-09 09:41:37 +00:00
Korina Cordero
e39289bb54 Add the customer name, mobile, and sap battery fields to the warranty csv file. #202 2019-04-09 09:23:38 +00:00
2c5b0b250c Merge branch '201-new-capi-call' into 'master'
Resolve "new CAPI call"

Closes #201

See merge request jankstudio/resq!235
2019-04-05 06:09:23 +00:00
Korina Cordero
24a0e5a2d1 Change brand and size parameters to brand_id and size_id. #201 2019-04-04 09:22:31 +00:00
Korina Cordero
620a750465 Add CAPI call to add a new battery. #201 2019-04-04 09:07:41 +00:00
62f97a00a4 Merge branch '197-report-to-track-battery-compatibility-conflict' into 'master'
Resolve "Report to track battery compatibility conflict"

Closes #197

See merge request jankstudio/resq!231
2019-04-04 06:55:57 +00:00
Korina Cordero
c80013bc02 Fix formatting issue for csv output. #197 2019-04-03 07:29:14 +00:00
Korina Cordero
3af6d6b7e8 Fix checking for battery conflicts. Add list of compatible batteries for vehicle. #197 2019-04-03 02:14:26 +00:00
Korina Cordero
b0386c4758 Add checking for battery conflicts in existing job orders. #197 2019-04-02 10:22:17 +00:00
6e58445f15 Merge branch '200-add-kml-file-for-geofencing' into 'master'
Add kml file for supported areas #200

Closes #200

See merge request jankstudio/resq!233
2019-04-02 06:15:26 +00:00
c971499109 Add kml file for supported areas #200 2019-04-02 14:14:48 +08:00
f2415b27ce Merge branch '199-geofence-notification-text-change' into 'master'
Change error message for geofence error in mobile app #199

Closes #199

See merge request jankstudio/resq!232
2019-04-02 04:15:11 +00:00
b988abd852 Change error message for geofence error in mobile app #199 2019-04-02 12:06:55 +08:00
Korina Cordero
c720be1c2d Add twig files for the battery conflict report. Add link to the battery conflict report in base twig. Add controller functions to query for the report. #197 2019-04-01 08:57:49 +00:00
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