Koha/koha-tmpl/intranet-tmpl/prog/en/modules
Galen Charlton af466ca41a start of reworking call number handling and other Biblio changes
Most of this commit by Joshua Ferraro.
updatedatabase changes by Galen Charlton.

Major changes:

This commit includes a lot of fairly major changes
to Koha's Biblio handling, largest is the addition
and deletion of several columns in the biblioitems,
items tables, as well as cleanup of deletedbiblioitems,
deleteditems tables. Some of the changes are simple
cleanup, but most have to do with improvements to
storage of call numbers in Koha.

Also, I had to clean up the _koha_* routines quite a
lot to make them work -- there was lots of data just
being lost because columns weren't being updated.

I'm still not completely convinced that the items
table is being treated as authoritative for items
data, investigating further.

DB Changes (updated in kohastructure.sql and in
updatedatabases):

ADDED:
biblioitems.cn_source   ( auth value, CN_SOURCE, stores the source of the
                          call number: DDC, LCC, NLM, etc.)
biblioitems.cn_class    ( plugin, marc21_callnumber.pl, helps fill in
                          the rest of the biblio-level fields)
biblioitems.cn_item
biblioitems.cn_suffix
biblioitems.cn_sort     ( for zebra sorting, stored as a decimal number)
biblioitems.totalissues ( for counting the total times issued )

items.cn_source         ( auth value, CN_SOURCE, stores DDC, LCC, NLM, etc.)
items.itemcallnumber    ( plugin, marc21_itemcallnumber.pl, helps fill in
                          the itemcallnumber based on the record data )
items.cn_sort           ( for zebra sorting, stored as a decimal number)
items.ccode             ( auth value, CCODE, stores the Collection Code
                          of the item, can be used as call number prefix
                          by some libraries )
items.uri
items.materials
items.damaged

DELETED:
items.itype
items.cutterextra
biblioitems.classification
biblioitems.subclass
biblioitems.dewey
biblioitems.lcsort
biblioitems.lccn
biblioitems.ccode

DB version now 3.00.00.009.

Minor changes:

* Drop revision history from C4/Biblio.pm
* GetMarcAuthors now returns additional authors (7XX), not
  main authors (1XX)
* Debug warnings in C4/Search.pm commented out

Signed-off-by: Chris Cormack <crc@liblime.com>
Signed-off-by: Joshua Ferraro <jmf@liblime.com>
2007-10-18 20:19:56 -05:00
..
acqui bug fixing : 1459 + fixing a jserror in basket.tmpl 2007-10-11 15:55:18 -05:00
admin Formatting admin entry forms, improving breadcrumb navigation. 2007-10-18 16:25:47 -05:00
authorities authorities : Adding sorting option to opac & sorting mainentry asc by default 2007-10-17 07:13:55 -05:00
catalogue start of reworking call number handling and other Biblio changes 2007-10-18 20:19:56 -05:00
cataloguing start of reworking call number handling and other Biblio changes 2007-10-18 20:19:56 -05:00
circ Adding new circulation-home, what we ultimately hope to be a "dashboard" interface for circulation functions. circulation-home.pl was created by copy-and-paste, so it should be reviewed. Circulation sub-pages' breadcrumb links have been updated to point to circulation-home. 2007-10-18 16:26:04 -05:00
errors Moving </head><body> into body of templates so that js and css can be embedded per-page. 2007-08-30 15:50:54 -05:00
help Disabling image uploader in TinyMCE 2007-09-13 19:18:20 -05:00
installer #1449: Installer improved to add a zebra/Nozebra screen 2007-10-03 05:10:59 -05:00
labels FIX for Date calculation 2007-10-11 11:51:12 -05:00
maint Moving </head><body> into body of templates so that js and css can be embedded per-page. 2007-08-30 15:50:54 -05:00
members Bug Fixing : Memberentry was broken. 2007-10-15 23:54:20 -05:00
reports FIX for Date calculation 2007-10-11 11:51:12 -05:00
reserve Tweaking holds screen, trying to get additional patron information to show up in holds sidebar; Tweaks to serials interface, including overhaul of subscription-add screen 2007-10-11 15:56:51 -05:00
reviews More template cleanup, resident search forms, breadcrumbs menus 2007-09-14 17:47:24 -05:00
serials Tweaking holds screen, trying to get additional patron information to show up in holds sidebar; Tweaks to serials interface, including overhaul of subscription-add screen 2007-10-11 15:56:51 -05:00
suggestion More template cleanup, resident search forms, breadcrumbs menus 2007-09-14 17:47:24 -05:00
tools FIX for Date calculation 2007-10-11 11:51:12 -05:00
virtualshelves Various random noodlings: - Visual changes to circ, detail, request, and member pages. Fixed checkouts/reserves tabs on circulation.tmpl. Moved new form-layout CSS into staff-global.css and generalized it for wider use. Refined patron details sidebar for use on circulation.tmpl 2007-09-27 16:32:52 -05:00
z3950 Continuing addition of resident search form, other markup corrections. 2007-09-11 16:41:35 -05:00
about.tmpl Moving </head><body> into body of templates so that js and css can be embedded per-page. 2007-08-30 15:50:54 -05:00
auth.tmpl removing un-open TMPL_IF 2007-10-02 15:44:24 -05:00
intranet-main.tmpl Several changes: - add check in link to circulation checkouts listing 2007-10-02 15:44:14 -05:00