koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] CVS: koha/updater updatedatabase,1.123,1.124


From: Paul POULAIN
Subject: [Koha-cvs] CVS: koha/updater updatedatabase,1.123,1.124
Date: Thu, 27 Oct 2005 05:09:08 -0700

Update of /cvsroot/koha/koha/updater
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8028/updater

Modified Files:
        updatedatabase 
Log Message:
new features for serial module :
- the last 5 issues are now shown, and their status can be changed (but not 
reverted to "waited", as there can be only one "waited")
- the library can create a "distribution list". this paper contains a list of 
borrowers (selected from the borrower list, or manually entered), and print it 
for a given issue. once printed, the sheet can be put on the issue and 
distributed to every reader on the list (one by one).

Index: updatedatabase
===================================================================
RCS file: /cvsroot/koha/koha/updater/updatedatabase,v
retrieving revision 1.123
retrieving revision 1.124
diff -C2 -r1.123 -r1.124
*** updatedatabase      26 Oct 2005 09:13:37 -0000      1.123
--- updatedatabase      27 Oct 2005 12:09:05 -0000      1.124
***************
*** 98,102 ****
  
  my %requirefields = (
!       subscription => { 'letter' => 'char(20) NULL'},
        itemtypes => { 'imageurl' => 'char(200) NULL'},
  #    tablename        => { 'field' => 'fieldtype' },
--- 98,102 ----
  
  my %requirefields = (
!       subscription => { 'letter' => 'char(20) NULL', 'distributedto' => 'text 
NULL'},
        itemtypes => { 'imageurl' => 'char(200) NULL'},
  #    tablename        => { 'field' => 'fieldtype' },
***************
*** 738,741 ****
--- 738,746 ----
  
  # $Log$
+ # Revision 1.124  2005/10/27 12:09:05  tipaul
+ # new features for serial module :
+ # - the last 5 issues are now shown, and their status can be changed (but not 
reverted to "waited", as there can be only one "waited")
+ # - the library can create a "distribution list". this paper contains a list 
of borrowers (selected from the borrower list, or manually entered), and print 
it for a given issue. once printed, the sheet can be put on the issue and 
distributed to every reader on the list (one by one).
+ #
  # Revision 1.123  2005/10/26 09:13:37  tipaul
  # big commit, still breaking things...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]