View | Details | Raw Unified | Return to bug 27741
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/pos-menu.inc (-2 / +2 lines)
Lines 1-14 Link Here
1
<div id="navmenu">
1
<div id="navmenu">
2
    <div id="navmenulist">
2
    <div id="navmenulist">
3
        [% IF ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) %]
3
        [% IF ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) %]
4
        <h5>Point of sale</h5>
4
        <h2>Point of sale</h2>
5
        <ul>
5
        <ul>
6
            <li><a href="/cgi-bin/koha/pos/register.pl">Register details</a></li>
6
            <li><a href="/cgi-bin/koha/pos/register.pl">Register details</a></li>
7
            <li><a href="/cgi-bin/koha/pos/registers.pl">Library details</a></li>
7
            <li><a href="/cgi-bin/koha/pos/registers.pl">Library details</a></li>
8
        </ul>
8
        </ul>
9
        [% END %]
9
        [% END %]
10
        [% IF ( CAN_user_parameters_manage_cash_registers || CAN_user_parameters_manage_accounts) %]
10
        [% IF ( CAN_user_parameters_manage_cash_registers || CAN_user_parameters_manage_accounts) %]
11
        <h5>Administration</h5>
11
        <h2>Administration</h2>
12
        <ul>
12
        <ul>
13
            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
13
            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
14
                <li><a href="/cgi-bin/koha/admin/cash_registers.pl">Configure cash registers</a></li>
14
                <li><a href="/cgi-bin/koha/admin/cash_registers.pl">Configure cash registers</a></li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/pay.tt (-1 / +1 lines)
Lines 173-179 Link Here
173
    <div class="modal-dialog">
173
    <div class="modal-dialog">
174
        <div class="modal-content">
174
        <div class="modal-content">
175
            <div class="modal-header">
175
            <div class="modal-header">
176
                <h3>The amount collected is more than the outstanding charge</h3>
176
                <h2>The amount collected is more than the outstanding charge</h2>
177
            </div>
177
            </div>
178
            <div class="modal-body">
178
            <div class="modal-body">
179
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
179
                <p>The amount collected from the patron is higher than the amount to be paid.</p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/register.tt (-2 / +2 lines)
Lines 265-271 Link Here
265
            <div class="modal-content">
265
            <div class="modal-content">
266
                <div class="modal-header">
266
                <div class="modal-header">
267
                    <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
267
                    <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
268
                    <h4 class="modal-title" id="confirmCashupLabel">Confirm cashup of <em>[% register.description | html %]</em></h4>
268
                    <h2 class="modal-title" id="confirmCashupLabel">Confirm cashup of <em>[% register.description | html %]</em></h2>
269
                </div>
269
                </div>
270
                <div class="modal-body">
270
                <div class="modal-body">
271
                    Please confirm that you have removed [% accountlines.total( payment_type => 'CASH') * -1 | $Price %] from the cash register and left a float of [% register.starting_float | $Price %].
271
                    Please confirm that you have removed [% accountlines.total( payment_type => 'CASH') * -1 | $Price %] from the cash register and left a float of [% register.starting_float | $Price %].
Lines 286-292 Link Here
286
                <div class="modal-content">
286
                <div class="modal-content">
287
                    <div class="modal-header">
287
                    <div class="modal-header">
288
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
288
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
289
                        <h4 class="modal-title" id="issueRefundLabel">Issue refund from <em>[% register.description | html %]</em></h4>
289
                        <h2 class="modal-title" id="issueRefundLabel">Issue refund from <em>[% register.description | html %]</em></h2>
290
                    </div>
290
                    </div>
291
                    <div class="modal-body">
291
                    <div class="modal-body">
292
                        <fieldset class="rows">
292
                        <fieldset class="rows">
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/pos/registers.tt (-3 / +2 lines)
Lines 155-161 Link Here
155
                <div class="modal-content">
155
                <div class="modal-content">
156
                    <div class="modal-header">
156
                    <div class="modal-header">
157
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
157
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
158
                        <h4 class="modal-title" id="confirmCashupLabel">Confirm cashup of <em><span id="registerc"></span></em></h4>
158
                        <h2 class="modal-title" id="confirmCashupLabel">Confirm cashup of <em><span id="registerc"></span></em></h2>
159
                    </div>
159
                    </div>
160
                    <div class="modal-body">
160
                    <div class="modal-body">
161
                        Please confirm that you have removed <span id="cashc"></span> from the cash register and left a float of <span id="floatc"></span>.
161
                        Please confirm that you have removed <span id="cashc"></span> from the cash register and left a float of <span id="floatc"></span>.
Lines 174-180 Link Here
174
                <div class="modal-content">
174
                <div class="modal-content">
175
                    <div class="modal-header">
175
                    <div class="modal-header">
176
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
176
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
177
                        <h4 class="modal-title" id="confirmCashupAllLabel">Confirm cashup of <em>all</em> cash registers</h4>
177
                        <h2 class="modal-title" id="confirmCashupAllLabel">Confirm cashup of <em>all</em> cash registers</h2>
178
                    </div>
178
                    </div>
179
                    <div class="modal-body">
179
                    <div class="modal-body">
180
                        <p>Please confirm that you have received [% bankable | $Price %] to cashup.</p>
180
                        <p>Please confirm that you have received [% bankable | $Price %] to cashup.</p>
181
- 

Return to bug 27741