[Koha-bugs] [Bug 32019] Add option to mark items returned in batch modification

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Oct 30 14:08:27 CET 2022


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

Katrin Fischer <katrin.fischer at bsz-bw.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Signed Off                  |Failed QA

--- Comment #6 from Katrin Fischer <katrin.fischer at bsz-bw.de> ---
Sorry, ending up with some questions here:

0) Terminology

I have several terminology issues here in the GUI, but also in the code, we are
still horribly inconsistent all over.

returned = checked in
issue = checkout

Please update at least the note on the form and use . for ending sentences :)

What statuses would remain untouched? It's used several times as an
explanation, but I am not sure what is meant actually.

1) I assume we skip here, because they will be re-indexed when the job is
processed later on?

+ skip_record_index => 1,
+ skip_holds_queue  => 1,

If we don't update the index, the item would still show as checked out in the
result list.

2) Options on the form are misaligned in the form in the new staff interface
design.

3) Why the empty setting? Wouldn't it make sense to preset to 'No'? 

4) You said this is to allow the library to delete the item. 

"Eventually, after the patron has paid, or after some time, the library may
wish
to delete the item. When doing so, they do not wish to check the item in and
affect any statuses"

Why not add this option to the item batch delete form then?

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list