Re: [Koha] Querry related to Deletion in KOHA.

2013-08-23 Thread Tomas Cohen Arazi
On Fri, Aug 23, 2013 at 3:18 AM, Mayank Srivastava
wrote:

> Even after successfull deletion of withdrawn documents from the front end,
> The entry for those documents is not removed from the items table, and No
> entry is being made in deleteditems table.
>
> Is there any setting you know off that may be preventing the actual
> deletion
> from the database?
>
>
> I checked the log as well, it said deletion has been done.
>
> Any inputs??
>

What version by the way? We use 3.12.3 and never seen that behaviour. Also:
are you sure you deleted the right items? What's your check on 'items'?

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


Re: [Koha] Querry related to Deletion in KOHA.

2013-08-23 Thread Tomas Cohen Arazi
On Fri, Aug 23, 2013 at 8:22 AM, Mayank Srivastava
wrote:

> Hi,
>
> Thanks for the reply.
> My version is 3.02.03.067.
>

Your Koha version is hopelessly obsolete I'm afraid. We won't be able to
help you/fix it. We are currently on 3.12.3 (.4 releases today) and the
oldest maintained version is 3.8.16.


> What kind of checks are you talking about?
>

When you delete an item, it is identified on the URL by its itemnumber and
biblionumber. Is that what you look for in the items table?

Regards
To+

P.S. please respond to the list, to all the recipients in this case.
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Don't pass out bad instructions (was Re: How frequently to run zebra rebuild and what switches)

2013-08-23 Thread MJ Ray
On 22/08/13 15:21, Hilton Gibson wrote:
> Just thinking, would it have been too much trouble to trademark a new name
> and then carry on as usual?

This was discussed around
http://koha.1045719.n5.nabble.com/Foundation-conversation-td3213032i30.html#message3215936
http://koha.1045719.n5.nabble.com/Koha-demo-links-on-koha-org-td3060269.html
and will always remain as a last-resort option, but I think there was a
strong feeling similar to "why should we give in to terrorists?" among
some of the koha community.

Personally, I feel it seems utterly inappropriate to abandon this Maori
word to trade mark law.  It makes as little sense as the recent attempt
of "Red Bull" to claim the word "Red" as a trade mark in England and
force the Redwell Brewery near me to change their name (I think you'll
find the details if you search for "Red Bully" or "#RedBully") which
also failed.

There's also the simple fact that LibLime only registered the name as a
trade mark many years after many other companies had already built it up
in commerce, including social enterprises like software.coop and
BibLibre, and only one of those had sold their claim to LibLime (which
was in turn bought by PTFS).  The co-op didn't register the name as a
trade mark locally because we get some rights simply from use and we
also want to collaborate freely with other GOOD players, which I feel
the increasing criminalisation of trade marks hinders.

Hope that explains,
-- 
MJ Ray (slef), member of www.software.coop, a for-more-than-profit co-op
http://koha-community.org supporter, web and library systems developer.
In My Opinion Only: see http://mjr.towers.org.uk/email.html
Available for hire (including development) at http://www.software.coop/
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Querry related to Deletion in KOHA.

2013-08-23 Thread Adalid Ortiz
Try run a full reindex. We solve similiar problem this way. When deleted a 
record they remain searchable by the opac and send a 404 error message when 
clic on it. 

FAOA
Biblioteca Loyola http://clavius.tij.uia.mx

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


Re: [Koha] Querry related to Deletion in KOHA.

2013-08-23 Thread Mayank Srivastava
Yes, I am looking for that biblionumber,
And it is still there. and No corresponding entry is made in deleteditems.

Regards
Mayank


On Fri, Aug 23, 2013 at 4:59 PM, Tomas Cohen Arazi wrote:

> On Fri, Aug 23, 2013 at 8:22 AM, Mayank Srivastava <
> mayanksri1...@gmail.com> wrote:
>
>> Hi,
>>
>> Thanks for the reply.
>> My version is 3.02.03.067.
>>
>
> Your Koha version is hopelessly obsolete I'm afraid. We won't be able to
> help you/fix it. We are currently on 3.12.3 (.4 releases today) and the
> oldest maintained version is 3.8.16.
>
>
>> What kind of checks are you talking about?
>>
>
> When you delete an item, it is identified on the URL by its itemnumber and
> biblionumber. Is that what you look for in the items table?
>
> Regards
> To+
>
>  P.S. please respond to the list, to all the recipients in this case.
>



