[Koha] koha 2.2.3 roadmap

Paul POULAIN paul.poulain at free.fr
Wed May 25 03:21:40 NZST 2005


Hi,

There are some critical bugs fixed on Koha 2.2.2b (mainly in authority 
management)
Plus some improvements.

I plan to release a 2.2.3 version at the end of next week.

Here is the 1st draft of release notes (everything is not done yet) :

BUGFIXES
***** Critical & Minor mixed
	=== ACQUISITION ===
	* adding supplier info to basket.pl (for order printing)
	
	=== OPAC ===
	* minor fix in subject link (normal view)
	
	=== CATALOGUE ===
	* (critical) bugfix in authorities : in biblio repeated fields, when 
you choosed an authority entries, it was copied in all the fields, not 
only in one.
	* bugfix in subject link, in normal view
	
	=== CIRCULATION ===
	* bugfix : checking issuing rules under certain circumstances was buggy.
	
	=== BORROWERS ===
	* better management of joining & expiry dates :
		- dates can be manually typed when adding a borrower.
		- Empty fields are automatically calculated (joining = today & expiry 
date calculated from borrower category)
		- Expiry date can be modified
	* checking expiry date when trying to issue a book & forbidding issuing 
when expiry date reached. ** IMPORTANT ** This check was not done 
before. Thus, you may be unable to issue books where you could before. 
You can update your database borrower by borrower or with the following 
SQL command on the server : "update borrowers set expiry='2005-31-12'". 
You can limit the update to a borrower category with "update borrowers 
set expiry='2005-31-12' where categorycode='A'" (all SQL commands must 
be typed without any ")
	* template improvements & some bugfixes in fines management.

	=== PARAMETERS ===
	* in marctagstructure, next & previous button no more loose 
frameworkcode & link to default framework
	
	=== REPORTS ===
	* in "borrowers with no issues" wizard, adding "without issues since" 
(DOES NOT WORK yet)
	
	=== ALL ===
	
IMPROVEMENTS
***** Major
	=== ACQUISITION ===
	* in history search, a filter has been added on order date.
	
	=== CATALOGUE ===
	* There is also a FindDuplicate feature for MARC Authorities
	* it's now possible to change the framework of a biblio
	* the overduenotice.pl script (that sends a mail to borrowers with late 
issues) contains the list of late items (title, author)
	
	=== PARAMETERS ===
	* a new nice button in marc_*_structure.pl has been added : if 
selected, only actived fields/subfields are shown. Strongly limits the 
number of lines shown, more user friendly.
	
	=== OPAC ===
	* basket / bookbag sending now has an iso2709 file attached
	


-- 
Paul POULAIN
Consultant indépendant en logiciels libres
responsable francophone de koha (SIGB libre http://www.koha-fr.org)
_______________________________________________
Koha mailing list
Koha at lists.katipo.co.nz
http://lists.katipo.co.nz/mailman/listinfo/koha



More information about the Koha mailing list