kados [Tue, 21 Feb 2006 18:40:08 +0000 (18:40 +0000)]
Adding LabeledMARCView systempref to choose whether tags are displayed
in standard or economical format. Later, this can be used to display
'strict' format with no labels for insane librarians who want that.
hdl [Mon, 20 Feb 2006 14:58:13 +0000 (14:58 +0000)]
Adding a new way to display supplier information: When providing op=display to supplier.pl, supplier information will be displayed and no modifications can be directly done on that.
Adding three buttons on that page : Receive, Manage orders, edit information
kados [Wed, 8 Feb 2006 17:01:01 +0000 (17:01 +0000)]
moves the 'use C4::Amazon' line behind the 'if (AmazonContent)
conditional to make sure folks don't load modules in Amazon.pm if
they're not using it. Email to koha-devel on its way.
----------------------------------------------------------------------
hdl [Wed, 8 Feb 2006 09:20:11 +0000 (09:20 +0000)]
Bug fixing statecollection itemization :
status and itemcallnumbers were not taken into account.
re writing some code in order to have only a few blocks for serialadditems.
changing status to itemstatus in template wherever it was necessary for script to work -- itemstatus(notforloan) is not status(arrived missing)--.
hdl [Tue, 7 Feb 2006 15:33:35 +0000 (15:33 +0000)]
Adding a new system preference : serialsadditem
Adding two functions in Biblio.pm : getitemlocation and getitemstatus (helpful to get location list and status list, status is supposed to be in relation with items.notforloan)
Adding a new function in Bull.pm : serialsitemize which take serial id and item information and creates the item
Modifying statecollection to add a new line (used for data input)
hdl [Mon, 6 Feb 2006 13:56:22 +0000 (13:56 +0000)]
Adding branch selection for recent acquisitions in a new page
Something will have be done about CGI controls in order to make them more multilanguage compliant (itemtype should be coped on the same basis as branches).
There is a bug to be fixed in opac-search results... forgetting the recent acquisition parameters when changing page.
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.