Commit graph

1258 commits

Author SHA1 Message Date
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
3c9802bbd2 Fix error message when the user tries to update an API Role that has already been assigned to a user. #194 2019-05-10 07:08: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
e22c62ebab Fix for text issue when deleting an API role. #194 2019-05-10 01:30:03 +00:00
Korina Cordero
35321203f1 Add support for update and delete API User. #194 2019-05-10 01:10:28 +00:00
Korina Cordero
d42e1b1ed5 Add id to the User entity in the API bundle. Add support for list and add API user to the site. #194 2019-05-09 07:43:36 +00:00
Korina Cordero
b8ab5bb3c0 Add comments for the Generator and Voter classes in the auth bundle. Add support for add, update, and delete API Role. #194 2019-05-09 04:24:05 +00:00
Korina Cordero
2bd703fc5c Add routes for API roles and user. Add controller for API role. Display list of API roles. #194 2019-05-08 10:27:53 +00:00
Korina Cordero
ecec2d07d7 Add the enabled flag to the api user and base user. Remove the enabled methods from site user since base class has them. Add checking if user account is enabled during authentication of api user. #194 2019-05-08 08:25:11 +00:00
Korina Cordero
3c236d0ab4 Merge branch 'master' of gitlab.com:jankstudio/resq into 194-catalyst-api-bundle-acl 2019-05-08 07:16:09 +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
2c8dad9164 Remove debug messages and sigint_handler. Create user_data_set to set the redis client. #180 2019-04-29 09:04:37 +00:00
Korina Cordero
e61d77ad8b Remove checking for rider validity. Add call to RiderTracker service from the APIController. #180 2019-04-29 02:16:03 +00:00
Korina Cordero
9503089642 Remove the declaration of global variables from the run method. #180 2019-04-26 03:10:16 +00:00
Korina Cordero
d15099b456 Remove debug message. #180 2019-04-26 02:12:00 +00:00
Korina Cordero
82eec39cfd Create daemon for graceful shutdown for rider location script. #180 2019-04-25 09:57:30 +00:00
Korina Cordero
76b1f07feb Create rider tracker service. Create a test command to test rider tracker service. #180 2019-04-23 11:02:40 +00:00
Korina Cordero
d1b41ca36c Save rider's coordinates into redis hash. #180 2019-04-23 05:59:06 +00:00
deff9b7f74 Remove mysql connector and misc code #180 2019-04-22 14:19:13 +08: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
Korina Cordero
beeaed5c00 Fix query that checks if a warranty already exists. #187 2019-04-12 01:44:00 +00:00
Korina Cordero
7e6a469871 Merge branch 'master' of gitlab.com:jankstudio/resq into 187-generate-warranty-entries-for-existing-job-orders 2019-04-11 09:06:25 +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