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
rangi
9a573709f1
Adding in publisher and abstract as search fields
2002-05-19 21:27:12 +00:00
amillar
7c65ea04c5
Some cleanup, reformatting, fix some undeclared variables
2002-05-18 07:01:27 +00:00
amillar
1984194f78
Removing Catalogue.pm because it doesn't compile cleanly yet
2002-05-18 06:56:13 +00:00
finlayt
3f876641ca
Changed the wording of error message from:
...
"Cannot transfer item to branch it is already at"
to: "Item already at destination branch"
2002-05-18 05:38:57 +00:00
finlayt
d06de68d9e
fixed a little bug with cookies and setting the branch and printer settings.
2002-05-18 05:37:26 +00:00
finlayt
73706c24f7
improoved layout and branch and printer settings are displayed
2002-05-18 05:07:26 +00:00
finlayt
4a54639472
Completely new. This file handles the issues, and sets branch and printer
...
cookie.
2002-05-18 05:05:53 +00:00
finlayt
65b3df77cc
fixed the branch and printer setting mechanism
...
changed layout slightly
2002-05-18 05:04:43 +00:00
finlayt
efee891bca
script for changing the branch and printer settings, taken from circulation.pl
2002-05-18 05:02:25 +00:00