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

--- Comment #3 from Jonathan Druart <[email protected]> 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.
_______________________________________________
Koha-bugs mailing list
[email protected]
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to