[Koha-bugs] [Bug 8179] Receiving multiple order lines at once

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Oct 28 15:28:24 CET 2020


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

--- Comment #19 from Agustín Moyano <agustinmoyano at theke.io> ---
(In reply to Séverine Queune from comment #18)
> Hi Agustin,
> No "Processing" problem anymore !
> But I now get this Software error trying to receive an order, whenever I use
> the current "Receive" link or the new checkbox :
> Can't locate Data/Printer.pm in @INC (you may need to install the
> Data::Printer module) (@INC contains: /var/repositories/koha
> /home/koha/perl5/lib/perl5/x86_64-linux-gnu-thread-multi
> /home/koha/perl5/lib/perl5 /etc/perl
> /usr/local/lib/x86_64-linux-gnu/perl/5.20.2 /usr/local/share/perl/5.20.2
> /usr/lib/x86_64-linux-gnu/perl5/5.20 /usr/share/perl5
> /usr/lib/x86_64-linux-gnu/perl/5.20 /usr/share/perl/5.20
> /usr/local/lib/site_perl . /home/koha/koha-dev/var/lib/plugins) at
> /var/repositories/koha/acqui/orderreceive.pl line 141.
> BEGIN failed--compilation aborted at
> /var/repositories/koha/acqui/orderreceive.pl line 141.
> 
> No error when I switch back to master.
> I stop the test at step 12, but for step 14, could we imagine to ass the
> usual options "Check all / Uncheck all" we have on other Koha pages ?
> I know it would be useful, especially if we use it combined with filters on
> basket for example or author if a collection must be receipted.

Sorry about that.. I'll fix that ASAP.

Regarding check all / uncheck all I thought about that, but wasn't sure what
the expected behaviour should be. 

Because this tables are paginated on server, it means that we do not have all
rows when render. So this check all should check only the rows that are
visible, or all rows that matches the filter?

Maybe we could do something similar to what GMail does, to have a check all
that only selects visible rows, and display a label or a button that says
something like "Select all 523 rows".

Anyhow, this should be a consistent behaviour for all datatables and deserves
it's own bug and discussion. That's the reason why I didn't implement that.

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


More information about the Koha-bugs mailing list