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>Koha › Tools</title> |
6 |
<title>Koha › Tools</title> |
Lines 146-162
Link Here
|
146 |
<dd>Access files stored on the server, like log files or reports</dd> |
148 |
<dd>Access files stored on the server, like log files or reports</dd> |
147 |
[% END %] |
149 |
[% END %] |
148 |
|
150 |
|
149 |
[% IF ( Koha.Preference('UseCashRegisters') && CAN_user_cash_management_cashup ) %] |
|
|
150 |
<dt><a href="/cgi-bin/koha/pos/registers.pl">Cashup registers</a></dt> |
151 |
<dd>Perform cashup actions on cash registers</dd> |
152 |
[% END %] |
153 |
|
154 |
[% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %] |
151 |
[% IF ( Koha.Preference('OPACReportProblem') && CAN_user_problem_reports ) %] |
155 |
<dt><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></dt> |
152 |
<dt><a href="/cgi-bin/koha/tools/problem-reports.pl">OPAC problem reports</a></dt> |
156 |
<dd>Manage OPAC problem reports submitted by patrons</dd> |
153 |
<dd>Manage OPAC problem reports submitted by patrons</dd> |
157 |
[% END %] |
154 |
[% END %] |
158 |
|
155 |
|
159 |
</dl> |
156 |
</dl> |
|
|
157 |
|
158 |
[% IF ( Koha.Preference('UseCashRegisters') && ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) ) %] |
159 |
<h3>Cash management</h3> |
160 |
<dl> |
161 |
|
162 |
<dt><a href="/cgi-bin/koha/pos/registers.pl">Cash summary for [% Branches.GetLoggedInBranchname | html %]</a></dt> |
163 |
<dd>View cash takings for the current library</dd> |
164 |
|
165 |
<dt><a href="/cgi-bin/koha/pos/register.pl">Transaction history for [% Registers.session_register_name | html %]</a></dt> |
166 |
<dd>View transaction history for the current cash register</dd> |
167 |
|
168 |
</dl> |
169 |
[% END %] |
170 |
|
160 |
</div> |
171 |
</div> |
161 |
|
172 |
|
162 |
<div class="col-sm-4 col-sm-pull-4"> |
173 |
<div class="col-sm-4 col-sm-pull-4"> |
163 |
- |
|
|