[Koha] Size of a couple of MySQL tables

2015-03-19 Thread Steven Nickerson
Hi everyone,

   I have a 3.16.02 package install of Koha running on Debian.   When first
installed almost 2 years ago now, I did several iterations of importing
~40,000+ MARC records and then cleaning the resulting staged records.   I
was noticing the other day that this MySQL DB's backups are significantly
larger than a couple of other library's databases that I also support so I
started poking around a bit.  I'm finding that the following 2 tables in the
MySQL DB are quite large:

import_records   (.94GB)

deletedbiblioitems  (.28GB)

 

And I'm wondering how to properly shrink the overall size of this
database, most especially these two tables?If those two tables are large
because of the multiple original imports/cleans, could I simply delete all
of the data in those two tables?

 

Thanks as always!

Steve

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


[Koha] jQuery: Change default active tab in borrower account page

2015-03-19 Thread Chad Roseburg
Currently, the patron fines link in the staff interface links to:
Eg.,
http://koha.testing.com/cgi-bin/koha/members/pay.pl?borrowernumber=611739

We're wondering if it's possible, through the magic of jQuery, to have it
link to:
http://koha.ncrl.org/cgi-bin/koha/members/boraccount.pl?borrowernumber=611739

I looked through the jQuery library and did not find anything that could be
coaxed to do this -- the only tricky part would be grabbing the borrower
number. I could figure out the rest.

Thanks!

-- 
Chad Roseburg
Automation Dept.
North Central Regional Library
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Notices.pl only shows details on first 20 items

2015-03-19 Thread Chad Roseburg
We notice that the notice.pl page in a patron's account only seems to
expand and show details for the first 20 items.

I had thought maybe it was due to database cleanup on the table that holds
these notices but that doesn't seem to be the case.

Is this a bug?

-- 
Chad Roseburg
Automation Dept.
North Central Regional Library
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Automated backups

2015-03-19 Thread Greg Ashe
What are people using for automated backups for (a) entire system image (b)
Koha data?

Running latest Koha on Ubuntu 12.04.4

Thanks

-- 
Gregory Ashe
IT Manager
Glenstal Abbey
Murroe
Co Limerick

Tel +353 61 386443
Mob +353 87 2346850

-- 

Consider the environment. Please only print this email if you really have 
to.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] koha title search problem

2015-03-19 Thread Rivikantha
Dear all,
When I search a book by title in koha it does not display. But the book
exist in the database as I am able to search for the same book with barcode.
Also how when I search in koha opac interface by title search keyword is
also searched in author. So authors with keyword I entered is displayed. How
to only search keyword in title only. Any help is greatly appreciated. 

Thank you.



--
View this message in context: 
http://koha.1045719.n5.nabble.com/koha-title-search-problem-tp5832224.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Automated backups

2015-03-19 Thread Indranil Das Gupta
Hi

On Thu, Mar 19, 2015 at 3:33 PM, Greg Ashe g...@glenstal.org wrote:
 What are people using for automated backups for (a) entire system image (b)
 Koha data?

I use the following recipe:

1/ Full system image (usually one time, and/or refreshed after a
apt-get upgrade or dist-upgrade) using redobackup for offline backup
on DVD / external USB.

2/ rsync based incremental backups - takes care of (a) the important
directories that I want backed up (b) the koha data dumps generated
via koha-run-backups. Both (a) and (b) being cron driven.

hope that helps

cheers

-- 
Indranil Das Gupta

Phone : +91-98300-20971
Blog: http://indradg.randomink.org/blog
IRC  : indradg on irc://irc.freenode.net
Twitter : indradg

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
Please exchange editable Office documents only in ODF Format. No other
format is acceptable. Support Open Standards.

For a free editor supporting ODF, please visit LibreOffice -
http://www.documentfoundation.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] loan availability of damaged items

2015-03-19 Thread Owen Leonard
 Maybe Koha should let you define exactly which situations imply item is
 unavailable/not_for_loan.
...
 as a result of a search, which is misleading for the user, since it is
 still possible to check that item out.

As far as I understand it, the goal of the display in the OPAC is to
prevent patrons from looking for items on the shelf which are not
available because they are damaged. This is in contrast to focusing on
preventing the user from checking out something which is damaged.

I agree that it would be nice to have more fine-grained control over
both aspects of it.

 -- Owen

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


Re: [Koha] New Books Display

2015-03-19 Thread Indranil Das Gupta
Hi,

On Thu, Mar 19, 2015 at 4:00 PM, Nilratan Bhattacharjee
litonnilra...@gmail.com wrote:
 Can anybody share me the process and the code, how to dispaly last 8
 acquired books, in opac main page, with a slider.

Word of advice, koha-translate is not correct list for a query like
this. k-t is for Koha's L10N activities.

A possible way to achieve this : a custom plugin to fetch and display
the results inside OpacMainUserBlock

cheers

-- 
Indranil Das Gupta

Phone : +91-98300-20971
Blog: http://indradg.randomink.org/blog
IRC  : indradg on irc://irc.freenode.net
Twitter : indradg

-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
Please exchange editable Office documents only in ODF Format. No other
format is acceptable. Support Open Standards.

For a free editor supporting ODF, please visit LibreOffice -
http://www.documentfoundation.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Intermittent issue: printing holds queue does not print all pages

2015-03-19 Thread Owen Leonard
 http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 major,
 P5 - low, ---, oleonard, CLOSED FIXED, can't print more than one page
 of overdues

That's probably what I was thinking of, although obviously the fix was
either incomplete or something has changed which reintroduces the
problem.

I have not heard complaints from the staff here [v.3.16.04] about
printing the holds queue (which all branches do every day), so I think
more details about the problem might be required.

 -- Owen

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


Re: [Koha] koha title search problem

2015-03-19 Thread Rivikantha
Dear Vikram Zadgaonkar,

I guessed the problem might be with zebra indexing so I rebuild the index
but the problem remains. The problem is with one book I have which I know
that is in the database because when I search the book using its barcode the
record is displayed and all the data is displayed(title and everything) but
when I do a title search its not displayed. I am confused to what causing
this problem. Please help.

Thank you.




--
View this message in context: 
http://koha.1045719.n5.nabble.com/koha-title-search-problem-tp5832224p5832356.html
Sent from the Koha-general mailing list archive at Nabble.com.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] OrisysIndia Consultancy Services removed from support provider listing

2015-03-19 Thread Galen Charlton
Hi,

This is a public notification per the policy for paid support provider
listings [1] that OrisysIndia has been removed from the directory.  This
action is taken because their website currently makes no mention of Koha
nor includes a visible link to http://koha-community.org.

I note that I have reason to believe that the link may have gotten
inadvertently dropped during a recent redesign of their website.

This message is also being sent to the contact address that was listed for
this provider.

The provider may request to have the listing restored once their website is
in compliance with the linking requirement.

[1] http://koha-community.org/support/paid-support/how-to-get-listed/

Regards,

Galen
-- 
Galen Charlton
Infrastructure and Added Services Manager
Equinox Software, Inc. / The Open Source Experts
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org 
http://evergreen-ils.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] loan availability of damaged items

2015-03-19 Thread Pablo Bianchi
2015-03-19 9:03 GMT-03:00 Owen Leonard oleon...@myacpl.org:

 Maybe Koha should let you define exactly which situations imply item is
 unavailable/not_for_loan.
 ...
 as a result of a search, which is misleading for the user, since it is
 still possible to check that item out.

 As far as I understand it, the goal of the display in the OPAC is to
 prevent patrons from looking for items on the shelf which are not
 available because they are damaged. This is in contrast to focusing on
 preventing the user from checking out something which is damaged.

​That's not always the case.​ On undeveloped countries is very common to
have most of the collection on closed shelf, and also allow loans of little
bit damaged books.
Anyway, there is something contradictory: damaged items are marked as
unavailable (itemavailable = 0) on item-status.inc, but in fact *they are*
available, since user can check them out (force_checkout permission have no
effect).
If for any reason librarian want to hide specific items they already have
OpacHiddenItems syspref (BTW, I never found on any Koha the
OpacHiddenItems.txt
https://github.com/fredericd/Koha/blob/master/docs/opac/OpacHiddenItems.txt
).

 I agree that it would be nice to have more
