caf7f3db526a429d7d33e3588f3c626c97a73841
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / circ / circulation-home.tt
1 [% USE raw %]
2 [% USE Koha %]
3 [% USE Branches %]
4 [% USE Desks %]
5 [% INCLUDE 'doc-head-open.inc' %]
6 <title>Koha &rsaquo; Circulation</title>
7 [% INCLUDE 'doc-head-close.inc' %]
8 </head>
9 <body id="circ_circulation-home" class="circ">
10 [% INCLUDE 'header.inc' %]
11 [% INCLUDE 'circ-search.inc' %]
12
13 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Circulation</div>
14
15     <div class="main container-fluid">
16
17         <div class="row">
18
19             <div class="col-sm-5 col-md-4">
20                 <h3>Circulation</h3>
21
22                 <ul class="buttons-list">
23                     <li>
24                         <a class="circ-button" href="/cgi-bin/koha/circ/circulation.pl"><i class="fa fa-upload"></i> Check out</a>
25                     </li>
26                     <li>
27                         <a class="circ-button" href="/cgi-bin/koha/circ/returns.pl"><i class="fa fa-download"></i> Check in</a>
28                     </li>
29                     <li>
30                         <a class="circ-button" href="/cgi-bin/koha/circ/renew.pl"><i class="fa fa-retweet"></i> Renew</a>
31                     </li>
32                     [% UNLESS IndependentBranches %]
33                         <li>
34                             <a class="circ-button" href="/cgi-bin/koha/circ/set-library.pl"><i class="fa fa-home"></i> Set library</a>
35                         </li>
36                     [% END %]
37                     [% IF Desks.ListForLibrary.count %]
38                         <li>
39                             <a class="circ-button" href="/cgi-bin/koha/circ/selectdesk.pl"><i class="fa fa-location-arrow"></i> Set desk</a>
40                         </li>
41                     [% END %]
42                     [% IF ( fast_cataloging ) %]
43                         [% IF ( CAN_user_editcatalogue_fast_cataloging ) %]
44                             <li>
45                                 <a class="circ-button" href="/cgi-bin/koha/cataloguing/addbiblio.pl?frameworkcode=FA"><i class="fa fa-plus"></i> Fast cataloging</a>
46                             </li>
47                         [% END %]
48                     [% END %]
49                     [% IF ( Koha.Preference('AllowCheckoutNotes') && CAN_user_circulate_manage_checkout_notes ) %]
50                         <li>
51                             <a class="circ-button" href="/cgi-bin/koha/circ/checkout-notes.pl"><i class="fa fa-sticky-note"></i> Checkout notes</a>
52                         </li>
53                     [% END %]
54                     [% IF Koha.Preference('OnSiteCheckouts') %]
55                         <li>
56                             <a class="circ-button" href="/cgi-bin/koha/circ/on-site_checkouts.pl"><i class="fa fa-map-marker"></i> Pending on-site checkouts</a>
57                         </li>
58                     [% END %]
59                 </ul>
60             </div>
61
62             <div class="col-sm-5 col-md-4">
63                 <h3>Holds</h3>
64
65                 <ul class="buttons-list">
66                     <li>
67                         <a class="circ-button" href="/cgi-bin/koha/circ/view_holdsqueue.pl"><i class="fa fa-tasks"></i> Holds queue</a>
68                     </li>
69                     <li>
70                         <a class="circ-button" href="/cgi-bin/koha/circ/pendingreserves.pl"><i class="fa fa-hand-grab-o"></i> Holds to pull</a>
71                     </li>
72                     <li>
73                         <a class="circ-button" href="/cgi-bin/koha/circ/waitingreserves.pl"><i class="fa fa-calendar"></i> Holds awaiting pickup</a>
74                     </li>
75                     <li>
76                         <a class="circ-button" href="/cgi-bin/koha/circ/reserveratios.pl"><i class="fa fa-line-chart"></i> Hold ratios</a>
77                     </li>
78                 </ul>
79             </div>
80
81             <!-- Add the extra clearfix for only the required viewport -->
82             <div class="clearfix visible-sm-block"></div>
83
84             <div class="col-sm-5 col-md-4">
85                 [% IF Koha.Preference('ArticleRequests') %]
86                     <h3>Patron request</h3>
87                     <ul class="buttons-list">
88                         <li>
89                             <a class="circ-button" href="/cgi-bin/koha/circ/article-requests.pl" title="Article requests"><i class="fa fa-newspaper-o"></i> Article requests</a>
90                         </li>
91                     </ul>
92                 [% END %]
93
94                 <h3>Transfers</h3>
95
96                 <ul class="buttons-list">
97                     [% IF !Koha.Preference('IndependentBranchesTransfers') || CAN_user_superlibrarian %]
98                         <li>
99                             <a class="circ-button" href="/cgi-bin/koha/circ/branchtransfers.pl"><i class="fa fa-exchange"></i> Transfer</a>
100                         </li>
101                     [% END %]
102                     <li>
103                         <a class="circ-button" href="/cgi-bin/koha/circ/transferstoreceive.pl"><i class="fa fa-sign-in"></i> Transfers to receive</a>
104                     </li>
105                 </ul>
106
107                 <h3>Overdues</h3>
108
109                 <ul class="buttons-list">
110                      [% IF ( CAN_user_circulate_overdues_report ) %]
111                         <li>
112                             <a class="circ-button"
113                                 href="/cgi-bin/koha/circ/overdue.pl"
114                                 title="Warning: This report is very resource intensive on systems with large numbers of overdue items."
115                             ><i class="fa fa-clock-o"></i> Overdues</a>
116                         </li>
117                     [% END %]
118                     <li>
119                         <a class="circ-button"
120                             href="/cgi-bin/koha/circ/branchoverdues.pl"
121                             title="Limited to your library.  See report help for other details."
122                         ><i class="fa fa-clock-o"></i> Overdues with fines</a>
123                     </li>
124                 </ul>
125             </div>
126         </div>
127         <div class="row" id="intranet-circulation-home-html">
128             <div class="col-md-12">
129                 [% Koha.Preference('IntranetCirculationHomeHTML') | $raw  %]
130             </div>
131         </div>
132         <div class="row" id="offline-circulation">
133             <div class="col-md-12">
134                 <h4>Offline circulation</h4>
135                     <div class="col-sm-5 col-md-3">
136                     [% IF (AllowOfflineCirculation) %]
137                         <a href="/cgi-bin/koha/circ/offline.pl">Built-in offline circulation interface</a>
138                     [% END %]
139                        <p><a href="/cgi-bin/koha/offline_circ/process_koc.pl">Upload offline circulation file (.koc)</a></p>
140                        <p><a href="/cgi-bin/koha/offline_circ/list.pl">Pending offline circulation actions</a></p>
141                     </div>
142                     <div class="col-sm-5 col-md-3">
143                     <p><a href="https://github.com/bywatersolutions/koha-offline-circulation/releases"><i class="fa fa-window-maximize"></i> Get desktop application</a></p>
144                     <p><a href="https://addons.mozilla.org/[% lang | uri %]/firefox/addon/koct/"><i class="fa fa-firefox"></i> Get Firefox add-on</a></p>
145                     </div>
146             </div>
147         </div>
148
149 [% INCLUDE 'intranet-bottom.inc' %]