[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation
From: |
Paul POULAIN |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.35.2.3,1.35.2.4 |
Date: |
Thu, 19 May 2005 15:12:03 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1078/koha-tmpl/intranet-tmpl/default/en/circ
Modified Files:
Tag: rel_2_2
circulation.tmpl
Log Message:
* better management of joining & expiry dates :
- dates can be manually typed when adding a borrower.
- Empty fields are automatically calculated (joining = today & expiry
date calculated from borrower category)
- Expiry date can be modified
* checking expiry date when trying to issue a book & forbidding issuing when
expiry date reached. ** IMPORTANT ** This check was not done before. Thus, you
may be unable to issue books where you could before. You can update your
database borrower by borrower or with the following SQL command on the server :
"update borrowers set expiry='2005-31-12'". You can limit the update to a
borrower category with "update borrowers set expiry='2005-31-12' where
categorycode='A'" (all SQL commands must be typed without any ")
Index: circulation.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/circ/circulation.tmpl,v
retrieving revision 1.35.2.3
retrieving revision 1.35.2.4
diff -C2 -r1.35.2.3 -r1.35.2.4
*** circulation.tmpl 18 Mar 2005 09:44:07 -0000 1.35.2.3
--- circulation.tmpl 19 May 2005 22:12:00 -0000 1.35.2.4
***************
*** 184,187 ****
--- 184,190 ----
<p class="problem">No more renewals possible</p>
<!-- /TMPL_IF -->
+ <!-- TMPL_IF NAME="EXPIRED" -->
+ <p class="problem">Borrower card expired</p>
+ <!-- /TMPL_IF -->
<br/>
<!-- /TMPL_IF -->
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/circ circulation.tmpl,1.35.2.3,1.35.2.4,
Paul POULAIN <=