​​
fine-grained control over
 both aspects of it.

​Yes, indeed! :-)
Do you agree we have a bug (the contradiction) and a wish (​fine-grained
control) here?
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] loan availability of damaged items

2015-03-19 Thread Owen Leonard
 Do you agree we have a bug (the contradiction) and a wish (fine-grained
 control) here?

The danger is that the current behavior for many users is the expected
behavior. Any solution would need to reproduce the current behavior
while allowing for changes.

  -- Owen

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


Re: [Koha] koha title search problem

2015-03-19 Thread vikram zadgaonkar
Please check zebra .

Vikram Zadgaonkar

On Thu, Mar 19, 2015 at 1:55 PM, Rivikantha rkr...@yahoo.com wrote:

 Dear all,
 When I search a book by title in koha it does not display. But the book
 exist in the database as I am able to search for the same book with
 barcode.
 Also how when I search in koha opac interface by title search keyword is
 also searched in author. So authors with keyword I entered is displayed.
 How
 to only search keyword in title only. Any help is greatly appreciated.

 Thank you.



 --
 View this message in context:
 http://koha.1045719.n5.nabble.com/koha-title-search-problem-tp5832224.html
 Sent from the Koha-general mailing list archive at Nabble.com.
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha

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


[Koha] Serial Subscription Help

2015-03-19 Thread Nicole Engard
Hi all,

I have this subscription: http://annals.org/issues.aspx

You can see the the numbering/dates should look like this:

Jan 7 160 (1)
Jan 21 160 (2)
Feb 4 160 (3)
Feb 18 160 (4)
Mar 4 160 (5)
Mar 18 160 (6)
Apr 1 160 (7)
Apr 15 160 (8)
May 6 160 (9)
May 20 160 (10)
Jun 3 160 (11)
Jun 17 160 (12)
Jul 1 161 (1)
Jul 15 161 (2)
Aug 5 161 (3)
Aug 19 161 (4)
Sep 2 161 (5)
Sep 16 161 (6)
Oct 7 161 (7)
Oct 21 161 (8)
Nov 4 161 (9)
Nov 18 161 (10)
Dec 2 161 (11)
Dec 16 161 (12)

But when I put it in I get this:  http://screencast.com/t/0PTXDxJC (note
that the dates on the pattern on the right don't match the dates above -
the numbering is right though)

How do I set up a pattern for 2 times a month?

Thanks a bunch in advance!
Nicole

PS. This will go in the manual.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


[Koha] Chipotle Software removed from support provider directory

2015-03-19 Thread Galen Charlton
Hi,

This is a public notification per the policy for paid support provider
listings [1] that Chipotle Software has been removed from the directory.
This action is taken because their website [2] currently makes no mention
of Koha or expresses any service offering whatsoever.

This message is also being sent to the contact address that was listed for
this provider.

The provider may request to have the listing restored upon confirming that
they are still offering Koha services.

[1] http://koha-community.org/support/paid-support/how-to-get-listed/
[2] http://www.chipotle-software.com/

Regards,

Galen
-- 
Galen Charlton
Infrastructure and Added Services Manager
Equinox Software, Inc. / The Open Source Experts
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org 
http://evergreen-ils.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Intermittent issue: printing holds queue does not print all pages

2015-03-19 Thread Owen Leonard
 Do we have to use Firefox still for KOHA?

You can use whatever browser you want for Koha (note the correct
capitalization), but the latest Firefox or Chrome are recommended
because they are the browsers which have been tested most thoroughly
with Koha.

  -- Owen

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


Re: [Koha] Request to be added as support provider

2015-03-19 Thread Galen Charlton
Hi,

On Mon, Mar 16, 2015 at 11:56 AM, koha k...@scanbit.net wrote:

 Company Name: SCANBIT Technology and Library Services


