Re: [Koha] Tabs display in catalogue editing mode

2018-11-01 Thread Jonathan Druart
The bug has been reported for the "list" view on bug 21751.
I do recreate this one on Chrome, and it does not affect Firefox.

On Wed, 31 Oct 2018 at 11:54 Jonathan Druart <
jonathan.dru...@bugs.koha-community.org> wrote:

> Hi Elaine,
>
> I do not recreate, make sure you have correctly cleared the cache of your
> browser.
>
>
> Cheers,
> Jonathan
>
> On Tue, 30 Oct 2018 at 19:50 Elaine Bradtke  wrote:
>
>> We just updated to 18.05.05. Now the tabs are displaying strangely -
>> covering the buttons (and less often, the buttons hide the tab numbers).
>> But it's only a problem with some of the tabs: 1-4 and 8-9. The buttons
>> and
>> tabs still seem to function, but they don't display correctly.
>> It also only seems to happen in Chrome (it works fine in Firefox). I've
>> cleared the browser history in Chrome and restarted it, but it persists.
>> Any thoughts?
>>
>> screenshot:
>> https://drive.google.com/open?id=1phJw3ybaRIKiYjnDyv6vXV73Ondg5nAk
>>
>> Elaine Bradtke
>> VWML
>> English Folk Dance and Song Society | http://www.efdss.org
>> Cecil Sharp House, 2 Regent's Park Road, London NW1 7AY
>> 
>> Tel+44 (0) 20 7485 2206 <+44%2020%207485%202206> (This number is for
>> the English Folk Dance and
>> Song Society in London, England. If you wish to phone me personally, send
>> an e-mail first. I work off site)
>> --
>> Registered Company No. 297142
>> Charity Registered in England and Wales No. 305999
>>
>> ---
>> "Writing about music is like dancing about architecture"
>> --Elvis Costello (Musician magazine No. 60 (October 1983), p. 52)
>> ___
>> Koha mailing list  http://koha-community.org
>> Koha@lists.katipo.co.nz
>> https://lists.katipo.co.nz/mailman/listinfo/koha
>>
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Batch checkin in 18.05 koha

2018-11-01 Thread Martha Fuerst
There is a bug in Bugzilla for this, if you would like to contribute/add your 
voice.

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


There is also a quote on Bywater’s Crowdsourced Development page: 
http://devs.bywatersolutions.com/2018/01/05/2018-01-05-batch-checkin-module/ 


Marti Fuerst
Systems Librarian
Huntsville-Madison County Public Library
915 Monroe St, Huntsville, AL 35801
http://hmcpl.org/ — mfue...@hmcpl.org

> On Oct 31, 2018, at 11:50 AM, Paul Hoffman  wrote:
> 
> On Wed, Oct 31, 2018 at 08:27:08PM +0500, Arshad Iqbal wrote:
>> This feature can be added in koha coming version..
>> On Oct 31, 2018 4:58 PM, "Owen Leonard"  wrote:
>>> 
 Without offline plugin not possible
>>> 
>>> Koha has no built-in tool for batch checkins like there is for batch
>> checkouts.
>>> 
>>> There is an open bug report for this feature, but as far as I know no
>>> one is working on it:
>>> 
>>> https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=19814
> 
> If you're feeling adventurous, you might try doing this from the command line
> using a simple script; something like this (totally untested!):
> 
> # ---
> #!/usr/bin/perl
> 
> use strict;
> use warnings;
> 
> use C4::Context;
> use C4::Circulation;
> 
> while () {
>chomp;
>s/\r$//;
>my $result = ProcessOfflineReturn({ 'barcode' => $_ });
>if ($result =~ /success/i) {
>print STDERR "OK $_\n";
>}
>else {
>print STDERR "ERR $_ $result\n";
>}
> }
> # ---
> 
> Save it as /foo/bar/checkin.pl (just for the sake of example), make it
> executable (chmod a+x /foo/bar/checkin.pl) and invoke it like this:
> 
> koha-shell -c /foo/bar/checkin.pl < /foo/my/file.txt
> 
> Where /foo/my/file.txt is just a bunch of item barcodes, one per line.
> 
> The ProcessOfflineReturn() function takes care of everything for you -- look 
> up
> the item given its barcode, find the patron who checked it out, mark it
> returned, etc.  It's defined in the file /usr/share/koha/lib/C4/Circulation.pm
> around line 3726 if you want to see exactly what it does.  (I find the Koha
> source code remarkably easy to read and generally have no trouble figuring out
> how to use it from a Perl script, though it helps that I've been programming 
> in
> Perl for a long, long time.)
> 
> Paul.
> 
> -- 
> Paul Hoffman 
> Software Services Manager
> Fenway Library Organization
> 550 Huntington Ave.
> Boston, MA 02115
> (617) 442-2384
> ___
> Koha mailing list  http://koha-community.org
> Koha@lists.katipo.co.nz
> https://lists.katipo.co.nz/mailman/listinfo/koha

___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Batch checkin in 18.05 koha

2018-11-01 Thread Owen Leonard
> I need help in how to enable batch check in koha

Koha has no built-in tool for batch checkins like there is for batch
checkouts. If you want a batch checkin feature you have to build it
yourself or pay someone else to build it for you:

https://koha-community.org/support/paid-support/

 -- Owen

-- 
Web Developer
Athens County Public Libraries
https://www.myacpl.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Handling for items lost in transit

2018-11-01 Thread Renvoize, Martin
Hi all,

I'm seeking some thoughts regarding 'Bug 21732 - If an item is marked as
lost, any outstanding transfers should be cancelled
'.

Currently, there is no thought given to transfers when an item is marked as
lost, an as such you may have lost items in the transfers queue.  This bug
aims to solve this by triggering a cancellation of the transfer at the
point an item is marked as lost.

We have a few questions:

1) Should this be treated as an enhancement or a bug (If it's an
enhancement then we would enable/disable it's functionality based upon a
system preference. If it's a bug (as I advocate), then it would be always
enabled and no system preference would be added)
2) If the items is 'in transit' where should the items holding library be
set to when it is marked as lost (the from or to library).
3) If we consider this a bug, should we add handling for cleaning up the
transfers table at upgrade time for any lost items.

Many thanks for your help,

*Martin Renvoize*



Development Team Manager





*Phone:* +44 (0) 1483 378728

*Mobile:* +44 (0) 7725 985 636

*Email:* martin.renvo...@ptfs-europe.com

*Fax:* +44 (0) 800 756 6384


www.ptfs-europe.com







Registered in the United Kingdom No. 06416372   VAT Reg No. 925 7211 30

The information contained in this email message may be privileged,
confidential and protected from disclosure. If you are not the intended
recipient, any dissemination, distribution or copying is strictly
prohibited. If you think that you have received this email message in
error, please email the sender at i...@ptfs-europe.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha