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
tipaul [Wed, 5 Oct 2005 12:41:41 +0000 (12:41 +0000)]
fixing bug caused by sort{} added by hdl 2 days ago : when items were reordered, itemnum were not. Thus, sometimes, items were not pointing to the right itemnumber & modif/deletion was buggy !
hdl [Tue, 4 Oct 2005 09:40:26 +0000 (09:40 +0000)]
Bug Fixing : Order by title wouldn't work any longer...
Display volume and volumeddesc in Intranet.
Modifying Common-style.css in order to have a "prety display in resultlist.
Adding a plugin to select multiple authorised_values.
Beware, It works only for one authorised_value category at the moment but would be easy to change to support any category if add_biblio.pl would be change to take plugin before authorised values into account.