[Koha-bugs] [Bug 12919] Automate collecting all records added and deleted from the catalogue

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon May 18 00:24:56 CEST 2015


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=12919

Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #31591|0                           |1
        is obsolete|                            |

--- Comment #8 from Bernardo Gonzalez Kriegel <bgkriegel at gmail.com> ---
Created attachment 39262
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=39262&action=edit
[SIGNED-OFF] Bug 12919: Script to grab and email deleted records

To test

1/ Delete some records from your Koha (with isbns)
  OR mark all items attached to a biblio as lost

2/ if you are using koha from packages
run

sudo koha-shell <kohainstancename>

otherwise

export PERL5LIB=/path/to/koha
export KOHA_CONF=/path/to/koha-conf.xml

3/ run

perl misc/cronjobs/newly_added_records --days 1 --address your at email.goes.here
--lost --format isbn

4/ Check your email and see if you got a list of isbn of deleted records

Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel at gmail.com>

Work as described, both patches
A simple error on license, fixed in followup

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list