[% USE raw %] [% USE Asset %] [% USE Branches %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] Koha › Administration › Transport cost matrix [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'prefs-admin-search.inc' %]

Defining transport costs between libraries

[% IF ( WARNING_transport_cost_matrix_off ) %]
Because the "UseTransportCostMatrix" system preference is currently not enabled, the transport cost matrix is not being used. Go here if you wish to enable this feature.
[% END %] [% IF ( errors ) %]

There were problems with your submission

    [% FOR e IN errors %]
  • Invalid value for [% e | html %]
  • [% END %]
[% END %]

Costs are decimal values between some arbitrary maximum value (e.g. 1 or 100) and 0 which is the minimum (no) cost.

Red cells signify no transfer allowed.

Click on individual cells to edit.

[% FOR b IN Branches.all() %] [% END %] [% FOR bf IN branchfromloop %] [% FOR bt IN bf.branchtoloop %] [% END %] [% END %]
From \ To[% b.branchname | html %]
[% bf.name | html %] [% IF bt.skip %]   [% ELSE %] [% IF bt.disabled %]
[% ELSE %]
[% END %]
[% bt.disabled ? ' ' : bt.value | html %]
[% IF bt.disabled %] [% END %]
[% END %]
Cancel
[% MACRO jsinclude BLOCK %] [% Asset.js("js/admin-menu.js") | $raw %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]