SCANBIT has been added to the paid support provider directory.

Regards,

Galen
-- 
Galen Charlton
Infrastructure and Added Services Manager
Equinox Software, Inc. / The Open Source Experts
email:  g...@esilibrary.com
direct: +1 770-709-5581
cell:   +1 404-984-4366
skype:  gmcharlt
web:http://www.esilibrary.com/
Supporting Koha and Evergreen: http://koha-community.org 
http://evergreen-ils.org
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Serial Subscription Help

2015-03-19 Thread Julian Maurice

Hi Nicole,

You are using 1/2weeks frequency which is different from 2/month.
But if you use 2/month frequency, 2 issues in the same month will have 
the same date.
This will be fixed by Bug 12671 
(http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12671 - Signed 
Off)
But even with this patch you will not have exactly the dates you want 
since the pattern seems unpredictable. Is it something like the 1st and 
3rd mondays of each month ?


Le 19/03/2015 14:41, Nicole Engard a écrit :

Hi all,

I have this subscription: http://annals.org/issues.aspx

You can see the the numbering/dates should look like this:

Jan 7 160 (1)
Jan 21 160 (2)
Feb 4 160 (3)
Feb 18 160 (4)
Mar 4 160 (5)
Mar 18 160 (6)
Apr 1 160 (7)
Apr 15 160 (8)
May 6 160 (9)
May 20 160 (10)
Jun 3 160 (11)
Jun 17 160 (12)
Jul 1 161 (1)
Jul 15 161 (2)
Aug 5 161 (3)
Aug 19 161 (4)
Sep 2 161 (5)
Sep 16 161 (6)
Oct 7 161 (7)
Oct 21 161 (8)
Nov 4 161 (9)
Nov 18 161 (10)
Dec 2 161 (11)
Dec 16 161 (12)

But when I put it in I get this:  http://screencast.com/t/0PTXDxJC (note
that the dates on the pattern on the right don't match the dates above -
the numbering is right though)

How do I set up a pattern for 2 times a month?

Thanks a bunch in advance!
Nicole

PS. This will go in the manual.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha




--
Julian Maurice julian.maur...@biblibre.com
BibLibre
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Automated backups

2015-03-19 Thread Chrispin Simasiku Sitali
I am happy with Remastersys and Webmin

On 19 March 2015 at 13:21, Indranil Das Gupta indr...@gmail.com wrote:

 Hi

 On Thu, Mar 19, 2015 at 3:33 PM, Greg Ashe g...@glenstal.org wrote:
  What are people using for automated backups for (a) entire system image
 (b)
  Koha data?

 I use the following recipe:

 1/ Full system image (usually one time, and/or refreshed after a
 apt-get upgrade or dist-upgrade) using redobackup for offline backup
 on DVD / external USB.

 2/ rsync based incremental backups - takes care of (a) the important
 directories that I want backed up (b) the koha data dumps generated
 via koha-run-backups. Both (a) and (b) being cron driven.

 hope that helps

 cheers

 --
 Indranil Das Gupta

 Phone : +91-98300-20971
 Blog: http://indradg.randomink.org/blog
 IRC  : indradg on irc://irc.freenode.net
 Twitter : indradg

 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-==-=-=-=-=-=-=-=-=-
 Please exchange editable Office documents only in ODF Format. No other
 format is acceptable. Support Open Standards.

 For a free editor supporting ODF, please visit LibreOffice -
 http://www.documentfoundation.org
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha




-- 
Charles Lwanga College of Education,
P. O. Box 660193,
Monze,
ZAMBIA.

Mobile: +26 0979 869471
+26 0966 869471
SKYPE: Libsitali
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Chipotle Software removed from support provider directory

2015-03-19 Thread Chrispin Simasiku Sitali
Chipotle Software? They applied for paid support? I checked their web site;
http://www.chipotle-software.com. They have nothing to do with Koha! What a
laugh!

