Koha/C4
Jonathan Druart d76dbace5e 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.
2012-04-03 18:19:46 +02:00
..
AuthoritiesMarc
Barcodes
Cache
ClassSortRoutine
Creators
External
Form
Heading signed off Bug 7284: Authority matching improvements 2012-03-07 17:34:11 +01:00
ILSDI Bug 5549 : Format Date in ILSDI::Services to include hhmm 2012-03-20 12:37:07 +13:00
Installer Bug 5549 : Add Extra Perl Dependencies 2012-03-20 13:21:50 +13:00
Labels Bug 7615 - Give option to use description for homebranch/holding branch in label creator instead of the branchcode 2012-03-08 16:12:50 +01:00
Linker signed off Bug 7284: Authority matching improvements 2012-03-07 17:34:11 +01:00
Members Bug 7154: Modification in borrower attributes 2012-03-22 16:08:28 +01:00
OAI Bug 6440: Implement OAI-PMH Sets 2012-03-20 11:38:26 +01:00
Output
Patroncards
Reports
Search
SIP Bug 5549 : Sip scripts should handle dt due dates 2012-03-20 13:21:11 +13:00
Utils
VirtualShelves Bug 4032 XSLT systempreference takes a path to file rather than YesNo 2012-03-29 16:58:55 +02:00
Accounts.pm Bug 7597 - Part 5 - Remove my from $branch, which was masking previous declaration 2012-03-21 17:13:43 +01:00
Acquisition.pm Bug 7291: Adds new field aqbooksellers.deliverytime 2012-04-03 18:19:46 +02:00
Auth.pm Bug 7310: Code changes for Improving list permissions 2012-03-21 16:46:40 +01:00
Auth_cas_servers.yaml.orig
Auth_with_cas.pm Bug 7745: Wrong service name for CAS authentification 2012-03-22 06:21:23 +01:00
Auth_with_ldap.pm
AuthoritiesMarc.pm Bug 7617: Sort authority results by authid 2012-03-29 11:04:58 +02:00
BackgroundJob.pm
Barcodes.pm
Biblio.pm Merge remote-tracking branch 'origin/new/bug_6199' 2012-03-28 17:54:55 +02:00
Bookseller.pm Bug 7291: Adds new field aqbooksellers.deliverytime 2012-04-03 18:19:46 +02:00
Boolean.pm
Branch.pm bug_7264: [SIGNED-OFF] Branch popup on OPAC detail.Added opac_info field to branches table. 2012-03-22 11:50:00 +01:00
Breeding.pm
Budgets.pm
Cache.pm
Calendar.pm Bug 7477: Followup: Fix perlcritic issues 2012-03-19 18:16:40 +01:00
Category.pm
Charset.pm Bug 7400: Add auto-completion on auth_finder 2012-03-19 18:20:30 +01:00
Circulation.pm Merge remote-tracking branch 'kc/master' into merged_5549 2012-03-22 09:36:55 +13:00
ClassSortRoutine.pm
ClassSource.pm
Context.pm Bug 5549 : Add a timezone object to C4::Context 2012-03-20 12:08:20 +13:00
Contract.pm
Creators.pm
Csv.pm
Dates.pm
Debug.pm
Heading.pm Bug 7617: Sort authority results by authid 2012-03-29 11:04:58 +02:00
Images.pm Bug 7600: Return a single-pixel GIF when no local cover image exists 2012-03-20 16:54:31 +01:00
ImportBatch.pm Bug 7513 Marc Import Hangs 2012-02-21 17:02:46 +01:00
ImportExportFramework.pm
Input.pm
Installer.pm Bug 6008 - Locating mysql/psql commands on Installer.pm 2012-02-27 15:38:07 +01:00
ItemCirculationAlertPreference.pm
Items.pm Merge remote-tracking branch 'origin/new/bug_6199' 2012-03-28 17:54:55 +02:00
ItemType.pm
Koha.pm Bug 3216: UNIMARC author facets 2012-03-13 16:35:02 +01:00
Labels.pm
Languages.pm Bug 6193 - Follow up: use SetEnv and remove memcached from koha-conf.xml 2012-02-20 23:24:02 +01:00
Letters.pm Bug 7167: Followup: FIX conflicts with Bug 5347 2012-03-13 12:27:13 +01:00
Linker.pm Bug 7284: Fix unit test broken by erroneous POD 2012-03-08 15:24:18 +01:00
Log.pm
Maintainance.pm
Matcher.pm
Members.pm Bug 5549 : fixed datetime issue so time is shown in output for circulation.pl and moremember.pl 2012-03-20 13:41:25 +13:00
Message.pm bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
NewsChannels.pm
Output.pm Bug 7535: ampersands not showing properly in non-XSLT OPAC 2012-02-21 15:45:11 +01:00
Overdues.pm Use hour or day deltas to calculate overdue durations 2012-04-03 17:59:56 +02:00
Patroncards.pm
Print.pm bug 7001 follow-up fixing POD mistake 2012-03-13 11:18:39 +01:00
Record.pm
Reports.pm
Reserves.pm bug 7641 follow-up: remove some unconditionnal warns 2012-03-29 15:10:34 +02:00
Review.pm
Ris.pm
RotatingCollections.pm
Scheduler.pm
Scrubber.pm
Search.pm Bug 4032 XSLT systempreference takes a path to file rather than YesNo 2012-03-29 16:58:55 +02:00
Serials.pm Bug 7701: Error when sending serial alerts 2012-03-29 11:13:04 +02:00
Service.pm
ShelfBrowser.pm
SMS.pm
SocialData.pm bug 7470 follow-up, fix POD doc 2012-03-26 17:53:28 +02:00
SQLHelper.pm
Stats.pm
Suggestions.pm bug_7001: Issue and Reserve slips are notices. 2012-03-09 10:11:20 +01:00
Tags.pm
Templates.pm
TmplToken.pm
TmplTokenType.pm
TTParser.pm
UploadedFile.pm
Utils.pm
VirtualShelves.pm 7310 Indentation followup replacing leading tabs with spaces 2012-03-21 16:47:31 +01:00
XISBN.pm
XSLT.pm Bug 7821 - fix C4::Templates::_current_language 2012-04-02 11:33:17 +02:00
Z3950.pm