tipaul [Tue, 7 Jun 2005 12:56:36 +0000 (12:56 +0000)]
fix for #958 : showing notes in order list screen. The note can be used for whatever the library want, and should be seen here.
The table has been improved :
* title / isbn / author / note are on the same column, as in marc search
* alternate colors working
tipaul [Mon, 6 Jun 2005 15:23:35 +0000 (15:23 +0000)]
adding a systempref to choose either to show or hide "lost" items. Note that "lost items" can be related to an authorised value list, so does not necessary mean "item definetly lost". Even here, some libraries want to see lost items, and some don't want. This parameter will make everybody happy !
tipaul [Mon, 6 Jun 2005 14:07:27 +0000 (14:07 +0000)]
splitting title in 2 parts :
* title (logo + title)
* menuline (the menuline)
to be able to have a vertical menuline
* adding parameter to have an alternate image as logo
genjimoto [Tue, 31 May 2005 16:01:14 +0000 (16:01 +0000)]
Bug 969: If you try to issue an item which has been made waiting for someone, and you
override the reserve, but don't indicate that the reserve should be cancelled,
the reserve is cancelled anyway. Fixed!
tipaul [Tue, 31 May 2005 14:52:09 +0000 (14:52 +0000)]
adding a field useful only for CVS, to avoid deletion of empty directories. this directory is filled when modifying an authority. the merge_authority script get files here & deals with them
tipaul [Mon, 30 May 2005 11:24:15 +0000 (11:24 +0000)]
fixing a bug : when a field was repeated, the last field was also repeated. (Was due to the "empty" field in html between fields : to separate fields, in html, an empty field is automatically added. in AUTHhtml2marc, this empty field was not discarded correctly)
tipaul [Mon, 30 May 2005 11:22:41 +0000 (11:22 +0000)]
fixing a bug : when a field was repeated, the last field was also repeated. (Was due to the "empty" field in html between fields : to separate fields, in html, an empty field is automatically added. in MARChtml2marc, this empty field was not discarded correctly)
hdl [Wed, 25 May 2005 09:34:40 +0000 (09:34 +0000)]
Fixing :
- Enabling Selection of Default Framework, event though it wasnot the framework of the biblio.
Adding
- Saving Framework Changes when editing a biblio.
Display improvements
joshferraro [Fri, 20 May 2005 19:06:02 +0000 (19:06 +0000)]
Fix to Bug 844: renewstatus subroutine should check for reserves -- now it does.
Note that I'm assuming that all libraries don't want items reserved for others
+to be renewalable.
joshferraro [Fri, 20 May 2005 18:55:08 +0000 (18:55 +0000)]
Fix to Bug 844: renewstatus subroutine should check for reserves -- now it does.
Note that I'm assuming that all libraries don't want items reserved for others to be renewalable.
tipaul [Thu, 19 May 2005 22:12:00 +0000 (22:12 +0000)]
* 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 ")
tipaul [Thu, 19 May 2005 21:52:45 +0000 (21:52 +0000)]
* 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 ")