On 19 March 2015 at 20:18, Galen Charlton g...@esilibrary.com wrote:

 Hi,

 This is a public notification per the policy for paid support provider
 listings [1] that Chipotle Software has been removed from the directory.
 This action is taken because their website [2] currently makes no mention
 of Koha or expresses any service offering whatsoever.

 This message is also being sent to the contact address that was listed for
 this provider.

 The provider may request to have the listing restored upon confirming that
 they are still offering Koha services.

 [1] http://koha-community.org/support/paid-support/how-to-get-listed/
 [2] http://www.chipotle-software.com/

 Regards,

 Galen
 --
 Galen Charlton
 Infrastructure and Added Services Manager
 Equinox Software, Inc. / The Open Source Experts
 email:  g...@esilibrary.com
 direct: +1 770-709-5581
 cell:   +1 404-984-4366
 skype:  gmcharlt
 web:http://www.esilibrary.com/
 Supporting Koha and Evergreen: http://koha-community.org 
 http://evergreen-ils.org
 ___
 Koha mailing list  http://koha-community.org
 Koha@lists.katipo.co.nz
 http://lists.katipo.co.nz/mailman/listinfo/koha




-- 
Charles Lwanga College of Education,
P. O. Box 660193,
Monze,
ZAMBIA.

Mobile: +26 0979 869471
+26 0966 869471
SKYPE: Libsitali
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Chipotle Software removed from support provider directory

2015-03-19 Thread Robin Sheat
Chrispin Simasiku Sitali schreef op do 19-03-2015 om 22:15 [+0200]:
 Chipotle Software? They applied for paid support? I checked their web
 site;
 http://www.chipotle-software.com. They have nothing to do with Koha!
 What a
 laugh!

If you go back a while, they did:

http://web.archive.org/web/20121224130200/http://www.chipotle-software.com/entries/view/kohasupport

-- 
Robin Sheat
Catalyst IT Ltd.
✆ +64 4 803 2204
GPG: 5FA7 4B49 1E4D CAA4 4C38  8505 77F5 B724 F871 3BDF

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


Re: [Koha] Intermittent issue: printing holds queue does not print all pages

2015-03-19 Thread Diedre Conkling
We had this problem when using Firefox.  We switch to Chrome for printing
the hold queue list but do everything else using Firefox.
On Mar 18, 2015 8:01 AM, Barton Chittenden bar...@bywatersolutions.com
wrote:

 One of our partners has reported that when their holds queue spans more
 than one page of results, printing the queue may only print the first page.

 I.e. when the partner has a branch set, then navigates to

 home  circulation  holds queue

 and the holds queue spans several printed pages, only the first page will
 print.

 The partner has verified that there are no records with diacritics which
 might cause partial printing.

 I'm trying to collect more data for trouble-shooting purposes. Has anyone
 else run into this issue?

 Thanks,

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

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


Re: [Koha] Serial Subscription Help

2015-03-19 Thread Gaetan Boisson

 Hi Nicole,

the pattern you describe is between two times a month and once every two 
weeks actually. It's not the same thing since we don't have exactly four 
weeks per month.


Looking at the link you gave and a calendar (for 2015), it seems this 
publication is issued once every other tuesday. (It looks like it is 
first and third tuesdays of every month like Julian said.)
But then, you can have 3 tuesdays in one month, which is what's 
happening for march 2015. Issue 7 should be on the 31st of March if we 
were truly publishing one issue once every two weeks. I'd say the serial 
is published every other tuesday but twice a month no matter what. In 
this case you'll have to manage it as an irregularity : the publication 
skips one week if there are 3 tuesdays in one month, and this is too 
complicated to be supported by the serials module by itself.


What i would do is set up this serial with a once every two weeks 
frequency, and the 7th of January as the first issue publication date. 
It would look alright until issue 7, which would be planned for the 31st 
of March, and the next issue being 2 weeks after it would be scheduled 
for the 14th of April and everything onwards would be screwed.
I would save the subscription this way, after receiving number 6, Koha 
would generate number 7, for the 31st of March. Before receiving it (i 
think you could do it when receiving it too), i'd edit this serial, and 
change the publication date to the 7th of April (which is my guess at 
how this publication works). This way, the next issues generated will be 
based on this date, and the subscription will be back on track. You'll 
have to do this everytime you have 3 tuesdays in the same month.


