Commit graph

1627 commits

Author SHA1 Message Date
genjimoto
d9697428d5 Template for photo upload, see member-picupload.pl and moremember.pl and moremember.tmpl 2005-08-22 04:23:44 +00:00
genjimoto
6658496c62 Added picture display. if this borrower picture exists, it displays. Either way, it has a "Upload Picture" label that calls member-picupload.pl 2005-08-22 04:21:38 +00:00
szrj1m
88008606f5 HTL mod for till reconciliation. 2005-08-22 00:52:35 +00:00
szrj1m
53361c3f9a HTL mod for till reconciliation. 2005-08-22 00:24:07 +00:00
tipaul
3b62b061a7 minor change in css (margin between buttons) 2005-08-12 13:53:35 +00:00
tipaul
c815fa459c normalizing API, using biblionumber everywhere 2005-08-12 13:53:09 +00:00
tipaul
6f16f25d3a Ok guys, this time, it seems that item add and modif begin working as expected...
Still a lot of bugs to fix, of course
2005-08-11 09:00:07 +00:00
hdl
18a6bad8ab Minor display changes.
Now displaying publicationyear.
And biblio information in One cell.
2005-08-10 14:22:48 +00:00
hdl
27c2d1a72e Bug fixing on query getlateorders.
Adding subtotal.
Changing information display orders.
next work is pretty printing.
2005-08-10 10:22:57 +00:00
tipaul
139d01cf13 continuing the road to zebra :
- the biblio add begins to work.
- the biblio modif begins to work.

(still without doing anything on zebra)
(no new change in updatedatabase)
2005-08-10 10:21:14 +00:00
hdl
3a48682514 Adding lateorders page.
It provides the user with the list of items that have been ordered for a delay and are NOT yet received.
The user may filter by supplier or branch or delay.
This page is still under developpement.
Goal is to make it ready to print to reorder the books.

2 new functions have been written in Acquisition module :
getsupplierlistwithlateorders
getlateorders

branches has been modified to manage branch independancy.
Request for comment.
STILL UNDER developpment
2005-08-09 14:13:27 +00:00
tipaul
4cf30123a4 1st commit to go to zebra.
don't update your cvs if you want to have a working head...

this commit contains :
* updater/updatedatabase : get rid with marc_* tables, but DON'T remove them. As a lot of things uses them, it would not be a good idea for instance to drop them. If you really want to play, you can rename them to test head without them but being still able to reintroduce them...
* Biblio.pm : modify MARCgetbiblio to find the raw marc record in biblioitems.marc field, not from marc_subfield_table, modify MARCfindframeworkcode to find frameworkcode in biblio.frameworkcode, modify some other subs to use biblio.biblionumber & get rid of bibid.
* other files : get rid of bibid and use biblionumber instead.

What is broken :
* does not do anything on zebra yet.
* if you rename marc_subfield_table, you can't search anymore.
* you can view a biblio & bibliodetails, go to MARC editor, but NOT save any modif.
* don't try to add a biblio, it would add data poorly... (don't try to delete either, it may work, but that would be a surprise ;-) )

