rangi
8e6b93acd7
The script mike uses to run backups on the koha database
2002-06-11 22:03:44 +00:00
rangi
bd26a61da9
Committed on behalf of Mike
...
First cut at an installer that can run without superuser privileges
2002-06-11 11:24:36 +00:00
tipaul
503066d538
MARC stuff : beginning to use MARC::Record package.
2002-06-10 20:49:54 +00:00
finlayt
7a3ac6ddfc
rewrite, so that it correctly displays branches and waiting reserves.
2002-06-06 23:30:39 +00:00
tipaul
56d4ac55a7
today stuff around marc. Will change soon as we will use MARC::record (see marcpm.sourceforge.net)
2002-06-06 16:23:36 +00:00
finlayt
c3820fa998
fixed bug http://bugzilla.katipo.co.nz/show_bug.cgi?id=1284
...
If an item doesnt have a holdingbranch it just shows blank instead of not appearing at all.
2002-06-06 04:15:18 +00:00
finlayt
2bb0991120
fixed minor bugs
2002-06-06 02:51:38 +00:00
finlayt
89026ec754
Changed the issuebook routine to use the new methods from C4::Reserves2.pm
2002-06-06 02:48:53 +00:00
finlayt
0e69a3906e
improved all the code so that priorities are reset properly.
2002-06-06 02:47:53 +00:00
tipaul
d9b22fb1da
Proposing simplified perlmarcstructure. Interesting mainly for Steve
2002-06-05 13:05:19 +00:00
tipaul
0595587f93
test.pl, contains a script to test the Catalogue.pm stuff.
...
Catalogue.pm : marc stuff :
* the 3 xxxSubfield functions works
* the addMarcBiblio function has been added : if you pass it a perlmarcstructure (sample in test.pl and explanation in marc/perlmarcstructure file), it adds a biblio to the marc_schema. The newbiblioitem (old koha-DB) still has to be updated to build the perlmarcstructure internally and call addMarcBiblio function.
2002-06-04 16:08:47 +00:00
tipaul
783353ebdd
ouuppsss... forget the 1.13 version, i made a mistake. This version works and should be the last
2002-06-04 08:13:31 +00:00
tipaul
646ee4100f
New and hopefully last version of the MARC-DB. Is the fastest in benchmark, everybody agree ;-) (Sergey, Steve and me, Paul)
2002-06-04 07:56:56 +00:00
tonnesen
740b30464a
I couldn't get testKoha to run until I modified the runtests line. Am I using
...
a different version of Test::Harness?
2002-06-01 05:53:47 +00:00
tonnesen
67a59666c3
Added checking for option to run unsafe database tests. The idea is that tests
...
that attempt to modify the library database will _not_ be run unless the
environment variable DoUnsafeDBTests is set to 1. This allows people on
production systems to run the tests without any fear of data corruption, while
developers can run the full suite of tests on a standard sample database.
2002-06-01 05:46:08 +00:00
pate
90a0599814
quick updates/corrections
2002-05-31 22:46:59 +00:00
tonnesen
14d422a951
Skeleton test file for Catalogue.pm. Fails miserably so far. :)
2002-05-31 22:17:12 +00:00
pate
d9adf8154f
updated testing
2002-05-31 20:35:54 +00:00
tonnesen
dcd45fb1ac
removed another _sergey
2002-05-31 20:03:17 +00:00
tonnesen
aaf24f7102
removed fieldid in favour of tagid, removed _sergey from table names, added
...
tagorder field to tag table, renamed marc_field_table to marc_tag_table.
2002-05-31 19:41:29 +00:00
tonnesen
7ef695a908
Splitting into separate tag and subfield tables
2002-05-31 19:36:08 +00:00
tonnesen
27f617e8fc
Benchmark script for sergey's schema
2002-05-30 19:58:24 +00:00
tonnesen
ea6c43ed19
New benchmark run to test Sergey's schema
2002-05-30 19:55:18 +00:00
tipaul
69ad59d59a
* modification of tables/row names : *_tag_* replaced by *_subfield_* where needed
...
* modification of word table
2002-05-30 08:11:51 +00:00
tipaul
2110c580eb
some more cleaning : removed duplicated row, added indexes
2002-05-30 08:00:56 +00:00
finlayt
e6099545cc
Most everything is fixed now in returns, including the way it displays (a little).
2002-05-30 01:32:29 +00:00
tonnesen
02fc6654ec
Started modifications to match new marc schema
2002-05-29 22:47:20 +00:00
tonnesen
9da8afa545
Changed subfieldmark back to subfieldcode
2002-05-29 22:11:20 +00:00
tonnesen
98ab1220d8
Further simplifications to the marc schema specification
2002-05-29 21:11:41 +00:00
tonnesen
58e8ec498c
Script for printing barcode labels. Running this script sends raw postscript
...
to stdout, so redirect to a file for viewing with ghostview, or to a postscript
capable printer for printing. There are some variables which can be edited at
the top of the script.
2002-05-29 21:06:17 +00:00
finlayt
a6dd1bcf44
Changed the returnbook method to use CheckReserves instead of FindReserves.
2002-05-29 05:52:12 +00:00
finlayt
e9bfecc3a4
Fixed up the reserves code to use the new Reserves2.pm methods.
2002-05-29 05:50:52 +00:00
finlayt
970081fb49
Some small changes in transferbook: uses the new Reserves2.pm methods.
2002-05-29 04:40:15 +00:00
finlayt
7d603978ed
Added some subroutines.
...
All reserve activity should go through these.
CheckReserves (search on itemnumber),
CancelReserve (manages priorities correctly)
ReserveWaiting (sets a reserve record to waiting and sorts other priorities)
2002-05-29 04:39:12 +00:00
finlayt
da147ed714
Added the reserves functionality. Now calls a bunch of routines from Reserves2.pm
2002-05-29 04:33:42 +00:00
dragon28
8c2a8ae3b6
fixed typo
2002-05-27 08:22:23 +00:00
amillar
7ebbc8311d
Added "lccn" and "marc" fields to newbiblioitem
2002-05-23 22:59:37 +00:00
amillar
509f14159e
Moved addition of Biblioitem to separate subroutine
2002-05-23 20:49:31 +00:00
truth_nz
cc840a7bfa
Update to acqui.simple system. Hopefully this is a lot more user friendly.
...
Probably a few bug fixes to come still.
2002-05-22 18:35:25 +00:00
tonnesen
01651e1768
First attempt at a perl data structure for marc records
2002-05-22 16:00:51 +00:00
amillar
18359015f3
Add biblio using C4::Acquisitions newbiblio
2002-05-22 06:45:30 +00:00
rangi
6175e505a5
Fixing syntax error
2002-05-22 04:30:44 +00:00
amillar
549677ee1b
Fix typo in booksellerid field name
2002-05-21 06:19:48 +00:00
amillar
9af1253ce3
Add item using newitem() from C4::Acquisitions.pm
2002-05-21 06:17:48 +00:00
amillar
3b184ab85d
Fix warning about use of undefined variable, found when endmenu
...
called from marcimport.pl
2002-05-21 06:15:41 +00:00
amillar
3715bf0516
Modularize table creation, driven by hash instead of redundant code.
2002-05-21 05:47:24 +00:00
amillar
97a5af0b2d
Add comments, make branchrelations consistent with other table additions
2002-05-21 05:12:42 +00:00
rangi
9775fedd9b
Some minor changes to get detail.pl and moredetail.pl working nicely with
...
html::template
2002-05-21 01:17:44 +00:00
rangi
da29b56e28
Fixing ItemInfo2 to ItemInfo
2002-05-21 01:16:02 +00:00
amillar
35d366f4d5
Some code cleanup. Created subroutines for ISBN checksum,
...
z3950 queue insert, and table-based form option selects
for item type and branch code (branch code select no longer
hard-coded).
2002-05-20 04:55:20 +00:00