oleonard
cb39259b1a
Synching with rel_2_2.
2005-08-03 19:30:31 +00:00
tipaul
145f21e982
adding 2 fields to letter system :
...
* module (acquisition, catalogue...) : it will be usefull to show the librarian only letters he may be interested by.
* title, that will be used as mail subject.
2005-08-02 16:15:34 +00:00
tipaul
8caf4b5277
Introducing new "Letters" system : Letters will be used everytime you want to sent something to someone (through mail or paper). For example, sending a mail for overdues use letter that you can put as parameters. Sending a mail to a borrower when a suggestion is validated uses a letter too.
...
the letter table contains 3 fields :
* code => the code of the letter
* name => the complete name of the letter
* content => the complete text. It's a TEXT field type, so has no limits.
My next goal now is to work on point 2-I "serial issue alert"
With this feature, in serials, a user can subscribe the "issue alert". For every issue arrived/missing, a mail is sent to all subscribers of this list. The mail warns the user that the issue is arrive or missing. Will be in head.
(see mail on koha-devel, 2005/04/07)
The "serial issue alert" will be the 1st to use this letter system that probably needs some tweaking ;-)
Once it will be stabilised default letters (in any languages) could be added during installer to help the library begin with this new feature.
2005-07-28 15:10:12 +00:00
tipaul
3df7bdc5d3
For instance, the return date does not rely on the borrower expiration date. A systempref will be added in Koha, to modify return date calculation schema :
...
* ReturnBeforeExpiry = yes => return date can't be after expiry date
* ReturnBeforeExpiry = no => return date can be after expiry date
2005-07-28 08:38:15 +00:00
hdl
552d398bf7
Adding page to display log views.
...
can be called by admin/viewlog.pl
Works with C4/Log.pm
uses action_logs table
2005-07-20 16:09:03 +00:00
hdl
979940ecba
Modifying branch Selection : Now Superlibrarians are always able to see ALL branches budget, not simple librarians.
2005-07-12 13:59:38 +00:00
hdl
b734534b18
Add branch selection and filter for budgets and funds.
...
May be too much... Funds could be enough....
It works provided you update your base adding branchcode both in aqbookfund AND aqbudget.
If selection in budget is not needed, I shall remove.
2005-07-06 17:47:22 +00:00
tipaul
5e44e797eb
synch'ing 2.2 and head
2005-06-20 13:15:46 +00:00
tipaul
d989e33d88
improving systempref selector :
...
* showing active tab better
* removing useless filter form
* adding some systemprefs to their correct tab
2005-06-20 13:12:11 +00:00
hdl
03e820d08c
Displaying system preferences by category
2005-06-17 16:37:00 +00:00
genjimoto
22b8970807
script to edit the item subcategory table.
2005-06-02 03:31:16 +00:00
genjimoto
67cd0be3ed
script to edit the category table.
2005-06-02 03:08:22 +00:00
genjimoto
cb0562abd2
script to edit the media type table.
2005-06-02 02:37:32 +00:00
tipaul
4dea4ae494
synch'ing 2.2 and head
2005-05-04 08:50:48 +00:00
doxulting
e576fa725b
Adding a parameter to allow acces to people with management flag
2005-03-23 09:41:50 +00:00
doxulting
38cef54bd4
Adding a parameter to allow acces to people with management flag
2005-03-23 09:40:42 +00:00
doxulting
89318ac905
Adding a parameter to allow acces to people with management flag
2005-03-23 09:29:30 +00:00
tipaul
93ff09d081
merging 2.2 branch with head. Sorry for not making it before, many many commits done here
2005-03-01 13:40:35 +00:00
oleonard
5f48b7b932
- formatting currency values
...
- fixing table row color toggle, and moving color values to the template (requires update to template)
2005-02-17 17:56:58 +00:00
oleonard
2f6a47427c
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)
2005-02-14 22:07:59 +00:00
oleonard
2bc14941ff
Adding id attributes to CGI-generated form inputs so that HTML labels can transfer focus to the appropriate field.
2005-02-11 19:59:41 +00:00
oleonard
f1500dd369
Updating table row color toggle to pass variable to the template instead of HTML value. Works now with CSS.
2005-02-11 16:24:11 +00:00
oleonard
01a2fe5e79
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.
...
A change to the template is also required.
2005-02-10 22:42:56 +00:00
oleonard
262c959992
Changing table row color toggle so that color values can be specified in the template instead of the script (requires update to template)
2005-01-20 20:20:57 +00:00
oleonard
ae427924d7
Changing table row color toggle so that color values can be specified in the template instead of the script (requires update to template)
2005-01-20 18:48:12 +00:00
oleonard
91cce6c60a
Changing table row color toggle so that color values can be specified in the template instead of the script (requires update to template)
2005-01-20 17:37:56 +00:00
oleonard
7f377d39ac
Moving HTML markup to the template
2005-01-10 21:33:54 +00:00
tipaul
b02dc10f6e
* partial support of the "linkage" MARC feature : if you enter a "link" on a MARC subfield, the magnifying glass won't search on the field, but on the linked field. I agree it's a partial support. Will be improved, but I need to investigate MARC21 & UNIMARC diffs on this topic.
2005-01-03 12:56:30 +00:00
tipaul
a6ce64229e
bugfix for CVS installations of Koha & modperl
2004-12-08 10:41:38 +00:00
tipaul
56ab39361e
fixes from A. Tarallo, for mod_perl compliance
2004-12-03 16:50:39 +00:00
tipaul
da14df0aed
when deleting an itemtype, don't check issuingrules, but delete them too
2004-12-02 16:37:33 +00:00
oleonard
64d656ab31
Adding branchname to output for deletion confirmation screen (Bug 552)
2004-11-30 17:40:46 +00:00
tipaul
56d54d3d28
bugfix : returning to tag after modifying the tag.
2004-10-04 20:37:14 +00:00
tipaul
da5c8dd25b
fixes for notforloan management
2004-09-13 15:20:28 +00:00
rangi
fbdf670fc7
Changing next_page to nextpage to match prevpage and all the templates seem to expect nextpage
2004-08-25 21:35:33 +00:00
tipaul
726c0565e8
various bugfixes
2004-08-18 16:05:14 +00:00
doxulting
0c3e1dd11b
Some minor debug changes
2004-07-30 13:55:58 +00:00
doxulting
f122180117
Beginning of serial commit
2004-07-30 13:54:27 +00:00
doxulting
b1136e8813
Authorities
2004-07-08 10:15:59 +00:00
doxulting
4a8ae6a31b
New stuff for authorities
2004-07-06 13:15:11 +00:00
doxulting
cb6e87e420
debugged framework interface. Frameworks for ensmp are ready too
2004-06-25 09:17:49 +00:00
tipaul
6ffc27d72f
bugfixes
2004-06-17 08:18:42 +00:00
tipaul
5cf0a788a1
MARC authority management (continued)
2004-06-10 08:58:34 +00:00
tipaul
af996a21e8
* frameworks and itemtypes are independant
...
* bugfixes in authority types & framework management (mainly deletion)
2004-06-03 10:01:28 +00:00
tipaul
bc2b9b7c6e
improving systempreferences to show lists, radio button where applicable (was partially done by ?, buttemplate was not done)
2004-05-28 13:43:25 +00:00
tipaul
ebd963a04d
pagesize set to 100 (every systempref on the same html page)
2004-05-28 08:24:55 +00:00
tipaul
59ae3d902f
hidding hidden & isurl constraints into MARC subfield structure
2004-05-28 08:24:14 +00:00
tipaul
a9f96d62d6
MARC authorities management (1st draft)
2004-05-28 08:23:03 +00:00
doxulting
4ac706ccbe
attention la base ne contient peut etre pas toutes les colonnes (maxissueqty dans issuingrules par exmple)
2004-05-24 12:16:19 +00:00
tipaul
88e67b8d3e
framework management : 1 MARC framework for each itemtype
2004-05-18 15:22:10 +00:00