[Koha] Not for Loan

2017-12-12 Thread Ma. Victoria H. Silva-Manuel
hi.
we just recently upgraded to version 17 from 3 and i noticed that in item
field "Not for loan" there is no more blank option that when you choose
will make the item available.
how do i make an item with "Not for loan" status available?
thanks.
-- 
Ma. Victoria H. Silva-Manuel
Registered Librarian, 3892
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Reminder: General IRC meeting tomorrow 20:00 UTC 13-December-2017

2017-12-12 Thread Brendan Gallagher
Hi All -

Just a reminder we have a general IRC meeting tomorrow.

I think you can find all the links you need here -
https://wiki.koha-community.org/wiki/General_IRC_meeting_13_December_2017

That's got that handy dandy time converter on it too.  (I live by that ;) )

I hope to see many of you there and if have anything to add to the agenda -
now is the time.

Cheers,
Brendan

-- 
---
Brendan A. Gallagher
ByWater Solutions
CEO

Support and Consulting for Open Source Software
Installation, Data Migration, Training, Customization, Hosting
and Complete Support Packages
Office: Portland, OR - Office: Redding, CT
Phone # (888) 900-8944
http://bywatersolutions.com
i...@bywatersolutions.com
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Batch Check in function

2017-12-12 Thread kamil
Hi,
in Koha exists function named "Batch Check out" but there is no "Batch Check
in". A lot of small libraries don't have self-check station. Maybe a good
solution would be adding function "Batch Check in"? 

Thanks a lot
Regards




--
Sent from: http://koha.1045719.n5.nabble.com/Koha-general-f3047918.html
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Why are koha emails queued?

2017-12-12 Thread Barton Chittenden
Javed,

The reason that the checkin and checkout email messages use the message
queue is so that Koha doesn't send a single email message for each item
checked in or out -- instead, it creates a message for the first check-in,
and appends additional check-ins (or check outs, depending on the message)
in the message_queue.metadata field.

When process_message_queue runs, it generates the item detail bases on the
metadata, and is therefore able to send a list of all items checked in or
out.

It is possible to run process_message_queue as often as once a minute; my
guess, however, is that this will probably cause some timing issues because
process_message_queue will often be running while you are in the process of
checking things in or out. We try hard to eliminate race conditions, but
they're sneaky and tend to slip in despite our best intentions.

--Barton

On Tue, Dec 12, 2017 at 8:18 AM, Jonathan Druart <
jonathan.dru...@bugs.koha-community.org> wrote:

> Hello Javed,
>
> It is not possible. You can configure the process_message_queue.pl cronjob
> to run every minute.
>
> Regards,
> Jonathan
>
> On Tue, 12 Dec 2017 at 09:50 Javed Sahil  wrote:
>
> > Hi All,
> >
> > I am fed up. I dont want koha to send checkin, checkout email notices in
> > message queue.
> >
> > It should send emails immediately as we send  normal emails from gmail
> > account.
> >
> > How is it possible?
> >
> > Regards,
> > Javed Shoukat
> > ___
> > 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
>
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
https://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Koha calendar

2017-12-12 Thread Jonathan Druart
Hello Liny,

Which version of Koha are you using?
What is the url you do not see the calendar? /cgi-bin/koha/tools/
holidays.pl?branch=BRANCHCODE?
Do you have an error in the JavaScript console?

Regards,
Jonathan

On Tue, 12 Dec 2017 at 03:17 Liny Varghese  wrote:

> Hi,
>
> The problem occurred in Home-Tools-Calendar. This problem is occurred
> recently without changing any settings in Koha.
> This was working earlier. Suddenly this happened.
>
> Koha Calendar is not displaying to set holidays.
>
> I just tried with 2 scenarios:
>
> a. When I set my library, calendar is not displaying.
> b. If no library is set, the calendar is showing up.
>
>
> Since it is December, we need to set holidays for the next year,
> otherwise due days will clash.
>
> Any help is very much appreciated
>
> Liny Varghese
> Information Scientist
> University Library
> Cochin University of Science and Technology
> Kochi-22, Kerala
> 
> 
>  href="
> https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail
> "
> target="_blank"> src="
> https://ipmcdn.avast.com/images/icons/icon-envelope-tick-round-orange-animated-no-repeat-v1.gif
> "
> alt="" width="46" height="29" style="width: 46px; height: 29px;"
> />
> Virus-free.  href="
> https://www.avast.com/sig-email?utm_medium=email_source=link_campaign=sig-email_content=webmail
> "
> target="_blank" style="color: #4453ea;">www.avast.com
> 
> 
>  height="1">
> ___
> 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] Why are koha emails queued?

2017-12-12 Thread Jonathan Druart
Hello Javed,

It is not possible. You can configure the process_message_queue.pl cronjob
to run every minute.

Regards,
Jonathan

On Tue, 12 Dec 2017 at 09:50 Javed Sahil  wrote:

> Hi All,
>
> I am fed up. I dont want koha to send checkin, checkout email notices in
> message queue.
>
> It should send emails immediately as we send  normal emails from gmail
> account.
>
> How is it possible?
>
> Regards,
> Javed Shoukat
> ___
> 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


[Koha] Why are koha emails queued?

2017-12-12 Thread Javed Sahil
Hi All,

I am fed up. I dont want koha to send checkin, checkout email notices in
message queue.

It should send emails immediately as we send  normal emails from gmail
account.

How is it possible?

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