vertelab / odoo-af

2 stars 5 forks source link

AFC-2609 - Interpreter Widget error #691

Open fredrikarvas-vertel opened 3 years ago

fredrikarvas-vertel commented 3 years ago

1 When Hanna (user 53) logins in (and checkes booked interpreters) she gets this message: image

image

I do not know from where this error comes (it is replicated when clicking on the interpreter widget) Update: Fredrik and Hemangi has troubleshooted this issue and we do not see any clear source of the error. Let's fix other issues firs. The user is assigned Interpreter Admin meanwhile.

2 When searching for bookings in the interpreter-accountant-list there is an inconsistency:

Group by = Created by: Displays Hanna image

Filter for Cretated by = contains = Hanna: Does not Display Hanna image

Search for: contains coach. But does not display the right Hanna image

3 Wording is sometimes: Assigned to/Created by, Coach.

The interpreter team uses "Interpreter user" as their phrase, because that is a different role than the one that orders the interpreter sometimes. I think we could display "Changed by" instead of "Created by" to start with. That will show the latest person who added information (or Odoo if it was automatic)

4 Please add interpreter name and phone to formview. image

5 We have a small error in the interpretation for Kanbanview in the "interpreter tray" image

6 Please make the numbers add up. image

Userstory: As a user, I want/do ...., Because...

Screen-shots old GUI: (illustrations of the old system)

Screen-shots with changes: (illustration of proposed changes)

Screen-shots from development: (plese add screen-shots of the development in the comment below)

Bugreport: (only for Bug-Issues) Steps to reproduce and where in the system the defect is located...

Module name: (added by Nils or Fredrik) odoo-xx/xx_ (name convention: [supplier-function]/[function-functionality-specialization] )

Development Branch name: Dev-12.0-[CRM/DAFA]-Sprint-[number]-AFC-1XXX-...

Target Branch name: https://github.com/vertelab/odoo-xxx/tree/...

Module type: Application/Property/Resource/Glue/API module [see https://github.com/vertelab/odoo-af/issues/178 for more info]

Integrations used in this module:

Test-steps: Install the module... Login with... Click...

Test-data:

Description to the manifest: This module/update...

Estimate: (@developers: Add your times here, not in comments please) Estimated Hours: Estimated Date: Actual Hours: 1 Hour and 50 mins

rupareliyahemangi145 commented 3 years ago

Hello @FredrikArvas

I've created Pr https://github.com/vertelab/odoo-outplacement/pull/288 for this issue.

Here is video for result: https://www.loom.com/share/3ee82fc5f5f84188b488fe74f9c9c0dd

  1. Need working user's assigned users group list
  2. Fixed for Create by. Not reproduce for Coach
  3. Added some more fields in search and group by.
  4. Done
  5. Done
  6. Need to add more filters to fix this. Like following:

For now we have following filter with following conditions.

  1. Not Delivered Booking Active, Interpreter Booking status = 1, Interpreter Booking status 2 = 4 and today date is after or equal to activity time end.

  2. On Going Booking Active, Interpreter Booking status = 1, Interpreter Booking status 2 = 3 or 4

  3. Awaiting Booking Active, Interpreter Booking status = 1, Interpreter Booking status 2 = 1

  4. Failed Active, Interpreter Booking status = 1, Interpreter Booking status 2 = 1

  5. Cancelled By Interpreter Active, Interpreter Booking status 2 = 5

  6. Done Deactive

We have to add following filters:

  1. Delivered Active, Interpreter Booking Status = 2

  2. No available interpreter Interpreter Booking Status 2 = 2

  3. Cancelled By AF Interpreter Booking Status 2 = 6

Please check it and let me know if anything.

Thanks. Regards, Hemangi.

Anushalewis commented 3 years ago

Testing completed, except the 6 th point rest of them work as expected. please find the attached test results Test Results AFC-2609.docx

rupareliyahemangi145 commented 3 years ago

Hello @Anushalewis

Can we schedule a call?