finlayt
457430776c
Checked diff in branchtransfers. datesent and datearrived are given datetime, not just date
2002-06-23 22:38:08 +00:00
tipaul
d467f092a3
merging branches 1.2 and main
2002-06-21 13:15:36 +00:00
tipaul
4d40d7af28
MERGE 1.2 and main branches
...
Still a few diffs i don't understand :
311,320c311,312
< categoryname text,
< codedescription text,
< PRIMARY KEY (categorycode)
< );
<
< # Table structure for table 'branchrelations'
< #
< CREATE TABLE branchrelations (
< branchcode varchar(4) DEFAULT '' NOT NULL,
< categorycode varchar(4) DEFAULT '' NOT NULL
---
> branchcode char(4) DEFAULT '' NOT NULL,
> branchholding int(11)
344c336
< datesent datetime DEFAULT '0000-00-00' NOT NULL,
---
> datesent date DEFAULT '0000-00-00' NOT NULL,
346c338
< datearrived datetime,
---
> datearrived date,
553a546
>
2002-06-21 08:55:50 +00:00
tipaul
3bee5b5743
* Acquisition synchronised with rel-1-2
...
* Update of biblio.pm and catalogue.pm that continuates MARC stuff. Lot of explanations at the beginning of Biblio.pm
2002-06-20 21:07:30 +00:00
tonnesen
d6e7293f76
Cosmetic change. Merged with rel-1-2
2002-06-20 20:43:26 +00:00
tonnesen
cceee9e230
Merged changes from rel-1-2
2002-06-20 20:41:21 +00:00
tonnesen
1929403b8f
Merged with rel-1-2 copy
2002-06-20 20:31:01 +00:00
tonnesen
264b8f0093
Merged changes from rel-1-2 branch version 1.21.2.1, all fixes to warnings
2002-06-20 20:10:08 +00:00
tonnesen
6897cec04d
Most of these merges are just removing unused parts of the perl modules.
2002-06-20 18:56:52 +00:00
tonnesen
04dd31fa07
47 files to go, 47 files to go, take one down, pass it around...
...
46 files to go.
2002-06-20 18:17:51 +00:00
tonnesen
d3af19dcb2
Are we getting sick of merging yet? Not me!
2002-06-20 18:04:45 +00:00
tonnesen
29b4d2d534
merges from rel-1-2. Starting to get a little longer now. Being very
...
careful.
2002-06-20 17:57:11 +00:00
tonnesen
3d0fb625a0
Third in the series of branch merges. Starting to run out of easy stuff. :)
2002-06-20 17:45:18 +00:00
tonnesen
cb7441a537
More merges in from rel-1-2
...
All of the changes so far have been minor. I did uncomment delbiblio($biblio)
in delbiblio.pl in the main branch to match delbiblio.pl in rel-1-2
2002-06-20 17:33:07 +00:00
tonnesen
b3f728cf02
Merging rel-1-2 changes into main
2002-06-20 17:23:09 +00:00
tipaul
ac230f070e
trying to merge rel-1-2 into main branch... test with this script, choosen randomly ;-)
2002-06-20 15:56:51 +00:00
rangi
c509c3d633
pop up pay window is working again
2002-06-19 01:32:37 +00:00
rangi
d8b356d441
Fixing issues which i broke just before ... perhaps one more commit today.
...
Issues used to pop up a payment window when a borrower had finished issuing
and had money to pay.
We seem to have lost that, ill try and get it back
2002-06-19 01:04:47 +00:00
rangi
78c976aa0f
issues printing issue slips again
2002-06-18 22:46:59 +00:00
tipaul
3d7df52b0d
Going to MARC 1.4...
...
0- Requires MARC::Record from cpan to work
1- divided Catalogue.pm in 2 parts :
Biblio.pm ,that contains biblio management
Catalogue.pm, that contains acquisition management.
When ended, they will replace the Acquisition.pm package
2- Created MARCxxx functions :
* MARCgetbiblio : retrieves a MARC::Record from the bibid passed in parameter (working, see test.pl script)
* MARCaddbiblio : creates a MARC-DB entry, for a MARC::Record given as parameter. (working)
* MARCmodsubfield : modifies a subfield for a given subfieldid
* MARCfingsubfield : retrieves a subfieldvalue from a bibid/tag/subfield
* MARCaddsubfield : adds a subfield to biblio into the DB
* MARCkoha2marc : builds a MARC::Record, given a biblionumber, a biblioitemnumber and/or an itemnumber. (working).
TODO :
A lot ;-))))
For instance, you can create only a MARC-DB entry from a old-DB entry. Note some questions are still to solve around bibid (old-DB/MARC-DB)...
2002-06-14 16:47:33 +00:00
amillar
c5c559fc55
add websites table
2002-06-14 05:24:58 +00:00
rangi
1e9225fd51
Fix to get sticky due date working
2002-06-13 03:17:18 +00:00
rangi
49e2b90a8b
Fix to get list of overdue items showing correctly
2002-06-13 03:16:55 +00:00
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