-- 
*Mayank Srivastava*
Techlet Solutions Pvt. Ltd.
Ph:9718516955
New Delhi
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


Re: [Koha] Querry related to Deletion in KOHA.

2013-08-23 Thread Paul

At 05:09 PM 8/23/2013 +0530, Mayank Srivastava wrote:

Yes, I am looking for that biblionumber,
And it is still there. and No corresponding entry is made in deleteditems.


We have occasionally found that an orphaned biblioitem gets left behind 
(not deleted) when the corresponding biblio is successfully deleted and 
items are successfully deleted or moved from that biblionumber to a new 
one. As the biblioitem contains the biblionumber, this can lead to it being 
found under some search circumstances.


I have never worked out exactly "why" [1] so have no easy solution.  I just 
delete them manually directly in MySQL [WARNING, may be hazardous to your 
db health: DELETE FROM biblioitems WHERE biblionumber=xyz].


[1] My cataloguers suggest that it occurs when they "overwrite" a single 
old biblio with a new Z39.50 download, and then move multiple items from 
several old biblios to the new one prior to rebuilding Zebra -b -r.  I have 
been able to reproduce this, but not systematically ... (this happens more 
often with serials than books, but it's not framework dependant.)


Best - Paul



Regards
Mayank


On Fri, Aug 23, 2013 at 4:59 PM, Tomas Cohen Arazi 
wrote:


> On Fri, Aug 23, 2013 at 8:22 AM, Mayank Srivastava <
> mayanksri1...@gmail.com> wrote:
>
>> Hi,
>>
>> Thanks for the reply.
>> My version is 3.02.03.067.
>>
>
> Your Koha version is hopelessly obsolete I'm afraid. We won't be able to
> help you/fix it. We are currently on 3.12.3 (.4 releases today) and the
> oldest maintained version is 3.8.16.
>
>
>> What kind of checks are you talking about?
>>
>
> When you delete an item, it is identified on the URL by its itemnumber and
> biblionumber. Is that what you look for in the items table?
>
> Regards
> To+
>
>  P.S. please respond to the list, to all the recipients in this case.
>



--
*Mayank Srivastava*
Techlet Solutions Pvt. Ltd.
Ph:9718516955
New Delhi
___
Koha mailing list  http://koha-community.org
Koha@lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha


---
Maritime heritage and history, preservation and conservation,
research and education through the written word and the arts.
 and 

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


[Koha] Debian or Ubuntu Koha staff stations -- receipt printing

2013-08-23 Thread Chad Roseburg
I set up Koha Self-check stations about a year ago using Debian 6.0 as a
base. Both the Epson T88IV as well as the Epson T88V work great in the Koha
selfcheck module. This year I am hoping to set up staff stations with
either Ubuntu 12.04 LTS or Debian 7 as a base. However, though the Epson's
print ...they do not print from Koha.

Has anyone already traveled down this path? If so, what worked?

My method:

1. Get drivers here:
http://download.epson-biz.com/modules/pos/index.php?page=prod&pcat=3&scat=32&pid=30

2. Run the install script
3. Copy PPD files into /usr/share/ppd/
4. Finish install in cups ...AKA: localhost:631

Symptoms: prints test page, prints from every conceivable application
prints from wikipedia ...doesn't print Koha receipts. Iceweasel,
Chrome, Chromium and Firefox were tried.

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] Koha 3.12.4 released

2013-08-23 Thread Tomas Cohen Arazi
The Koha community is proud to announce the release of 3.12.4.

This is a maintenance release and contains some enhancements and several
bugfixes.

As always you can download the release from
http://download.koha-community.org

Please read more for the full release notes



RELEASE NOTES FOR KOHA 3.12.4
23 Aug 2013


Koha is the first free and open source software library automation package
(ILS). Development is sponsored by libraries of varying types and sizes,
volunteers, and support companies from around the world.
The website for the Koha project is

