hdl [Wed, 4 Jan 2006 09:29:34 +0000 (09:29 +0000)]
Bugfixing : sorting by patron now taken into account.
All selection boxes, apart from flags selection box, was changed in order to be more "multi lingual" compliant and to keep filter parameters.
hdl [Mon, 19 Dec 2005 13:33:04 +0000 (13:33 +0000)]
Bug Fixing.
Displaying more precise description, barcodes and not itemnumbers, titles and authors...
......
Maybe could be good to group items on biblios, so that multiple items for one biblio would not come out.... AND... not get a biblio that is not issuable... Should we use biblios more than items ?????
tipaul [Thu, 15 Dec 2005 10:05:53 +0000 (10:05 +0000)]
there was a bug in most plugins : when a value is sent to the template, we often use "$X" => 1 to select a value in a list.
That was coded "$X" => $X
when $X=0 or ' ', that meaned $X set to 0, thus not selected.
reported a long time ago, but i never take time to fix it.
tipaul [Wed, 14 Dec 2005 13:08:47 +0000 (13:08 +0000)]
* fix for items.notes that is not correctly handled in the non-MARC part of the DB
* for an unknown reason, mysql fetchrow_hashref returns author BEFORE the title, even if you want it after that makes a problem for UNIMARC where we have 200 $atitle $fauthor => the record appears $f $a.
* handling better biblio/biblioitems creation from an acquisition : the biblio is deleted & recreated to avoid strange things like a repeated 200 field in UNIMARC.
hdl [Wed, 14 Dec 2005 10:59:24 +0000 (10:59 +0000)]
ppl can "cancel" (remove) a command line after a basket is closed.
ppl can now edit command notes after a basket is closed.
I added a "close" parameter to newbiblio in order to protect qty and price data from a modification after a basket is closed.
tipaul [Mon, 5 Dec 2005 09:50:35 +0000 (09:50 +0000)]
New systempreference : OpacPasswordChange if set to Yes (default) the user can change it's password. If set to No, he can't. Useful for libraries with LDAP auth, where the password is checked in LDAP, not in Koha, thus Koha can't change it
tipaul [Thu, 1 Dec 2005 17:27:55 +0000 (17:27 +0000)]
suggestion/acquisition bugfixes :
- 200 field is no more splitted in 2 parts
- author is after title in UNIMARC (dirty solution, but mySQL has a strange behaviour)
- when the book is recieved, the suggestion is marked "available" and a mail is sent
hdl [Wed, 30 Nov 2005 18:14:38 +0000 (18:14 +0000)]
Adding some filter feature :
--filter on borrower firstname, surname or cardnumber. **This can be discussed and changed**
-- filter on borrowercategory
-- filter on itemtype
--filter on branch
-- show all current issues.
hdl [Wed, 30 Nov 2005 16:18:02 +0000 (16:18 +0000)]
Adding a reserve management page in circulation module.
Should add a link to it into the menu.
It basically displays all the reservations not cancelled.
doxulting [Fri, 28 Oct 2005 13:46:50 +0000 (13:46 +0000)]
There was a bug : Even if you erased the marc field linked to additionalauthors.authors the additionalauthors stayed in database. Now : delete before recreating
tipaul [Tue, 25 Oct 2005 13:10:29 +0000 (13:10 +0000)]
* adding a feature to enable reordering of subfields in MARC editor (can be considered as a bug ? at least one of my libraries think that yes !)
(authority MARC editor)
tipaul [Tue, 25 Oct 2005 13:09:52 +0000 (13:09 +0000)]
* adding a feature to enable reordering of subfields in MARC editor (can be considered as a bug ? at least one of my libraries think that yes !)
(authority MARC editor)
tipaul [Tue, 25 Oct 2005 12:38:59 +0000 (12:38 +0000)]
* fixing bug in summary (separator before subfield was in fact after)
* fixing bug in authority order : authorities are not ordered alphabetically instead of no order. Requires all the dataset to be retrieved, but the benefits is important !
tipaul [Tue, 25 Oct 2005 12:36:21 +0000 (12:36 +0000)]
* adding a feature to enable reordering of subfields in MARC editor (can be considered as a bug ? at least one of my libraries think that yes !)
* as the MARC editor begins to be really heavy, i've also added a marc_hide systempref. It hides all marc features not requested by libraries that want MARC but not too much. It hides MARC tag & subfield code, reordering buttons as well as indicators. by default, hide_marc is off