----- Original Message -----
From: "Users" <php...@li...>
To: <php...@li...>
Sent: Thursday, October 31, 2002 3:52 AM
Subject: [Phpmylibrary-users] Circulation OK
>
> Mr. Polerio, I modify the USER ID number that phpmylibrary give me by
default when adding users and work fine. Then i try to aprove a transacction
(loan) but by default the system give me the same date for the \"date due\"
of the loan period. Where can I modify/setup the loan period dates.
>
The idea behind online resevation goes like this. When a users/students
reserve a book or any other material, the status of the book will be changed
as for approval. The for approval puts a value at date borrowed and date
due
For Approval Circulation Oct 31, 2002 09:26:41 Oct 31, 2002 14:26:41
thats the example. the date are the same but the hour is not. it is because
the librarian has 5 hours approval time. This can be changed from the
library configuration file located at
PhpMyLibrary/polerio/module/config/conf.php
Now if the librarian approves it, the date will changed base on the status
of the book and status of the borrower. configuration for this can also be
found in the conf.php. example the book has a status 1 which is
circulation(can be borrowed 14days by user with status 1, 7 days for
researcher, etc..) . a user/borrower has a status 1 then the book date due
will be changed to current date plus 14 days. that's how the transaction
work and can be modified at conf.php
Browse /scan the library settings conf.php to discover more configurable
settings.
Polerio
|