finlayt
cf973f53bb
Changed heading to look like the rest of Koha
2002-03-14 01:51:16 +00:00
finlayt
6c91f693a5
Added a heading to be consistent with rest of Koha
2002-03-14 01:50:17 +00:00
finlayt
b9ee6194bf
This is the begining of a process of dividing up circulation.pl
...
This script deals with the branch and printer selection stuff
2002-03-14 01:04:00 +00:00
finlayt
314e80a9e9
Added a transferbook subroutine that is called from /circ/branchtransfers.pl
...
It writes a new line in the branchtransfers table and changes the
currentbranch field in items.
2002-03-13 21:13:42 +00:00
finlayt
501da7db0d
Fixed a small problem in the <form>, not hidden inputs are getting passed
...
correctly.
2002-03-13 21:07:41 +00:00
rangi
564fd1d8ec
Removing reference to the FrontSearch subroutine as its never called
2002-03-13 07:46:43 +00:00
rangi
c2eb80ce60
Tidy up, removing deprecated routines
2002-03-13 07:36:49 +00:00
rangi
54d16a814e
Deprecated searching is all handled by search.pl
2002-03-13 07:14:27 +00:00
rangi
204ff647f3
Getting Iteminfo in Search to only display correct reserves (mainly used on
...
detail.pl) and another typo fix in moremember.pl
2002-03-13 03:26:43 +00:00
rangi
9339f8831a
Typo fix (doh!)
2002-03-13 02:46:07 +00:00
rangi
5849a03b30
Fix so that reserves are only showing for the biblioitem not the biblio on
...
the moremembers screen
2002-03-13 02:03:56 +00:00
finlayt
9d891b5f41
Branchtransfers.pl provides a form for entering barcodes and selecting a
...
destination branch.
New rows are entered into the branchtransfers table for each item
"transfered".
2002-03-12 21:04:32 +00:00
rangi
0b9ab3723f
Fix for manual invoices
2002-03-11 03:36:41 +00:00
tipaul
28c9f74a6c
scripts to manage parameters tables
2002-03-05 20:48:42 +00:00
rangi
0f23c6e75d
Fixed apostrophe ' handling
2002-02-26 09:31:14 +00:00
rangi
cd96e8c297
Fix for displaying prices
2002-02-26 09:06:19 +00:00
rangi
8e8455789f
Making a "fix" to normal title search
2002-02-20 21:05:19 +00:00
rangi
bbb2008246
Playing with keyword search trying to speed it up more
2002-02-20 20:53:29 +00:00
rangi
4c20707e76
Fixing bug in subject searching that was causing subjects with ' to break
...
the search
2002-02-12 21:31:41 +00:00
rangi
a9f5a8b858
Fixing bug that was duplicating additional authors, and a bug that was
...
breaking the updating classicification field
2002-02-12 21:07:21 +00:00
tonnesen
c239fbc711
Changes from a long time ago that I don't even remember anymore. :)
2002-02-01 18:00:28 +00:00
rangi
1a3d705dab
Added the facility to restrict a keyword search by dewey number
2001-12-12 02:31:28 +00:00
rangi
bb7b308682
Fixing error in keyword search (fixing my mistake from yesterday)
2001-11-27 02:01:39 +00:00
rangi
8ad078f97e
Fixing a bug in keyword search was duplicating results
2001-11-26 04:33:42 +00:00
rangi
5374431f08
Modify an adult with guarantees now modifies the guarantees also.
...
IE change of address effects the guarantees record as well
2001-11-26 02:03:23 +00:00
rangi
e21914e425
Added a findguarantor routine to search for the guarantor of a given borrower.
...
Probably it and findgurantees need to moved out to borrowers.pm
2001-11-26 00:41:34 +00:00
rangi
7a7465fe05
Author combined with Title search was not searching the series title field
...
Fixed now
2001-11-25 22:25:55 +00:00
rangi
79ebd030d6
Fixing reserve handling.
...
Mulitple copy reserves now handled correctly, and correct charges are being
applied
2001-11-25 20:17:53 +00:00
rangi
501cc61c85
Adding the facility to search on just dewey and class
2001-11-23 02:12:48 +00:00
tonnesen
3e37c422fc
Added code to determine mysqld version for possibility of converting
...
databases to MyISAM format
2001-11-19 23:28:59 +00:00
tonnesen
c910f99b9b
Added some more tables to the database updater. Modified barcode to be
...
20 characters long instead of 9.
2001-11-19 20:29:46 +00:00
tonnesen
95fb76586f
Script that will update existing databases, creating any new tables,
...
adding, modifying or removing any fields from existing tables.
This is in very early stages. Need to go through and ascertain which
tables and fields need to be added/modified. Also need to add a "backup"
before any modifications are made. Thoughts on this are welcome.
2001-11-19 18:26:50 +00:00
tonnesen
40e440ca7c
Minor changes
2001-11-06 18:25:30 +00:00
tonnesen
0f86cbbd93
Script that I'm using to check MARC record support.
2001-11-06 18:24:54 +00:00
tonnesen
0ac91af069
Working out problems with MARC record support.
2001-11-06 18:15:34 +00:00
tonnesen
bbaab2c754
Modified version of addbooks.pl that uses LCCN as base identifier instead
...
of ISBN. Should probably be merged with addbooks.pl so that the user can
enter either and ISBN _or_ and LCCN from the same form.
2001-11-06 18:15:00 +00:00
tonnesen
c1fcb1b4e9
Continuing work on Z39.50 search tool. Daemon now forks up to 12 processes
...
to do Z39.50 searches. Daemon will also wait to see if the user looks
beyond the first couple of pages of results, and will download more results
if necessary.
2001-11-06 18:13:59 +00:00
tonnesen
07e2e3780a
Minor cleanups. Needs testing. Starting to think about modifying
...
updatebiblio.pl to use this API.
2001-11-03 07:29:36 +00:00
tonnesen
f36ec98fd2
Z39.50 now stores list of servers to query in a database table.
2001-11-03 07:28:20 +00:00
tonnesen
6c764d7e29
Daemon to process the queue of pending Z39.50 searches. I still need
...
to come up with a way for this process to get launched. Looks like Koha
might need its first init script. :)
2001-11-02 21:40:01 +00:00
tonnesen
dc7619a111
Added Z39.50 searching capability, and MARC file uploading from workstation
...
using HTML forms. Z39.50 functionality requires the YAZ toolkit.
2001-11-02 21:21:25 +00:00
tonnesen
d89391dbd8
Use MARC controlnumber as a unique identifier for MARC records, in addition
...
to ISBN, ISSN, and LCCN.
2001-11-01 05:00:41 +00:00
tonnesen
aa97d73b39
Typo in printf format string was causing all issues to appear in the
...
Previous issues box and not in today's issues.
2001-10-10 19:28:05 +00:00
tonnesen
ef41a26a6c
Fixed bug where a biblioitem with a subclass but no dewey would get the
...
subclass erased when editing the biblioitem.
2001-10-10 19:27:00 +00:00
tonnesen
2d6a87c168
used CGI.pm's textfield function to create the notes text input box. Notes
...
with question marks '"' in them were getting deleted when an item was
modified.
2001-10-10 19:26:14 +00:00
tonnesen
e34beb3b68
Added rudimentary marc importing tool. Just takes a marc record and
...
converts to koha database. Does not keep data in marc format.
2001-10-05 21:27:46 +00:00
tonnesen
62821a4217
Removed duplicate viewmarc.pl from acqui.simple directory
2001-10-05 21:23:22 +00:00
tonnesen
72a30eee9d
Added simple acquisitions script
2001-10-05 21:19:29 +00:00
tonnesen
33ab2526f3
Changed search interface to allow searches on Illustrator. This is
...
apparently a common search in elementary school libraries.
2001-10-05 20:13:20 +00:00
tonnesen
1e2d6c40c3
Tested updateItem subroutine, made some better checks for Subfield_IDs and
...
Subfield_Keys when modifying MARC data based on changes to Koha data.
2001-09-27 20:39:59 +00:00