The rest of the model looks fine to me, and the numbers should increment 
and roll properly.


Hope that helps,

Le 19/03/2015 14:41, Nicole Engard a écrit :

Hi all,

I have this subscription: http://annals.org/issues.aspx

You can see the the numbering/dates should look like this:

Jan 7 160 (1)
Jan 21 160 (2)
Feb 4 160 (3)
Feb 18 160 (4)
Mar 4 160 (5)
Mar 18 160 (6)
Apr 1 160 (7)
Apr 15 160 (8)
May 6 160 (9)
May 20 160 (10)
Jun 3 160 (11)
Jun 17 160 (12)
Jul 1 161 (1)
Jul 15 161 (2)
Aug 5 161 (3)
Aug 19 161 (4)
Sep 2 161 (5)
Sep 16 161 (6)
Oct 7 161 (7)
Oct 21 161 (8)
Nov 4 161 (9)
Nov 18 161 (10)
Dec 2 161 (11)
Dec 16 161 (12)

But when I put it in I get this:  http://screencast.com/t/0PTXDxJC (note
that the dates on the pattern on the right don't match the dates above -
the numbering is right though)

How do I set up a pattern for 2 times a month?

Thanks a bunch in advance!
Nicole

PS. This will go in the manual.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


--
Gaetan Boisson
Chef de projet bibliothécaire
BibLibre
06 52 42 51 29
108 avenue Breteuil 13006 Marseille
gaetan.bois...@biblibre.com

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


Re: [Koha] Intermittent issue: printing holds queue does not print all pages

2015-03-19 Thread barton
On Thu, Mar 19, 2015 at 08:09:46AM -0400, Owen Leonard wrote:
  http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 major,
  P5 - low, ---, oleonard, CLOSED FIXED, can't print more than one page
  of overdues
 
 That's probably what I was thinking of, although obviously the fix was
 either incomplete or something has changed which reintroduces the
 problem.
 
 I have not heard complaints from the staff here [v.3.16.04] about
 printing the holds queue (which all branches do every day), so I think
 more details about the problem might be required.
 
  -- Owen

Yeah. I don't have anything specific yet. So far, I have reports from
two of our partners (both on 3.16.04) that this has happened to them.
I haven't been able to re-create the issue on either site. I also have
anecdotal evidence from #koha (I don't know which version of koha)
that somone there had seen this.

Once I'm able to re-create the issue, I'll file a bug.

--Barton

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


Re: [Koha] Intermittent issue: printing holds queue does not print all pages

2015-03-19 Thread Kathy Hines
The holds queue is fine but when we print the holds to pull we have to 
print each page.

Do we have to use Firefox still for KOHA?
Kathy

-Original Message-
From: Koha [mailto:koha-boun...@lists.katipo.co.nz] On Behalf Of barton
Sent: Thursday, March 19, 2015 10:48 AM
To: Owen Leonard
Cc: koha
Subject: Re: [Koha] Intermittent issue: printing holds queue does not print all 
pages

On Thu, Mar 19, 2015 at 08:09:46AM -0400, Owen Leonard wrote:
  http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=10108 
  major,
  P5 - low, ---, oleonard, CLOSED FIXED, can't print more than one 
  page of overdues
 
 That's probably what I was thinking of, although obviously the fix was 
 either incomplete or something has changed which reintroduces the 
 problem.
 
 I have not heard complaints from the staff here [v.3.16.04] about 
 printing the holds queue (which all branches do every day), so I think 
 more details about the problem might be required.
 
  -- Owen

Yeah. I don't have anything specific yet. So far, I have reports from two of 
our partners (both on 3.16.04) that this has happened to them.
I haven't been able to re-create the issue on either site. I also have 
anecdotal evidence from #koha (I don't know which version of koha) that somone 
there had seen this.

Once I'm able to re-create the issue, I'll file a bug.

--Barton

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