<html>
  <head>
    <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">Salut Paul!<br>
      <br>
      Answers bellow!<br>
      <br>
      <div class="moz-signature">
        <style type="text/css">
.moz-signature {
 color: #FFFFFF;
}
.sig_inlibro {
 padding-top : 2px;
 color: #888888;
 font-family : "Trebuchet MS", verdana;
 font-size: 90%;
}
.sig_content {
 border-top: 2px solid #DDDDDD;
 border-bottom: 2px solid #BFD13D;
 background-color : #F6F6F6;
 padding-left:10px;
}
.sig_inlibro a:visited, .sig_inlibro a:hover, .sig_inlibro a:link {
 text-decoration: none;
 color: #005B85;
}
.nom {
 color: #005B85;
 font-weight : bold;
}
.inlibro, .in {
 color: #BFD13D;
}
.libro {
 color: #005B85;
}
.in, .libro {
 font-size : 120%;
}
.desc {
    margin-bottom: 0;
    padding-bottom: 5px;
}
.small {
 font-size: 80%;
}
.tagline {
 color : #00BCE4;
}
.sig_footer {
 padding-left : 10px;
 background-color : #EEEFEA;
}
</style>
        <div class="sig_inlibro">
          <div class="sig_content"> <span class="nom">François
              Charbonnier,</span><br>
            <span class="tagline small">Bibl. prof. / Chef de produits</span><br>
            <p class="desc small"> Tél.  : (888) 604-2627<br>
              <a href="mailto:francois.charbonnier@inLibro.com">francois.charbonnier@inLibro.com</a>
            </p>
          </div>
          <div class="sig_footer"> <span class="in">in</span><span
              class="libro">Libro</span> <span class="tagline small">|
              pour esprit libre |</span> <a class="small"
              href="http://www.inLibro.com">www.inLibro.com</a> </div>
        </div>
      </div>
      Le 2014-08-25 07:56, Paul Poulain a écrit :<br>
    </div>
    <blockquote cite="mid:53FB2482.3010103@biblibre.com" type="cite">Le
      15/08/2014 15:50, Francois Charbonnier a écrit :
      <br>
      <blockquote type="cite">Hello all,
        <br>
      </blockquote>
      Hi François,
      <br>
      <br>
      <blockquote type="cite">Here, you will find the RFCs :
        <br>
        <a class="moz-txt-link-freetext" href="http://wiki.koha-community.org/wiki/Overdue_Notice_Enhancement">http://wiki.koha-community.org/wiki/Overdue_Notice_Enhancement</a>
        <br>
      </blockquote>
      About the replacement cost, a question/an idea : the amount, iiuc,
      is
      <br>
      ADDED to the price in items table. Would it be relevant to have 2
      other options:
      <br>
       * the default replacementprice is REPLACING the
      items.replacementprice
      <br>
       * the default is a % of additionnal fee.
      <br>
      <br>
      I'm not sure there's a real case for the 1st, but I'm sure that,
      for some libraries, the "overhead" for an overdue document is
      something like 20% of the initial price.
      <br>
      Purchase price = 20USD (or CAN ;-) )
      <br>
      replacementprice = 20 + 4 = 24USD.
      <br>
      <br>
    </blockquote>
    The default replacement price will not be added to
    items.replacementprice value. It's not a value to adjust what we
    already have.<br>
    <br>
    The default replacement price will be used when there is no value in
    the items.replacementprice column.<br>
    <br>
    For example, the default replacement price is 20$.<br>
    <br>
    The patron lost the book A.<br>
    items.replacementprice for book A = 30$.<br>
    Long overdue cronjob will charge 30$ to the patron. <br>
    <br>
    The patron lost book B.<br>
    items.replacementprice for book B = 0$<br>
    Long overdue cronjob will charge 20$ to the patron (the default
    replacement price).<br>
    <br>
    That's the feature we are going to implement.<br>
    <br>
    I agree, we could also update the mysql table to replace the 0 value
    by the default value but it means having access to the database,
    etc. With this development, librarians will be free to manage these
    values without having access to the database. <br>
    <br>
    I also like the idea of managing the replacement cost with a % of
    additionnal fee but it's a new feature. We don't have funding for
    this one so we won't add it to the development. Thanks for the
    suggestion.<br>
  </body>
</html>