Lines 1-4
Link Here
|
1 |
[% USE Koha %] |
1 |
[% USE Koha %] |
|
|
2 |
[% USE Branches %] |
3 |
[% USE Registers %] |
2 |
|
4 |
|
3 |
[% INCLUDE 'doc-head-open.inc' %] |
5 |
[% INCLUDE 'doc-head-open.inc' %] |
4 |
<title>Tools › Koha</title> |
6 |
<title>Tools › Koha</title> |
Lines 157-173
Link Here
|
157 |
<dd>Access files stored on the server, like log files or reports</dd> |
159 |
<dd>Access files stored on the server, like log files or reports</dd> |
158 |
[% END %] |
160 |
[% END %] |
159 |
|
161 |
|
160 |
[% IF ( Koha.Preference('UseCashRegisters') && CAN_user_cash_management_cashup ) %] |
|
|
161 |
<dt><a href="/cgi-bin/koha/pos/registers.pl">Cashup registers</a></dt> |
162 |
<dd>Perform cashup actions on cash registers</dd> |
163 |
[% END %] |
164 |
|
165 |
[% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %] |
162 |
[% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %] |
166 |
<dt><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></dt> |
163 |
<dt><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></dt> |
167 |
<dd>Manage OPAC problem reports submitted by patrons</dd> |
164 |
<dd>Manage OPAC problem reports submitted by patrons</dd> |
168 |
[% END %] |
165 |
[% END %] |
169 |
|
166 |
|
170 |
</dl> |
167 |
</dl> |
|
|
168 |
|
169 |
[% IF ( Koha.Preference('UseCashRegisters') && ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) ) %] |
170 |
<h3>Cash management</h3> |
171 |
<dl> |
172 |
|
173 |
<dt><a href="/cgi-bin/koha/pos/registers.pl">Cash summary for [% Branches.GetLoggedInBranchname | html %]</a></dt> |
174 |
<dd>View cash takings for the current library</dd> |
175 |
|
176 |
<dt><a href="/cgi-bin/koha/pos/register.pl">Transaction history for [% Registers.session_register_name | html %]</a></dt> |
177 |
<dd>View transaction history for the current cash register</dd> |
178 |
|
179 |
</dl> |
180 |
[% END %] |
181 |
|
171 |
</div> |
182 |
</div> |
172 |
|
183 |
|
173 |
<div class="col-sm-4 col-sm-pull-4"> |
184 |
<div class="col-sm-4 col-sm-pull-4"> |
174 |
- |
|
|