tipaul [Fri, 18 Mar 2005 09:40:41 +0000 (09:40 +0000)]
improving isbnsearch (search before cataloguing)
We now use the official Koha API for search in the catalogue. It means the user don't have to write the title exactly as in biblio.title (empty words are now excluded)
tipaul [Fri, 18 Mar 2005 08:53:38 +0000 (08:53 +0000)]
improving isbnsearch (search before cataloguing)
We now use the official Koha API for search in the catalogue. It means the user don't have to write the title exactly as in biblio.title (empty words are now excluded)
tipaul [Fri, 18 Mar 2005 08:51:26 +0000 (08:51 +0000)]
* setting not for loan on item if itemtype is not for loan
* removing "not reservable" for not for loan items (the info is in the previous column)
* setting "request" button to css=button as all other buttons !
tipaul [Thu, 10 Mar 2005 15:52:28 +0000 (15:52 +0000)]
* adding glass to opac marc detail.
* changing glasses behaviour : It now appears only on subfields that have a "link" value. Avoid useless glasses and removes nothing. **** WARNING **** : if you don't change you MARC parameters, glasses DISAPPEAR, because no subfields have a link value. So you MUST "reactivate" them manually. If you want to enable the search glass on field 225$a (collection in UNIMARC), just put 225a to "link" field (Koha >> parameters >> framework >> 225 field >> subfield >> modify $a >> enter 225a in link input field (without quotes or anything else)
* fixing bug with libopac
tipaul [Thu, 10 Mar 2005 08:44:43 +0000 (08:44 +0000)]
bugfix in baskets :
* The user does not need to have to have librarian rights to use virtual shelves
* error when adding a biblio to an existing basket
tipaul [Tue, 8 Mar 2005 14:03:34 +0000 (14:03 +0000)]
added a stylesheet for the printer (useful in acquisition basket printing. The doNotPrint style can be used anywhere to remove a part of the screen during printing)
tipaul [Tue, 8 Mar 2005 11:08:34 +0000 (11:08 +0000)]
updating merge_authority to have a "batch mode" in this mode all .authid files stored in $KOHAROOT/localfiles/modified_authorities are managed : the corresponding biblios are updated with the modified authority content.
This script can now be put in crontab.
tipaul [Mon, 7 Mar 2005 09:56:41 +0000 (09:56 +0000)]
2 bugfixes in suggestions :
* major : a suggestion was not shown in acquisition except when ordered by the suggestor itself.
* minor : the name was not shown in accepted by column, in acquisition
tipaul [Tue, 1 Mar 2005 13:17:07 +0000 (13:17 +0000)]
just adding some comments to the style sheet (for easier modifications, see opacstylesheet systempref).
(missed commit, those changes are already in the 2.2.1)
tipaul [Tue, 1 Mar 2005 13:14:48 +0000 (13:14 +0000)]
item status (opac & librarian interfaces) The item status has been improved : It now can be :
- on order (= item has been ordered, but not yet arrived at the library)
- not for loan : if the "notforloan" field is mapped to an authorised value list, the right value is shown. Thus, an item can be "lost" or "being repaired", or whatever you put in the authorised values list. (reminder : the "notforloan" field, when 0 means 'ok, book can be issued', and all other values means 'nok, book can't be issued' (whatever the reason, that can be in the authorised value table)
tipaul [Tue, 1 Mar 2005 13:11:43 +0000 (13:11 +0000)]
some changes in the script :
* moving all parameters at start of script => easier to maintain
* sending overdues for borrowers without mail to a "koha admin mail".
* ignoring borrowers with "overduenoticerequired" set to 0 (= don't send overduenotice)
* removing "print" to have a silent script (ie can be put in crontab)
tipaul [Tue, 1 Mar 2005 13:07:57 +0000 (13:07 +0000)]
small tool to check MARC fields/subfields in your DB that are related to subfields ignored in MARC structure (Koha >> parameters >> biblio framework)
Run without args to see more details (with export PERL5LIB=/path/to/koha as usual)
tipaul [Mon, 28 Feb 2005 14:25:19 +0000 (14:25 +0000)]
item status (opac & librarian interfaces) The item status has been improved : It now can be :
- on order (= item has been ordered, but not yet arrived at the library)
- not for loan : if the "notforloan" field is mapped to an authorised value list, the right value is shown. Thus, an item can be "lost" or "being repaired", or whatever you put in the authorised values list. (reminder : the "notforloan" field, when 0 means 'ok, book can be issued', and all other values means 'nok, book can't be issued' (whatever the reason, that can be in the authorised value table)
tipaul [Mon, 28 Feb 2005 14:03:12 +0000 (14:03 +0000)]
* adding search on "main entry" (ie $a subfield) on a given authority (the "search everywhere" field is still here).
* adding a select box to requet "contain" or "begin with" search.
* fixing some bug in authority search (related to "main entry" search)
tipaul [Thu, 24 Feb 2005 13:54:04 +0000 (13:54 +0000)]
exporting MARCdelsubfield sub. It's used in authority merging.
Modifying it too to enable deletion of all subfields from a given tag/subfield or just one.
tipaul [Thu, 24 Feb 2005 13:12:13 +0000 (13:12 +0000)]
saving authority modif in a text file. This will be used soon with another script (in crontab). The script in crontab will retrieve every authorityid in the directory localfile/authorities and modify every biblio using this authority. Those modifs may be long. So they can't be done through http, because we may encounter a webserver timeout, and kill the process before end of the job.
So, it will be done through a cron job.
(/me agree we need some doc for command line scripts)