IMPORTANT NOTE : you need MARC::XML package (http://search.cpan.org/~esummers/MARC-XML-0.7/lib/MARC/File/XML.pm), that requires a recent version of MARC::Record
Updatedatabase stores the iso2709 data in biblioitems.marc field & an xml version in biblioitems.marcxml Not sure we will keep it when releasing the stable version, but I think it's a good idea to have something readable in sql, at least for development stage.
2005-08-09 14:10:27 +00:00
oleonard
3e1b1149af Minor display changes 2005-08-08 16:58:21 +00:00
oleonard
835140e677 Programmer template 2005-08-08 15:52:57 +00:00
tipaul
190d05b00e minor (graphic) changes in log viewer 2005-08-08 09:11:54 +00:00
oleonard
9786bdd7ec New programmer templates 2005-08-06 20:19:56 +00:00
tipaul
3897417124 adding some fields available for Letters 2005-08-05 15:50:46 +00:00
tipaul
623ed2b091 removing NEW text, it was for testing purposes. 2005-08-05 15:39:13 +00:00
tipaul
791e786944 2 new features :
- a mail is sent everytime an issue if recieved in serial module. The mail is sent to all borrowers that have put an alert on the subscription (remember that you can put an alert only if the librarian have defined a "letter" as mail to send)
- the librarian can see, for a given subscription, who has put an alert.
2005-08-05 14:47:23 +00:00
oleonard
cf7b493432 Added styles for "sticky due date" form in circ 2005-08-04 21:17:04 +00:00
oleonard
8685f8cac9 Synching with rel_2_2. 2005-08-04 20:52:22 +00:00
oleonard
bbefd8b396 More programmer's templates 2005-08-04 19:43:45 +00:00
tipaul
e905da9945 synch'ing 2.2 and head 2005-08-04 14:02:52 +00:00
tipaul
14488354a8 synch'ing 2.2 and head 2005-08-04 13:48:31 +00:00
tipaul
df6c6bcada Letters / alert system, continuing...
* adding a package Letters.pm, that manages Letters & alerts.
* adding feature : it's now possible to define a "letter" for any subscription created. If a letter is defined, users in OPAC can put an alert on the subscription. When an issue is marked "arrived", all users in the alert will recieve a mail (as defined in the "letter"). This last part (= send the mail) is not yet developped. (Should be done this week)
* adding feature : it's now possible to "put to an alert" in OPAC, for any serial subscription. The alert is stored in a new table, called alert. An alert can be put only if the librarian has activated them in subscription (and they activate it just by choosing a "letter" to sent to borrowers on new issues)
* adding feature : librarian can see in borrower detail which alerts they have put, and a user can see in opac-detail which alert they have put too.
Note that the system should be generic enough to manage any type of alert.
I plan to extend it soon to virtual shelves : a borrower will be able to put an alert on a virtual shelf, to be warned when something is changed in the virtual shelf (mail being sent once a day by cron, or manually by the shelf owner. Anyway, a mail won't be sent on every change, users would be spammed by Koha ;-) )
2005-08-04 08:54:54 +00:00
oleonard
cb39259b1a Synching with rel_2_2. 2005-08-03 19:30:31 +00:00
hdl
5764a0dcf1 Adding Confirm_deletion javascript. 2005-08-02 16:29:17 +00:00
tipaul
991242c415 adding serial module as option 2005-08-02 16:20:15 +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
hdl
60c06f16c7 Bug fixing :
Using holdingbranch and not Location to locate an item.
2005-08-02 15:49:25 +00:00
hdl
72ea04145b Adding Independant branches Management for items, i.e
Only items on the same branch as user can be created, modified, deleted.
If trying to get an item which homebranch is different from user branch AND that user is not superlibrarian, then go back to additem.
2005-08-01 14:36:49 +00:00
hdl
0960f3245c Removing some unuseful warns.
Adding an error management for memberentry : Branch.
2005-07-29 16:14:37 +00:00
hdl
87d94a85da Adding branch independancy management.
Showing management buttons if same branch librarian.
TODO : control of user branch before displayin modify pages.
2005-07-28 17:30:18 +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
hdl
b645144bcb Synching with 2.2 : Bug Fixing
Moving form page to page lost search parameters.
2005-07-28 09:57:52 +00:00
oleonard
777680af4b New programmer templates 2005-07-22 16:46:26 +00:00
oleonard
452710a6b3 New programmer templates 2005-07-22 16:39:56 +00:00
oleonard
2dd4767aea New programmer template 2005-07-22 16:31:28 +00:00
hellen
ea53e8ffb8 adjustment for 2.2.3 2005-07-21 15:28:59 +00:00
oleonard
5ca2c6fa93 First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality. Template-authors can use these templates to track changes that need to be incorporated into their custom templates. 2005-07-20 21:36:24 +00:00
oleonard
66cbdb6309 First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality. Template-authors can use these templates to track changes that need to be incorporated into their custom templates. 2005-07-20 21:23:37 +00:00
oleonard
a21d94ec7c First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality. Template-authors can use these templates to track changes that need to be incorporated into their custom templates. 2005-07-20 18:55:20 +00:00
hellen
db8c316c68 adjustments for 2.2.3 2005-07-20 17:25:07 +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
6bbbfe0b18 Adding Borrowers count feature.
Note : This COULD be reported in 2.2 branch.
2005-07-20 09:52:31 +00:00
oleonard
79f14c1f15 First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality. Template-authors can use these templates to track changes that need to be incorporated into their custom templates. 2005-07-19 21:03:33 +00:00
oleonard
f1c85801de First draft of programmer's templates: a stripped-down version of the templates for use by programmers in adding and testing new functionality. Template-authors can use these templates to track changes that need to be incorporated into their custom templates. 2005-07-19 20:42:46 +00:00
oleonard
401152ac40 Synch with rel_2_2: Enabling alternating table row colors in issues list, showing warning about expired borrowers 2005-07-19 19:13:19 +00:00
hellen
64a0716b30 adjustments for 2.2.3 2005-07-14 19:58:56 +00:00
oleonard
5610ad7a58 Fixing bug that was preventing display of item/barcode information 2005-07-13 21:01:51 +00:00
hdl
e874f8f390 Removing dead code : Bad Javascript
Thx Owen ;)
2005-07-12 14:12:44 +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
hellen
2b8d27382c adjustment for 2.2.3 2005-07-08 16:01:39 +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
oleonard
e9d1944946 Synching with rel_2_2. 2005-07-05 20:22:55 +00:00
oleonard
65d7b3eb1f Synching with rel_2_2. 2005-07-05 20:17:29 +00:00
hellen
277939a638 adjustments for 2.2.3 2005-07-02 18:09:39 +00:00
oleonard
6d26f943fe Synching with rel_2_2. 2005-06-30 20:34:09 +00:00
oleonard
34c6a58a27 Synching with rel_2_2. 2005-06-30 20:26:37 +00:00
oleonard
179a77dfa0 Synching with rel_2_2. 2005-06-30 20:19:15 +00:00
oleonard
896a2c87d9 Synching with rel_2_2. 2005-06-30 20:09:06 +00:00
oleonard
397d903c82 Synching with rel_2_2. 2005-06-30 20:01:15 +00:00
oleonard
36469e3330 Synching with rel_2_2. 2005-06-30 19:54:23 +00:00
hellen
54b05e1652 adjustments for 2.2.3 2005-06-27 19:23:28 +00:00
hellen
87d33922b4 adjustments for 2.2.3 2005-06-25 12:55:02 +00:00
hdl
42141cd9db Closing suggest window after selection 2005-06-23 08:58:30 +00:00
hdl
12389845c9 Online Help on Scrolling_list building for sort1 and sort2.
Minor Bug Fix for newbiblio.pl : Bsort becomes Asort
2005-06-22 13:14:12 +00:00
hdl
02c6eacdb7 Adding scrolling list for sort1 and sort2 2005-06-22 09:36:24 +00:00
hdl
09a1c1ca99 Adding line counter 2005-06-21 10:09:39 +00:00
hdl
11b7e7a9a1 Displaying line counter 2005-06-21 07:39:20 +00:00
tipaul
22c86baf47 synch'ing 2.2 and head 2005-06-20 14:21:39 +00:00
tipaul
6b0ee5525b synch'ing 2.2 and head 2005-06-20 14:10:00 +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
5c1241034b Displaying search results count 2005-06-20 10:14:12 +00:00
hellen
7345d7e029 translated by hellen 2005-06-18 10:33:29 +00:00
hdl
03e820d08c Displaying system preferences by category 2005-06-17 16:37:00 +00:00
hdl
b7946b72e2 Adding 2 status to serial issues :
- delete : to delete the current issue
	- not issued : to distinguish missing from not issued serial number.
2005-06-16 19:10:09 +00:00
hellen
6b94a15a2a translated by hellen 2005-06-16 18:31:25 +00:00
oleonard
3a531211ee Fixing to conform with NPL template design 2005-06-09 19:41:44 +00:00
hellen
713bcc8f8b translated by hellen 2005-06-09 17:54:31 +00:00
hellen
3798e17b5f translated by hellen 2005-06-09 08:37:41 +00:00
oleonard
fce7d9f9a9 Synching with rel_2_2. 2005-06-08 21:23:43 +00:00
oleonard
d4da77ac5b Synching with rel_2_2. 2005-06-08 20:53:14 +00:00
oleonard
7a01d79d3a Synching with rel_2_2. 2005-06-08 20:43:07 +00:00
oleonard
8b1c2c0977 Synching with rel_2_2. 2005-06-08 20:36:32 +00:00
oleonard
5c47bc6bea Synching with rel_2_2. 2005-06-08 20:15:26 +00:00
oleonard
f3fedaba35 Synching with rel_2_2. 2005-06-08 20:04:44 +00:00
oleonard
0e5b12bb60 Synching with rel_2_2. 2005-06-08 19:18:52 +00:00
oleonard
398b7998a8 Synching with rel_2_2. 2005-06-08 18:48:34 +00:00
oleonard
ea63a0bfcc Synching with rel_2_2. 2005-06-08 18:38:19 +00:00
oleonard
98374b92f3 Synching with rel_2_2. 2005-06-08 17:03:49 +00:00
hellen
07412b989a translated by hellen 2005-06-08 11:28:08 +00:00
oleonard
547d187ba9 Synching with default template 2005-06-07 20:39:56 +00:00
hellen
c0f4264ec1 translated for 2.2.2 by hellen 2005-06-05 18:10:12 +00:00
hellen
a1fb264dad translated for 2.2.2 by hellen 2005-06-05 14:45:17 +00:00
hellen
1cbdebc1d2 translated for 2.2.2 by hellen 2005-06-04 14:10:26 +00:00
hellen
57a8c770d7 translated by hellen 2005-06-03 11:38:11 +00:00
doxulting
6b6f9798e7 Template for 141a field plugin 2005-06-02 15:34:40 +00:00
doxulting
5964f61ec9 Template for 140a field plugin 2005-06-02 15:34:17 +00:00
doxulting
1ba53ceb75 Template for 135a field plugin 2005-06-02 15:33:42 +00:00
doxulting
66adb2d592 Template for 130a field plugin 2005-06-02 15:33:17 +00:00
doxulting
494e5540c1 Template for 128c field plugin 2005-06-02 15:32:50 +00:00
doxulting
29948facb7 Template for 128b field plugin 2005-06-02 15:32:21 +00:00
doxulting
d16d1aff00 Template for 128a field plugin 2005-06-02 15:31:54 +00:00
doxulting
73cff6c582 Template for 127a field plugin 2005-06-02 15:31:27 +00:00
doxulting
eb7719e4d7 Template for 126b field plugin 2005-06-02 15:31:04 +00:00
doxulting
11addd60a7 Template for 126a field plugin 2005-06-02 15:30:45 +00:00
doxulting
77ba2d99a1 Template for 125b field plugin 2005-06-02 15:30:22 +00:00
doxulting
bb21107586 Template for 125a field plugin 2005-06-02 15:30:05 +00:00
doxulting
895d9f8ac0 Template for 124g field plugin 2005-06-02 15:29:33 +00:00
doxulting
34f1928d12 Template for 124f field plugin 2005-06-02 15:29:13 +00:00
doxulting
913193a078 Template for 124e field plugin 2005-06-02 15:28:54 +00:00
doxulting
4e2c55c66a Template for 124d field plugin 2005-06-02 15:28:35 +00:00
doxulting
cfc6498f15 Template for 124c field plugin 2005-06-02 15:28:06 +00:00
doxulting
0e327e5523 Template for 124b field plugin 2005-06-02 15:27:42 +00:00
doxulting
cd5f6cc0c7 Template for 124a field plugin 2005-06-02 15:27:20 +00:00
doxulting
f004e9fdd7 Template for 123j field plugin 2005-06-02 15:26:57 +00:00
doxulting
82fe5b419a Template for 123i field plugin 2005-06-02 15:26:36 +00:00
doxulting
f8e19ba533 Template for 123g field plugin 2005-06-02 15:26:17 +00:00
doxulting
f6609fd4d1 Template for 123f field plugin 2005-06-02 15:25:53 +00:00
doxulting
402776bbbb Template for 123e field plugin 2005-06-02 15:25:34 +00:00
doxulting
6e2ca8c2f3 Template for 123d field plugin 2005-06-02 15:25:08 +00:00
doxulting
61ceebf471 Template for 123a field plugin 2005-06-02 15:24:44 +00:00
doxulting
e02ab0499f Template for 122a field plugin 2005-06-02 15:24:20 +00:00
doxulting
8e52509e8d Template for 121b field plugin 2005-06-02 15:23:59 +00:00
doxulting
5eb650682b Template for 121a field plugin 2005-06-02 15:23:38 +00:00
doxulting
d67f7fd303 Template for 120a field plugin 2005-06-02 15:23:13 +00:00
doxulting
291f66b874 Template for 117a field plugin 2005-06-02 15:22:38 +00:00
doxulting
560fe9ef99 Template for 116a field plugin 2005-06-02 15:22:13 +00:00
doxulting
fb4f7dac54 Template for 115b field plugin 2005-06-02 15:21:47 +00:00
doxulting
5d93d939a7 Template for 115a field plugin 2005-06-02 15:21:18 +00:00
doxulting
f0fb333bbf Template for 110a field plugin 2005-06-02 15:20:54 +00:00
doxulting
0beb48ec2a Template for 106a field plugin 2005-06-02 15:20:25 +00:00
doxulting
06bb50211e Template for 105a field plugin 2005-06-02 15:19:57 +00:00
doxulting
fec9018dc3 Template for 100a field plugin 2005-06-02 15:16:54 +00:00
genjimoto
521651614d template to edit the mediatype table. 2005-06-02 03:55:59 +00:00
genjimoto
c9276aa1c6 template to edit the item subcategory table. 2005-06-02 03:55:26 +00:00
genjimoto
e77d06e4ef template to edit the item category table. 2005-06-02 03:55:02 +00:00
genjimoto
bc6d3d8bcf New links to three new table editors: Categorytable, subcategorytable and mediatypetable. 2005-06-01 21:41:03 +00:00
tipaul
e2d56f0f49 some fixes & improvements for dictionnary search in librarian interface 2005-06-01 12:51:02 +00:00
dnmeid
b33c6222ff Some translation adjustments 2005-05-17 13:21:34 +00:00
dnmeid
9539d449b2 First german contribution to 2.2.2
Thanks to Friedrich
2005-05-12 19:26:13 +00:00
tipaul
b8a505877d adding title & author to additem screen (owen suggestion) 2005-05-06 08:25:16 +00:00
hdl
e2085c673a Dictionary call modification 2005-05-04 12:52:34 +00:00
hdl
a71a6a78ad Dictionary feature implemented 2005-05-04 12:46:27 +00:00
tipaul
64cd740d2b synch'ing 2.2 and head 2005-05-04 08:58:30 +00:00
tipaul
4dea4ae494 synch'ing 2.2 and head 2005-05-04 08:50:48 +00:00
oleonard
908cb30f0c Correcting edit link 2005-05-03 18:32:12 +00:00
hdl
150f38baf0 Improving Interface. 2005-05-03 15:00:32 +00:00
oleonard
b0ab35785a Synching with rel_2_2. 2005-05-02 20:16:13 +00:00
oleonard
e70cf8abf6 Synching with rel_2_2. 2005-05-02 20:07:48 +00:00
oleonard
e822d6bd9b Synching with rel_2_2. 2005-05-02 19:54:42 +00:00
oleonard
02e906393e Synching with rel_2_2. 2005-05-02 19:35:17 +00:00
oleonard
3971be1309 Synching with rel_2_2. 2005-05-02 18:06:45 +00:00
hdl
43b137f10e Improving output:
Should be a good start point for choosing what to display.
2005-05-02 15:39:24 +00:00
hdl
8df33e84c9 Template for "Dictionary" search
First pre-release.
Integrating rejected forms
2005-05-02 06:25:01 +00:00
hdl
5d69abf393 Icon proposition for dictionary, may not be in the right directory 2005-05-02 06:21:58 +00:00
hdl
3e3b5e59ec Integrating a call to a dictionary 2005-05-02 06:20:11 +00:00
oleonard
565a5965f3 Adding 'checkall' function for columns of checkboxes 2005-04-27 19:54:38 +00:00
oleonard
40a1341617 Synching with rel_2_2 2005-04-27 19:38:58 +00:00
oleonard
75aaaa1b9e Modifying alternating table row color markup to match update to script 2005-04-27 18:33:29 +00:00
shaunevans
b0abd298c8 fixed branchname and printername in returns.tmpl 2005-04-18 18:54:12 +00:00
doxulting
ec881faa83 Fixed the link to previous and next page which were loosing the frameworkcode 2005-04-14 14:15:01 +00:00
doxulting
bfc6007917 Fixing a link to show the member infos 2005-04-13 14:59:58 +00:00
doxulting
a1c0408395 Fixing translation error 2005-04-13 14:50:18 +00:00
hdl
b605f4d26a Searching for double entries when adding a new authority. 2005-04-05 15:23:40 +00:00
hdl
4ff9cae64b Adding double authority search before creating a new authority 2005-04-05 09:58:47 +00:00
doxulting
f875f7ec54 Fixed bug 968 2005-04-01 14:41:31 +00:00
hdl
9046e316f3 Changing number displayed : Bibid becomes biblionumber 2005-03-30 15:26:31 +00:00
hdl
44b3886050 Modifying Empty Titles process For Translations 2005-03-30 08:08:25 +00:00
hdl
15dde751d0 Improving top lists display 2005-03-29 17:20:03 +00:00
hdl
20137af117 Displaying Biblionumbers rather than bibid 2005-03-29 16:08:14 +00:00
hdl
2a9029faf1 Performance Improvements : Publisher lists and Item Codes becomes free input. 2005-03-29 14:21:37 +00:00
hdl
ba7ea2fa5a Adding lists for borrowers and items with no issues.
Minor bug fixes to Top lists catalogue and borrowers.
2005-03-24 15:19:48 +00:00
hdl
4bf980d128 Fixes on issues_avg_stats
Adding Top lists to reports on Issues for borrowers and Items
2005-03-23 21:51:00 +00:00
doxulting
225e2ab540 Only shows authorized sections to the logged user. 2005-03-23 09:26:48 +00:00
hdl
5489b2771f Adding Stats on Average loan time 2005-03-22 17:03:36 +00:00
hdl
91ee7b5ad8 Fixing : $0 never written 2005-03-21 16:35:46 +00:00
hdl
5a35a5b386 Minor Bug Fixing 2005-03-18 15:52:27 +00:00
oleonard
6019cc6cc4 Just adding a $ 2005-03-17 21:27:23 +00:00
oleonard
8bf8a55dd8 Moving some output into the template from the script 2005-03-17 21:23:31 +00:00
tipaul
798c2ce678 minor fixes (in query building & html typos), no new features 2005-03-17 14:53:03 +00:00
hdl
950d46af99 Automatic input filling for 4XX Unimarc fields on plugin selections 2005-03-16 16:24:38 +00:00
hdl
0097260501 Adding plugin for Unimarc_field-4XX.pl
Search and results OK.
Process stil to be done.
2005-03-12 16:45:50 +00:00
hdl
93f4a47881 Back to previous version 2005-03-12 16:20:18 +00:00
hdl
52002d5a44 Adding average loan time to stats.
Beware : Unstable calculation
2005-03-09 18:56:15 +00:00
hdl
7a97a934ea Including null values to statistics reports 2005-03-09 14:21:56 +00:00
hdl
6c3f4a3e58 Modifying 0 value display in templates 2005-03-09 12:31:45 +00:00
hdl
b6724d9442 including Null Values and improving result display 2005-03-08 18:14:40 +00:00
doxulting
901cd55f06 Removed unused CSS class definition 2005-03-08 14:15:29 +00:00
doxulting
465e60ca8e Two classes for the columns which don't have to be printed 2005-03-08 14:14:22 +00:00
doxulting
abd7840d20 Adding a call to the new css for media:print 2005-03-08 10:39:14 +00:00
doxulting
fee9983d4e Changed some tag's classes to prevent print of some columns 2005-03-08 10:38:26 +00:00
doxulting
31e35edcc7 Stylesheet to print the content of an acquisition basket (should be extented for other prints) 2005-03-08 10:37:31 +00:00
doxulting
2762fabd84 correcting a copy/paste error 2005-03-07 15:26:17 +00:00
doxulting
cd6ffcb59e the javascript variable 'title' wasn't initialized 2005-03-07 15:19:26 +00:00
hdl
98634c4090 Adding a link to issues stats reports in reports-home 2005-03-03 16:38:24 +00:00
hdl
e18a9798c8 Adding Reports on issues Stats 2005-03-03 16:37:27 +00:00
doxulting
f6d705cd5b Modified Check function to report to user the name of the missing fields, not only their number. 2005-03-03 16:10:35 +00:00
doxulting
228718a689 when changing TMPL_IF to TMPL_UNLESS, had forgotten to change the closing tags. Bug corrected 2005-03-03 10:22:14 +00:00
doxulting
e98376a1a4 Adding a new case when =duplicate to allow duplication of a biblio 2005-03-01 16:19:54 +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
hdl
c4e48a5ff4 Bug fixes 2005-02-28 21:38:34 +00:00
hdl
65ac247ed3 Adding calendar javascript facilities 2005-02-25 20:52:14 +00:00
hdl
208c796619 Adding stats on acquisitions... First Version 2005-02-25 20:50:04 +00:00
hdl
125706e167 Beautifying selection 2005-02-24 23:42:51 +00:00
oleonard
f9229f3163 Synching with default template 2005-02-24 19:49:33 +00:00
doxulting
f08c696bb2 Added a trash icon to every line to allow user to remove an order from the basket without setting its quantity to 0 2005-02-24 15:11:58 +00:00
hdl
6fea10ed0f bugs fixing on catalogue stats reporting 2005-02-24 11:27:32 +00:00
hdl
00efe73c6c Improving borrowers statitics management 2005-02-24 11:26:39 +00:00
tipaul
adbcc2a21f patch to hide empty fields 2005-02-23 14:11:21 +00:00
hdl
80f196aedd Adding catalogue reporting templates 2005-02-23 12:59:14 +00:00
oleonard
f4251d2ce8 Synching with default template 2005-02-22 17:03:42 +00:00
hdl
9f1441e7fd gestion des exportations 2005-02-21 19:18:46 +00:00
hdl
31b4599272 Adding reports 2005-02-19 17:31:42 +00:00
oleonard
400ccf3878 Synching with default template 2005-02-17 21:28:45 +00:00
oleonard
9d2a85292a Adding sort-by option to template 2005-02-17 21:27:08 +00:00
oleonard
4dfeec6ffb Putting reserve link back into search results 2005-02-17 21:08:28 +00:00
oleonard
32b2e9d017 Adding access key to issue confirmation buttons 2005-02-17 21:02:57 +00:00
oleonard
08569ea278 Fixing javascript error and correcting broken link to member screen 2005-02-17 20:58:03 +00:00
oleonard
7960bd2507 Markup correction and addition of 'opac login' and 'opac password' information 2005-02-17 18:02:54 +00:00
oleonard
248c4a66b3 Synching with default template 2005-02-17 18:01:05 +00:00
oleonard
20394fd29c added the price in order history 2005-02-17 17:49:44 +00:00
oleonard
1f544bf763 Minor correction 2005-02-17 17:47:57 +00:00
oleonard
aa0156a649 Include file required for member information printout (receipt/slip format) 2005-02-16 22:40:38 +00:00
oleonard
eb1ee413ab More and more style updates 2005-02-16 22:37:24 +00:00
oleonard
ffb3d515b8 Modifying display based on 'flagged' variable 2005-02-16 22:29:02 +00:00
oleonard
b224d7d1a0 Adding 'destination' hidden field to tell the script where to send the user upon completion 2005-02-16 20:21:58 +00:00
oleonard
b1a624b55c Adding 'destination' parameter to link to memberentry.pl so that saving changes will return the user to circ instead of moremember 2005-02-16 20:18:00 +00:00
oleonard
992aa614d7 Minor markup and style changes 2005-02-16 19:31:22 +00:00
oleonard
9f8b947af0 - adding table row color toggle
- formatting credit and debit values accordingly
- styling table footer
2005-02-16 19:26:09 +00:00
oleonard
df8bbe93a8 Minor markup changes 2005-02-16 19:22:56 +00:00
oleonard
1f88ee744b Updating for 2.2 2005-02-15 21:52:10 +00:00
oleonard
962e4992a4 Updates and improvements to interface appearance 2005-02-15 20:49:49 +00:00
oleonard
fd132f69f8 Updating table row color toggle to match update to script 2005-02-15 20:42:14 +00:00
oleonard
776a372566 Updating for 2.2 2005-02-15 20:22:02 +00:00
oleonard
29039fc092 Visual and structural changes to help complete upgrade of template to 2.2 2005-02-14 22:13:16 +00:00
oleonard
1c82e4b442 Synching with default template 2005-02-11 21:33:11 +00:00
oleonard
c32c2fb002 Minor corrections 2005-02-11 20:50:02 +00:00
oleonard
55291c80c3 Correction to keep translator tool happy 2005-02-11 16:52:53 +00:00
oleonard
cfb2a750ef Updating appearance of deletion form and correcting markup for table row toggle 2005-02-11 16:31:05 +00:00
oleonard
f4fa31002d Updating table row color toggle to work properly with script change 2005-02-11 16:20:23 +00:00
oleonard
a6abd495c4 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
2005-02-10 22:43:53 +00:00
oleonard
0a356e94ef - Adding email address to patron information section
- Updating links to printable versions of patron information screen
2005-02-10 19:42:02 +00:00
oleonard
ac234c5ecb 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.
2005-02-10 19:28:02 +00:00
tipaul
b76eeb5867 *** empty log message *** 2005-02-10 11:13:24 +00:00
oleonard
f66cc8fd67 - adding display of borrower flags (debarred, gonnoaddress, lost) and notes
- adding button to lift debarment directly via this page
- correcting broken links
- changing styling of charges table
- adding automatic 'renew' checkmarks to overdue items
2005-02-09 22:12:21 +00:00
oleonard
2888ddda64 Adding button to lift debarment directly from circulation 2005-02-09 22:04:57 +00:00
oleonard
c6cadaea81 New styles for
- compact form button for inline forms
 - onissue table rows in reading record
 - updated login form
2005-02-09 21:29:03 +00:00
oleonard
e79016d432 Making a few visual changes to login form 2005-02-09 21:23:04 +00:00
oleonard
29dfcf49f6 - better labelling for display options
- alternating table row colors
- better styling of on-issue items
- link to sort by return date
- call number added to results
2005-02-09 21:19:53 +00:00
oleonard
742c841020 Minor changes to display and addition of embedded forms for one-click setting of 'lost' or 'cancelled' statuses. 2005-02-08 20:53:40 +00:00
oleonard
c3c3b1ff22 Changing table style. 2005-02-08 20:29:17 +00:00
oleonard
d5cb49046c Adding new style for another different data-table 2005-02-08 20:25:29 +00:00
oleonard
98292ed5e3 Correcting mistake in yesterday's update (changed name instead of id of form input, causing mayhem) 2005-02-08 20:17:58 +00:00
oleonard
702164d061 Adding accesskeys for a few important functions in the left-hand navigation menu 2005-02-07 19:23:14 +00:00
oleonard
bb946fbbe5 New style information for header (logged in user info) and main page (visually separating advanced function from circulation functions) 2005-02-07 19:19:56 +00:00
oleonard
45bd30dc21 Visually separating advanced features (cataloging, preferences, etc) from circulation functions 2005-02-07 19:19:28 +00:00
oleonard
a6c729de88 Adding information in header about logged in user 2005-02-07 19:19:16 +00:00
oleonard
09f3ae3c8b Adjustments to labelling and layout 2005-02-04 19:28:45 +00:00
oleonard
6543ab1ff4 Switching one of the include files in the header to fix javascript error 2005-02-04 19:26:14 +00:00
oleonard
d08a950544 Adding authorities-related top menu 2005-02-04 19:21:51 +00:00
oleonard
9fcc1d25b4 Removing an old unused file 2005-02-04 19:18:48 +00:00
oleonard
5a65890f13 Adding persistent help link 2005-02-04 19:13:05 +00:00
oleonard
7486633502 Top menu for authorities page 2005-02-04 19:12:55 +00:00
oleonard
b1534fd245 Adding style for persistent help link 2005-02-04 19:12:36 +00:00
oleonard
a30a71b8be Adding javascript function to trigger help screen 2005-02-04 19:12:14 +00:00
oleonard
8f581255e4 Removing some redundant information 2005-02-03 20:55:29 +00:00
oleonard
ae4243c001 Repeating search terms along with search results ("Results of search for...") 2005-02-03 20:51:13 +00:00
oleonard
532e3c5740 Minor cosmetic changes 2005-02-03 18:32:55 +00:00
oleonard
7e77f129d2 Adding catalogue topmenu 2005-02-03 18:13:54 +00:00
oleonard
83f286ca91 Adding catalogue topmenu with options like Virtual Shelves 2005-02-03 18:13:04 +00:00
oleonard
50a8c7bf99 Adding virtual shelves link to catalogue topmenu 2005-02-03 18:09:50 +00:00
oleonard
8047e0c6ba Removing NPL-specific code, adding framework-related template information 2005-02-03 17:42:12 +00:00
oleonard
afe7dcca6c Correcting terminology: 'reservoir' instead of 'breeding farm' 2005-02-03 16:15:10 +00:00
oleonard
26ea39ad05 Correcting terminology: 'reservoir' instead of 'breeding farm' 2005-02-03 16:07:53 +00:00
oleonard
1dabf03411 Correcting terminology: 'reservoir' instead of 'breeding farm' 2005-02-03 15:59:39 +00:00
oleonard
9c540cea77 Correcting terminology: 'reservoir' instead of 'breeding farm' 2005-02-03 15:36:49 +00:00
acli
c70aeb22ae Spelling correction 2005-01-31 01:52:36 +00:00
oleonard
904a4330fd Adding display of member flags, if present (debarred, gonenoaddress, and lost) 2005-01-27 22:24:03 +00:00
oleonard
1d2a794395 Adding hidden form fields to renew form so that renewscript.pl will redirect back to circulation.pl instead of moremember.pl 2005-01-27 19:35:50 +00:00
oleonard
d2434cc2d1 Synching with default template. Still needs proper styling for ISBD block 2005-01-20 22:51:31 +00:00
oleonard
47eb76a23e Synching with default tempalte 2005-01-20 22:40:40 +00:00
oleonard
e928f99d7a Synching with default tempalte 2005-01-20 21:59:15 +00:00
oleonard
9ab4dbf6ef Synching with default tempalte 2005-01-20 21:32:06 +00:00
oleonard
d40aab1e2b Moving submit button inside form tag where it might do some good. 2005-01-20 21:30:20 +00:00
oleonard
4e407f4fbc Synching with default tempalte 2005-01-20 20:24:08 +00:00
oleonard
bd53a70d31 Altering table row color declaration to match changes in categorie.pl (moving color declaration out of script and into template) 2005-01-20 20:20:01 +00:00
oleonard
396125b41b Altering table row color declaration to match changes in issuingrules.pl (moving color declaration out of script and into template) 2005-01-20 18:45:29 +00:00
oleonard
49c89724a5 Adding declaration for tr.hilighted to match td.hilighted (for alternating row colors) 2005-01-20 18:03:33 +00:00
oleonard
67d531438f Synching with default tempalte 2005-01-20 17:39:39 +00:00
oleonard
6f1c0ff23f Altering table cell color declaration to match changes in issuingrules.pl (moving color declaration out of script and into template) 2005-01-20 17:38:16 +00:00
oleonard
851de28076 Updated to show items as waiting only if destination branch matches holding branch. Otherwise waiting items will be shown as "in transit" between holding branch and destination branch. 2005-01-19 21:45:56 +00:00
oleonard
3469cd5b56 Synching with default tempalte 2005-01-18 22:53:02 +00:00
oleonard
8e3f15cef6 Converting popup links to normal links 2005-01-18 20:09:28 +00:00
oleonard
5e12105eb0 Change to allow page-specific title in title tag 2005-01-14 21:33:12 +00:00
oleonard
44aeadb704 Removing main-top.inc. Other includes are used in its place (doc-head-open.inc and doc-head-close.inc) 2005-01-14 21:23:05 +00:00
oleonard
b86a705624 Enabling popup function in javascript (previously disabled to prevent popups) 2005-01-14 21:19:15 +00:00
oleonard
ab85b03ffe Converting popup links to normal links 2005-01-14 21:17:33 +00:00
oleonard
f876ee3e49 Change to allow page-specific title in title tag 2005-01-14 21:16:14 +00:00