Commit graph

3701 commits

Author SHA1 Message Date
hdl
8a87b560ac Fixing bug in deletemem.pl :
flags verification was not good.

Adding branch Independancy management.
In memberentry.pl and deletemem.pl
2005-07-29 16:12:53 +00:00
hdl
31ca1f9770 Adding superlibrarian rights when IndependantBranches is set. 2005-07-29 08:33:48 +00:00
rangi
b7d3329ecf If MARC is switched off, it will now jump to detail.pl instead of
MARCdetail.pl when only one result is found
This provides for a more consistent experience
2005-07-29 00:56:22 +00:00
hdl
d997258580 First step of independacy branch management.
Displaying only librarian branch if librarian is not superlibrarian and IndependantBranches is set.
2005-07-28 17:38:29 +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
hdl
1b11e86c9e Some Bug Fixes 2005-07-28 15:40:52 +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
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
5d22c28ea2 Implementing Independancy Branches management :
- Trying to get a basket not owned by so of his own branch leads to mainpage.
- Lists onlys ths baskets owned by someon of user's brach.

Auth.pm now sends a cookie with userenv informations.
2005-07-28 07:52:02 +00:00
hdl
7bd7c514e4 Adding branch Independancy support for searchsugestion. 2005-07-26 17:01:11 +00:00
hdl
31fca3dfd2 Bug Fixing for independantBranches support.
Addign a Cookie containing user specific vars such as :
branch,
firstname,
surname,
cardnumber...
may be criticized from a lawyer point of view, since name and surname are given.
But the real need is for userid and branch.
And it is achieved.
Auth passes now TWO cookies :
a session cookie
And an environment cookie.
2005-07-26 15:58:47 +00:00
tipaul
b8e4963f90 some bugfixes, but still don't work correctly 2005-07-26 10:12:48 +00:00
hdl
22b7a4864b Adding IndependantBranches System preference variable in order to manage Branch independancy. 2005-07-26 08:19:47 +00:00
hdl
5fa6925444 Adding Branch Independancy.
Still under development.
2005-07-26 07:50:27 +00:00
tipaul
7621b4fd06 we have decided that moving to Koha 3.0 requires being already in Koha 2.2.x
So, the updatedatabase script can highly be cleaned (90% removed).
Let's play with the new Koha DB structure now ;-)
2005-07-25 15:35:38 +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
oleonard
98687d85ad Synch with rel_2_2: Fixing section that was supposed to allow for alternating table row colors 2005-07-19 18:52:37 +00:00
hdl
e4a19baab6 Adding an object field to action_logs.
+ Minor Correction to updatedatabase
Changing Activate_Log from choice to YesNo Variable.
2005-07-19 16:48:15 +00:00
slef
fa19e39d95 Clean up messages, fill in some blanks, add more notes, test CONFIGURE, add opac files 2005-07-19 02:39:45 +00:00
slef
927991c0ef New installer helper script 2005-07-19 02:38:12 +00:00
slef
b9d99bd798 Remove overlong PM mapping, use libscan() instead, ignore some troublemaker files - this one copies some files to seemingly-sane targets 2005-07-18 20:15:09 +00:00
slef
e3e9726fd9 First listing of dist tarball fiels; removed files with spaces in names for now 2005-07-18 18:15:07 +00:00
slef
0772a4447a PM mapping of files - first attempt 2005-07-18 17:59:06 +00:00
slef
f0fefb2ec0 Add start of 2.3 installer. Remove obsolete? files conflicting with 2.3 installer 2005-07-18 16:38:57 +00:00
hdl
bec1be7090 Adding Log Facility.
Needs Two Update in database...
On more table (action_logs)
And One more syspref Activate_Log, with On|Off values.
Maintainance has been sweeped of previous Log functions
addbiblio.pl contains a sample of code using Log.pm
To be generalized to Authorities, acquisitions, members soon.
2005-07-15 16:10:31 +00:00
hellen
64a0716b30 adjustments for 2.2.3 2005-07-14 19:58:56 +00:00
hdl
ec94689218 Adding a log facility for actions watching.
Code to be widely used in order to report data modifications.
2005-07-14 09:53:10 +00:00
hdl
2950574dd6 Adding branch specific display to budgets and selection.
Be warned that to be able to select a budget which is not from patron's Branch, you should have a '' Branch information.
2005-07-14 09:13:24 +00:00
oleonard
5610ad7a58 Fixing bug that was preventing display of item/barcode information 2005-07-13 21:01:51 +00:00
oleonard
f8787f6531 Synching with rel_2_2. 2005-07-12 21:39:40 +00:00
oleonard
27c130fe8f Synching with rel_2_2. 2005-07-12 21:27:11 +00:00
oleonard
40f55224d0 Synching with rel_2_2. 2005-07-12 20:23:15 +00:00
oleonard
26bf462a15 A new page to allow patrons to view their borrowing history 2005-07-12 19:56:17 +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
oleonard
23a3f2b5cc Adding link to purchase suggestions at the bottom of search results. Also adding some enhancements from the NPL catalog: Amazon cover thumbnails and alternate search links (Google Scholar and WorldCat) 2005-07-07 20:55:53 +00:00