Commit graph

9417 commits

Author SHA1 Message Date
rangi
01cab7dcc2 Have realised misc/fines2.pl is the real fines script, this one can be
removed so as to remove one more source of confusion
2002-04-05 03:13:21 +00:00
rangi
9715feaa03 Fixing up the query to pickup budget 2002-04-05 03:09:18 +00:00
rangi
9eed1523e2 Actually lives in telnet/ 2002-04-03 08:58:36 +00:00
rangi
23af68684c More work on the addbooks scripts, committing on behalf of Roger
Need testing before use in a production environment
2002-04-03 08:44:23 +00:00
rangi
6b341d91ab Fixed the holding branch insertion code. It was inserting the correct
homebranch but was still inserting the wrong home branch
2002-03-31 06:50:08 +00:00
rangi
fb5d8f5fe9 Fixing branches 2002-03-31 02:48:18 +00:00
rangi
2c95a29ca8 Draws list of branches from the branches table now, when adding an item 2002-03-31 01:18:36 +00:00
rangi
8ef923a92f Shifting writeoff code back into pay.pl (redirecting to writeoff.pl was
breaking when the borrower owes a lot of fines)
2002-03-27 00:02:40 +00:00
finlayt
8c792b7917 added database patchs to the updater/updatedatabase script
changes the type of the datesent and datearrived fields in the
branchtransfers table from date to datetime.

completely re-organises the branchcategories table. As this has previously
been unused it shouldnt effect anyone.
2002-03-26 05:08:52 +00:00
rangi
3b469c430f Doesnt write to an include anymore 2002-03-21 21:24:54 +00:00
tipaul
19829f142c Script to apply to sample DB only. It makes a few modifications in the DB (indexes creation, some data deletion, and unused tables drop)
Creates a thesaurus table from the bilbiosubject one
2002-03-19 15:39:31 +00:00
tipaul
5836e7a9ee Sample database only for parameters tables 2002-03-19 15:37:15 +00:00
rangi
3eecf2956e Deals with lost book charges now 2002-03-17 02:58:00 +00:00
rangi
0ad8becf32 tidied up, less hlt specific now 2002-03-17 02:31:02 +00:00
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