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)
oleonard [Wed, 16 Feb 2005 21:26:02 +0000 (21:26 +0000)]
Fix to display waiting status only if item has arrived at pickup branch. Setting 'atdestination' variable if so. Changes are required in the template to take advantage of this.
oleonard [Wed, 16 Feb 2005 19:11:45 +0000 (19:11 +0000)]
- formatting date according to system preference
- formatting currency values
- adding toggle for alternating table row colors
- adding 'credit' variables to determine whether amounts should be displayed as debits or credits (add corresponding styles to stylesheet to take advantage of these)
oleonard [Tue, 15 Feb 2005 20:33:08 +0000 (20:33 +0000)]
- Adding classification to list of returned variables
- Updating table row color toggle to move HTML markup out of the script (requires update to the template)
oleonard [Mon, 14 Feb 2005 22:07:41 +0000 (22:07 +0000)]
Adding id attributes to script-generated form fields to allow more flexible interface (tying label for attribute to input's id allows label to be clicked to transfer focus to the form field)
oleonard [Fri, 11 Feb 2005 20:01:09 +0000 (20:01 +0000)]
- Adding id attributes to CGI-generated form inputs so that HTML labels can transfer focus to the appropriate field.
- Modifying table row color toggle so that HTML value can be moved out of the script
tipaul [Fri, 11 Feb 2005 14:28:52 +0000 (14:28 +0000)]
* adding a link to member page to jump to issues page directly (ported from nelsonville templates)
* Adding two print versions of the member details screen (ported from nelsonville templates)
- moremember-print.tmpl is a full-page view with information about the patron, issues, and reserves
- moremember-receipt.tmpl is a brief view with information about issues, designed to be appropriate for a slip printer.
oleonard [Thu, 10 Feb 2005 22:40:24 +0000 (22:40 +0000)]
Switching from building 'edit' link in the script to building it in the template itself by creating edit_tagfield and edit_frameworkcode variables to pass to the template.
This change to the template is required if the link is to work
oleonard [Thu, 10 Feb 2005 22:38:17 +0000 (22:38 +0000)]
Switching from building 'edit' link in the script to building it in the template itself by creating edit_tagfield and edit_frameworkcode variables to pass to the template.
oleonard [Thu, 10 Feb 2005 19:27:16 +0000 (19:27 +0000)]
Adding two print versions of the member details screen, and links to those version in moremember
- moremember-print.tmpl is a full-page view with information about the patron, issues, and reserves
- moremember-receipt.tmpl is a brief view with information about issues, designed to be appropriate for a slip printer.
Each version is accessed by passing a new parameter to moremember.pl, print=page or print=slip.