truth_nz
7a1c0652d5
Updates to use changed newbiblio sub in C4/Acquisitions.pm
2002-04-10 05:47:07 +00:00
pate
7d57ee8839
whacked a couple of bits that Chris marked as okay to delete.
2002-04-10 00:02:59 +00:00
rangi
dc447b69c3
Just added some comments for Pat
...
(Is this a good way of doing it? if not let me know)
2002-04-09 23:30:48 +00:00
pate
8982a436c2
refactoring, marking spots for further refactoring
2002-04-09 22:08:15 +00:00
rangi
d9deed33c7
Little typo, missing t in systemprefs
...
Apart from that, all the patch files seem to be running happily on
hlt.katipo.co.nz
2002-04-09 00:16:52 +00:00
rangi
7a64671da1
Just a quick little fix the sql to update a borrower was setting the postal
...
address twice, instead of the postal, then the physical address. My little
fix got overwrote by pat's fix so im updating now before i forget :)
2002-04-09 00:04:39 +00:00
pate
0376493cd4
refactored slashifyDate function out of inline code, created C4/Koha.pm
...
to hold it and wrote tests for it, started marking other places for
potential refactoring.
2002-04-08 23:44:43 +00:00
rangi
f65c91e6a4
Script wasnt setting street address correctly
2002-04-08 22:47:18 +00:00
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