[Bug 42051] New: serialsMod.pl, a command-line script to change serials status
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42051 Bug ID: 42051 Summary: serialsMod.pl, a command-line script to change serials status Initiative type: --- Sponsorship --- status: Product: Koha Version: unspecified Hardware: All OS: All Status: NEW Severity: enhancement Priority: P5 - low Component: Command-line Utilities Assignee: koha-bugs@lists.koha-community.org Reporter: matthias.meusburger@biblibre.com QA Contact: testopia@bugs.koha-community.org CC: robin@catalyst.net.nz -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42051 --- Comment #1 from Matthias Meusburger <matthias.meusburger@biblibre.com> --- Created attachment 195079 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=195079&action=edit Bug 42051: serialsMod.pl, a command-line script to change serials status Usage: serialsMod.pl Changes the status of serials Options: --h --help -? Help message --verbose -v Verbose mode --confirm -c Confirm: without this option, the script will report on affected serial issues without modifying database --where -w Adds "WHERE" SQL condition --from_status -f Serial status (repeatable). See list below. --to_status -t Change issue to given status. --biblionumber -b Consider the given biblio --subscriptionid -s Consider the given subscription Status list: EXPECTED => 1, ARRIVED => 2, LATE => 3, MISSING => 4, MISSING_NEVER_RECIEVED => 41, MISSING_SOLD_OUT => 42, MISSING_DAMAGED => 43, MISSING_LOST => 44, NOT_ISSUED => 5, DELETED => 6, CLAIMED => 7, STOPPED => 8, Examples: perl misc/cronjobs/serialsMod.pl -v --from_status 2 --from_status 1 --to_status=6 --confirm perl misc/cronjobs/serialsMod.pl -v --where="planneddate >= NOW()" --to_status=3 --confirm -- You are receiving this mail because: You are the assignee for the bug. You are watching all bug changes.
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=42051 Matthias Meusburger <matthias.meusburger@biblibre.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|koha-bugs@lists.koha-commun |matthias.meusburger@biblibr |ity.org |e.com Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug.
participants (1)
-
bugzilla-daemon@bugs.koha-community.org