Commit graph

48258 commits

Author SHA1 Message Date
rangi
3d854d01ef Making the CatSearch and KeywordSearch return more sane returns
Returns an array of hashrefs now, rather than the array of tab separated
strings it was returning before.
2002-05-07 00:08:20 +00:00
rangi
c0fc669126 Removing keywordsearch2 (no longer used)
Fixing glitches in counting lost items.
In items
itemlost=1 item marked lost by a librarian
itemlost=2 item marked lost by kohas automatic this item is over 4 weeks
overdue routine.

To the borrowers (ie in the opac) they should just show as lost
2002-05-06 23:12:25 +00:00
rangi
bdcc8271a2 Fixing a typo 2002-05-06 21:59:40 +00:00
finlayt
fe88c2a022 Removed the "Item has been transfered" message from the returnbook2
subroutine.
2002-05-06 04:36:42 +00:00
finlayt
ca7a9d7264 Changed the error message from: There is no book with barcode: XXXXXX
to: No item with barcode: XXXXXXX
2002-05-06 04:30:37 +00:00
finlayt
01fdc4f833 Changed the word: Fines to: Charges 2002-05-06 04:12:48 +00:00
truth_nz
0b52637ff6 Fixed bug due to way hashes take values. Was stopping items being saved to
database. Added code to pick up branch list from database.
2002-05-06 02:47:49 +00:00
rangi
a8f9f23711 No harm in adding these to the main branch either 2002-05-03 21:40:28 +00:00
truth_nz
073dc61c59 Bug fixes to get the new acqui.simple system working. 2002-05-03 02:47:33 +00:00
tipaul
5c164fdc70 updated database.mysql : dropped unused tables, created indexes : old database.mysql updated by updatedatabase2.pl script 2002-05-02 09:19:49 +00:00
finlayt
23a8694aaa added branchrelations table and changed branchcategories table to allow
admin/branches.pl to work properly.
2002-05-02 00:23:26 +00:00
finlayt
9255f92b21 moredetail.pl presents circulation information taken from the
branchtransfers table

Circ2.pm has been changed a little

admin/branches.pl alows branches to be added, edited and deleted.

updatedatabase needs more fixing
2002-05-02 00:08:53 +00:00
finlayt
277f3490be Changes to circulations:
added returns.pl  ->  deals with the returns only
moved old circulation.pl to circulationold.pl which still deals with issues.
fixed up branchtransfers.pl
moved circulation2.pl to circulation.pl

Note more changes coming next week
2002-05-02 00:06:28 +00:00
rangi
8ea1f94eb7 Cleaning out all unused cruft.
C4Connect is the only function that was actually being used in this module
2002-04-30 09:21:03 +00:00
truth_nz
9e53e8dbe7 scripts for new acqui.simple system 2002-04-29 05:29:02 +00:00
truth_nz
47c18cfcdc Modifications for new acqui.simple
Database includes new biblio abstract field and biblioitem url field
acqui/finishreceive.pl modified to use changed C4/Acquisitions.pm
2002-04-29 05:25:41 +00:00
finlayt
4ecb80c5f2 Fixed typo 2002-04-23 00:34:16 +00:00
finlayt
d239497209 fixed typo 2002-04-22 22:47:09 +00:00
rangi
9144d67850 Fixing bug reported by Steve,
Couldnt remove an additional Author when modifying a biblio
2002-04-21 06:33:32 +00:00
saas
ffc98bebe4 Correct spelling - aquisitions to acquisitions 2002-04-21 04:45:21 +00:00
pate
abbf1a554a general cleanups 2002-04-21 01:58:26 +00:00
pate
e69ac16962 initial version of the Changelog -- used cvs2cl to generate it. 2002-04-20 03:39:30 +00:00
pate
214257b1d8 starting to move ethnicity stuff out of programs and into modules 2002-04-17 21:35:53 +00:00
rangi
1b1c78dde4 Submitting on behalf of Nicholas
First cut (not functional yet) of an installer script
2002-04-17 20:28:47 +00:00
tonnesen
9b51de04f5 Added some comments detailing how MARC fields are mapped to Koha data 2002-04-16 19:49:15 +00:00
tonnesen
8194563631 Fixed typo 2002-04-16 18:00:39 +00:00
tonnesen
a96be92d27 This is my bulk MARC record importing tool. Feel free to test it out, but DO
NOT use it on a production system yet!  It needs to be more adaptable to
different MARC implementations.

Note that the script will spit out a plain text copy of the records being
imported to STDOUT, so you will probably want to redirect to a file, or pipe to
less.
2002-04-16 17:37:19 +00:00
pate
5e8ec73231 moved ethnicity fixups into C4::Koha, eventually to be replaced with a better
(non-NZ specific) solution.
2002-04-15 16:17:21 +00:00
pate
2409d7fe90 moved ethnicity fixing out of moremember.pl into a function,
eventually to replace with a more configurable version (non-NZ specific)
2002-04-15 16:15:38 +00:00
truth_nz
e1d7a81197 Acquisitions::newbiblioitem updated to be usable for new acqui.simple
addorder.pl and updatebibitem.pl modified to use new newbiblioitem
2002-04-15 05:33:33 +00:00
rangi
b3375469e3 Fixing the subject search i broke ;) 2002-04-10 09:55:17 +00:00
rangi
132835283a Working on a fix to speed up title and author searches 2002-04-10 07:59:28 +00:00
truth_nz
51ee67d237 Altered newbiblio to be more generic - so can use with new acui.simple
scripts (which are not finished yet).
2002-04-10 05:49:17 +00:00
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