http://koha-community.org/

Koha 3.12.4 can be downloaded from:

http://download.koha-community.org/koha-3.12.04.tar.gz

Installation instructions can be found at:

http://wiki.koha-community.org/wiki/Installation_Documentation

OR in the INSTALL files that come in the tarball


Koha 3.12.4 is a bugfix/maintenance release.


It includes 4 enhancements and 30 bugfixes.


Enhancements in 3.12.4
==

Architecture, internals, and plumbing
--
10206 Add Koha TT Plugin

I18N/L10N
--
5766 Add configuration for excluding articles from jQuery table sorter

Templates
--
10197 Add CSS classes to patron info list in patron account
10516 Improve titles, breadcrumbs, and confirmation messages for Z39.50
server adds and updates


Critical bugs fixed in 3.12.4
==


Circulation
--
10663 critical Holds never block renewals

Hold requests
--
10597 major Search to hold button broken on record details

Templates
--
10541 major Enable cross-browser AJAX in additem.js


Other bugs fixed in 3.12.4
==


About
--
7143 trivial Bug for tracking changes to the about page
10669 trivial LiveDVD manager for 3.12 missing in about page

Acquisitions
--
7598 normal Acquisitions JavaScript contains untranslatable English strings

Architecture, internals, and plumbing
--
10515 normal The prototype for GetBranchCategory and GetBranchCategories is
not consistent
10643 normal Inappropriate uses of $sth->finish() in C4::ClassSource.pm

Circulation
--
7019 normal Circulation History Sort Order Wrong
9362 normal Wrong query in GetUpcomingDueIssues (Circulation.pm)
10362 normal On return with reserve or transfer the alerts are not shown

I18N/L10N
--
10576 normal Untranslatable strings in additem.js
10745 normal More fun on translation bug with XSLT subfieldSelect parameters

Installation and upgrade (command-line installer)
--
10712 normal Some values not saved in koha install log

Notices
--
10127 normal Printoverdues.sh should tar only pdf files
10664 normal Software error in overdue_notices.pl if there is no active
currency
10559 minor Noisy statement handle still active warnings when generating
notices

OPAC
--
2774 normal Path to theme is hard-coded in many places
10552 normal Several preferences missing from OPAC login page
10553 normal Public lists not available from OPAC login page
10595 normal OpacTopissue page still accessible when system preference is
turned off
10463 minor Quote of the day feature not selecting random quotes

Searching
--
9801 normal Location facet shows even if no locations
10578 normal Escaping CGI breaks results sort feature (librarian's
interface)

Serials
--
10563 normal Link to edit subscription from 'check expiraton' page is broken
10621 normal Subscription alert emails have wrong from-address
10457 minor Export selected items data doesn't work when using checkall
checkbox

Test Suite
--
10644 normal C4::ClassSource.pm needs unit tests
10666 minor Daily quotes tests are failing

Web services
--
10549 trivial ILS-DI should not use ISO-8851-9 encoding


System requirements
==

Important notes:

* Perl 5.10 is required
* Zebra is required


Documentation
==

The Koha manual is maintained in DocBook.The home page for Koha
documentation is

http://koha-community.org/documentation/

As of the date of these release notes, only the English version of the
Koha manual is available:

http://manual.koha-community.org/3.12/en/

The Git repository for the Koha manual can be found at

http://git.koha-community.org/gitweb/?p=kohadocs.git;a=summary


Translations
==

Complete or near-complete translations of the OPAC and staff
interface are available in this release for the following languages:


  * English (USA)
  * Arabic (89%)
  * Armenian (99%)
  * Chinese (China) (60%)
  * Chinese (Taiwan) (99%)
  * Czech (99%)
  * Danish (100%)
  * English (New Zealand) (92%)
  * French (97%)
  * French (Canada) (98%)
  * German (100%)
  * German (Switzerland) (98%)
  * Greek (55%)
  * Italian (100%)
  * Kurdish (78%)
  * Norwegian Bokmål (64%)
  * Portuguese (91%)
  * Portuguese (Brazil) (90%)
  * Slovak (100%)
  * Spanis