Commit graph

988 commits

Author SHA1 Message Date
e6239eb053 Merge branch '204-set-customer-vehicle-current-battery' into 'master'
Resolve "Set customer vehicle current battery"

Closes #204

See merge request jankstudio/resq!238
2019-05-27 02:06:46 +00:00
f62a904822 Merge branch '206-redis-service' into 'master'
Resolve "Redis service"

Closes #206

See merge request jankstudio/resq!241
2019-05-27 02:06:19 +00:00
744cb9946a Merge branch '209-fix-text-issue-when-deleting-an-object' into 'master'
Resolve "Fix text issue when deleting an object"

Closes #209

See merge request jankstudio/resq!245
2019-05-27 02:03:54 +00:00
74f292da52 Merge branch '210-error-when-updating-role-id' into 'master'
Resolve "Error when updating role id"

Closes #210

See merge request jankstudio/resq!246
2019-05-27 02:01:56 +00:00
6501f6c0e3 Merge branch '211-plate-number-validation' into 'master'
Resolve "Plate number validation"

Closes #211

See merge request jankstudio/resq!247
2019-05-27 02:01:20 +00:00
2de0770506 Merge branch '212-command-to-make-battery-compatibility-json' into 'master'
Resolve "Command to make battery compatibility json"

Closes #212

See merge request jankstudio/resq!248
2019-05-27 01:58:39 +00:00
92c0f2d169 Fix bug in battery:generate_compatibility_json command #212 2019-05-27 09:57:20 +08:00
Korina Cordero
144156e377 Create command that generates a JSON file of vehicles and their models with their compatible battery. #212 2019-05-16 07:05:21 +00:00
Korina Cordero
2a501e60e4 Update plate number validation, according to specifications. #211 2019-05-15 02:17:41 +00:00
Korina Cordero
1a3263a428 Use redis client provider to connect to redis. #206 2019-05-14 09:16:15 +00:00
Korina Cordero
b8a7cf6e2a Remove console.log message. #210 2019-05-10 07:09:42 +00:00
Korina Cordero
0d291b037c Fix the error message when user tries to update the role ID. #210 2019-05-10 07:02:37 +00:00
Korina Cordero
40da013c5c Fix for text issue when deleting a hub, outlet, or role. #209 2019-05-10 01:44:30 +00:00
Korina Cordero
712d54abc5 Change link to Google Maps API in the job order form. #206 2019-05-08 00:22:57 +00:00
Korina Cordero
161601ece5 Remove the cert file parameter for the redis client. #206 2019-05-06 01:25:04 +00:00
Korina Cordero
b6591fe28e Add redis environment variables. #206 2019-05-03 09:29:00 +00:00
Korina Cordero
a166a5f09a Add support for connecting to redis with an ssl file and password. #206 2019-05-03 07:15:43 +00:00
Korina Cordero
afc07e7c68 Add service to connect to redis. Add command to test service with the HubCounter service. #206 2019-05-02 07:21:49 +00:00
ce520ebf51 Merge branch '207-legacy-jo-display' into 'master'
Resolve "Legacy JO display"

Closes #207

See merge request jankstudio/resq!243
2019-05-02 03:29:13 +00:00
Korina Cordero
32e30fcfbb Add purchase date to the details form. #207 2019-05-02 01:22:35 +00:00
Korina Cordero
b1b2a60f8f Fix display issue for delivery address and preparedby fields. #207 2019-05-02 00:02:56 +00:00
a400ec57f5 Merge branch '207-legacy-jo-display' into 'master'
Resolve "Legacy JO display"

Closes #207

See merge request jankstudio/resq!242
2019-05-01 13:50:21 +00:00
Korina Cordero
fbbfaa5637 Fix wiring and missing fields for legacy_job_order_row. #207 2019-05-01 09:55:47 +00:00
Korina Cordero
9205429662 Add the legacy job order row details to the details page. #207 2019-05-01 09:34:00 +00:00
Korina Cordero
2a31a2823d Fix the look of the details form. #207 2019-04-30 12:27:41 +00:00
Korina Cordero
55bd686b34 Disable the text areas and advance order slider. #207 2019-04-30 11:58:36 +00:00
Korina Cordero
32fa839e2c Display the legacy job order details when Details is clicked. #207 2019-04-30 11:53:47 +00:00
Korina Cordero
115b99eb73 Add details form for legacy job order search results. #207 2019-04-30 10:58:46 +00:00
Korina Cordero
4e711ca2c3 Rename the service to JobOrderManager. #204 2019-04-22 06:04:22 +00:00
daf0d03065 Merge branch '205-global-search-warranty-fields' into 'master'
Resolve "Global search warranty fields"

Closes #205

See merge request jankstudio/resq!239
2019-04-22 05:23:32 +00:00
Korina Cordero
d47158ced7 Add the warranty class, expiry date, serial, battery ID to the warranties table for search. #205 2019-04-16 00:53:20 +00:00
Korina Cordero
24715196e5 Create command to update the battery of the customer vehicle to the battery last purchased. #204 2019-04-15 08:58:30 +00:00
Korina Cordero
fd6e617f95 Add a service that sets the job order as fulfilled and sets the current battery of the customer vehicle to the battery that was purchased. Create a command that tests the service. #204 2019-04-12 07:39:21 +00:00
680f27316f Merge branch '203-add-tnv-warranty-to-battery' into 'master'
Resolve "Add TNV Warranty to Battery"

Closes #203

See merge request jankstudio/resq!237
2019-04-11 09:05:21 +00:00
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