kados [Sun, 5 Feb 2006 21:53:54 +0000 (21:53 +0000)]
Adds database support for IntranetNav systempref -- used to add HTML
tags to left-hand navigation menu on Intranet.
----------------------------------------------------------------------
hdl [Fri, 3 Feb 2006 16:31:54 +0000 (16:31 +0000)]
Recent Acuiqisition page with branch selection.
BEWARE !!!
One CANNOT list ALL recent acquisitions in ALL branches.
You MUST select One criterium (either branch or doctype)
No Answer when choosing no criteria
hdl [Fri, 3 Feb 2006 16:25:50 +0000 (16:25 +0000)]
This script and file is used to generate a csv file with all the information needed in Town libraries.
That can be used to make a mass mailing with Word or Excel or OpenOffice.
hdl [Fri, 3 Feb 2006 16:19:12 +0000 (16:19 +0000)]
Adding a new overduenotice facility :
With overduenoticesSelect.pl you can
-Use an alternate text file as a letter ( you have an example in textelettre.txt) (-file option)
-Select a branch for overduenotices to be sent (-branch option)
- Select a category for overdunotices NOT to be sent to (-borcatout option)
OR select a borrower category for overduenotices to be specifically sent to. (-borcat option)
- Send a report of all the books curently issued to a member (-all)
- (use -c for confirm)
It uses the librarian branch email for sending emails.
hdl [Fri, 3 Feb 2006 16:05:27 +0000 (16:05 +0000)]
Adding a query trace for overdue.pl
(seems that some people donot have ALL the results they would like to get) But I tested and get the proper results.
So Waiting for deeper tests.
tipaul [Thu, 2 Feb 2006 16:02:39 +0000 (16:02 +0000)]
2 new scripts :
* check_suggestion.pl, that send a mail to the librarian when a suggestion is pending
* delete_authority.pl, that deletes all entries of an authority in a biblio.
kados [Tue, 31 Jan 2006 18:35:55 +0000 (18:35 +0000)]
Fixes decimal for total price so it displays as 5.00 instead of 5.
Eventually, we want the '2' in sprintf("%.2f", to be a variable that
is generated from a system preference.
hdl [Mon, 30 Jan 2006 16:06:26 +0000 (16:06 +0000)]
BugFix : leader management was annoying for MARCadditem. Changing. Avoiding fields which tag is under 100. (Could be a simple different from 000) But in UNIMARC, fields under 100 donot have subfields.
kados [Thu, 26 Jan 2006 13:11:55 +0000 (13:11 +0000)]
Fixing minor template bug that leads to page refresh after resultset
is returned (and a 404).
----------------------------------------------------------------------
tipaul [Thu, 5 Jan 2006 15:14:47 +0000 (15:14 +0000)]
* (UNIMARC specific bugfix) when an editor is entered, with no ISBN, the collection plugin (225a) can find collections attached to the editor name. Note that if there are more than 1 EDITORS authority for a given editor, only the 1st will be used to create collection list.
tipaul [Thu, 5 Jan 2006 15:12:36 +0000 (15:12 +0000)]
* when a budget has no line (or an outdated line, it does not appear anymore in acquisition)
* orders where always attached to the last budget line, not to their real line (=depending on date)
hdl [Wed, 4 Jan 2006 09:29:34 +0000 (09:29 +0000)]
Bugfixing : sorting by patron now taken into account.
All selection boxes, apart from flags selection box, was changed in order to be more "multi lingual" compliant and to keep filter parameters.