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.b

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/ -- O

Re: [Koha] Batch checkin in 18.05 koha

2018-10-31 Thread Arshad Iqbal
Actually we have configured RFID with koha, in our self checkout and checkin workstation have a feature of batch checkout and batch checkin, in current release koha give only option of batch checkout. I need help in how to enable batch check in koha On Nov 1, 2018 5:16 AM, "Arshad Iqbal" wrote

Re: [Koha] Batch checkin in 18.05 koha

2018-10-31 Thread Arshad Iqbal
Your suggestion is looking tricky.. On Oct 31, 2018 9:50 PM, "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 p

Re: [Koha] Batch checkin in 18.05 koha

2018-10-31 Thread Paul Hoffman
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

Re: [Koha] Batch checkin in 18.05 koha

2018-10-31 Thread Arshad Iqbal
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

Re: [Koha] Batch checkin in 18.05 koha

2018-10-31 Thread Owen Leonard
> 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 -- Owen -- Web De

Re: [Koha] Batch checkin in 18.05 koha

2018-10-31 Thread Chris Brown
Arshad, Well, I guess it depends what you're starting from. For example if you have a file containing a list of the barcodes of the books you want to check in it would be easy to write a little script (awk / python / bash -- whatever you're comfortable with) to produce a .koc file with a list of "

Re: [Koha] Batch checkin in 18.05 koha

2018-10-31 Thread Arshad Iqbal
Without offline plugin not possible On Oct 31, 2018 11:51 AM, "Chris Brown" wrote: > Arshad, > > You could prepare an offline circulation file (.koc file) and import from > that. > > The file format is described at https://wiki.koha-community.org/wiki/Koha_ > offline_circulation_file_format > > H

Re: [Koha] Batch checkin in 18.05 koha

2018-10-30 Thread Chris Brown
Arshad, You could prepare an offline circulation file (.koc file) and import from that. The file format is described at https://wiki.koha-community.org/wiki/Koha_offline_circulation_file_format Hope this helps, Chris Brown On Wed, Oct 31, 2018 at 4:16 AM Arshad Iqbal wrote: > Hi everyone! >