Commit graph

976 commits

Author SHA1 Message Date
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
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
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
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
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
Korina Cordero
57f1eb1386 Remove duplicate code from classes that extend Role. Rename UserFixtures to RoleFixtures. Create APIRoleFixtures file. #194 2019-03-29 06:35:37 +00:00
Korina Cordero
01f57fdc37 Made the Generator and Voter classes in the Auth bundle abstract. Modify the services.yaml to point to the Voter and Generator classes that extended the base classes from the Auth bundle. #194 2019-03-28 07:03:09 +00:00
Korina Cordero
3862a76d1c Add the access key and yaml file as parameters for the Generator class. #194 2019-03-27 07:49:54 +00:00
Korina Cordero
eaac1dfb7d Create auth bundle with base classes for User and Role. Use base class for user and role in the User and Role entities in the API and the main site. #194 2019-03-27 06:58:08 +00:00
Korina Cordero
d4cfa42c61 Add auth for bundle. Create User and Role entities for API and main site. #194 2019-03-25 08:35:47 +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
Korina Cordero
53332b989a Add ACL support for the API #194 2019-03-21 14:28:18 +00:00
Korina Cordero
eeffdb981a Add prefix to column name for user api key for the join table #194 2019-03-19 04:39:01 -04:00
Korina Cordero
3d5ca1e522 Add Role for API #194 2019-03-19 04:15:03 -04: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