[Koha-bugs] [Bug 7291] claims management improvement

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Feb 13 15:46:30 CET 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=7291

--- Comment #3 from Jonathan Druart <jonathan.druart at biblibre.com> 2012-02-13 14:46:30 UTC ---
Created attachment 7622
  --> http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=7622
Bug 7291: Adds new field aqbooksellers.deliverytime

    Bug 7291: Adds new field aqbooksellers.deliverytime

    New field deliverytime in aqbooksellers table. It is an estimated
    delivery time for orders (in days).
    You can set this delay on the supplier modification page.
    It is used in the late orders search.

    The order estimated date is the aqbasket.closedate +
    aqbooksellers.deliverytime

    If you set a delay, the query check if closedate <= today - delay

    If you set a "delivery time from" and a "delivery time to", the query check
if
    $delivery_time_from <= aqbooksellers.deliverytime is not NULL and if
    closedate + deliverytime >= $delivery_time_to
    if there is not a time_to then $delivery_time_to = the current date.

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list