https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=39917

--- Comment #2 from Pedro Amorim <[email protected]> ---
Created attachment 182518
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=182518&action=edit
Bug 39917: Add new optional 'mark_completed' ILL screen

This new 'Mark completed' screen only shows when ILL_STATUS_ALIAS is not empty,
i.e. Koha installations that are not using ILL_STATUS_ALIAS will not see any
change in their workflow.
Backends that don't implement 'mark_completed' are inherently already making
use of core 'mark_completed' and will automatically adopt this enhancement.
Backends that do implement their own mark_completed don't automatically adopt
this enhancement and will not see any change in their workflow.

Test plan:
1) Enable ILLModule sys pref
2) Create a new ILL request:
   <staff_url>/cgi-bin/koha/ill/ill-requests.pl?method=create&backend=Standard
3) Add a type, cardnumber and library. Click 'Create'.
4) You should now be on the manage request screen. Click 'Confirm' and 'Confirm
request'.
5) You should be on the manage request screen again. Click 'Mark completed'.
The request's status became 'Completed'.
6) Add at least one AV entry to ILL_STATUS_ALIAS av category, visit:
  
<staff_url>/cgi-bin/koha/admin/authorised_values.pl?op=add_form&category=ILL_STATUS_ALIAS
7) Add 'abc_code' to 'Authorized value' and 'abc_description' to 'Description'.
Click 'Save'.
8) Repeat steps 2 to 5. Notice that when you 'Mark completed' now, a new screen
is shown prompting for a status_alias.
9) Pick a status_alias and save. Notice the 'status' now shows the alias.

Sponsored-by: NHS England

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
[email protected]
https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to