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 3-9 Link Here
3
<div id="navmenu">
3
<div id="navmenu">
4
    <div id="navmenulist">
4
    <div id="navmenulist">
5
        [% IF ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) %]
5
        [% IF ( CAN_user_cash_management_cashup || CAN_user_cash_management_anonymous_refund ) %]
6
        <h5>Cash management</h5>
6
        <h2>Cash management</h2>
7
        <ul>
7
        <ul>
8
            <li><a href="/cgi-bin/koha/pos/pay.pl">Point of sale</a></li>
8
            <li><a href="/cgi-bin/koha/pos/pay.pl">Point of sale</a></li>
9
            [% IF !(Registers.session_register_name == '') %]
9
            [% IF !(Registers.session_register_name == '') %]
Lines 13-19 Link Here
13
        </ul>
13
        </ul>
14
        [% END %]
14
        [% END %]
15
        [% IF ( CAN_user_parameters_manage_cash_registers || CAN_user_parameters_manage_accounts) %]
15
        [% IF ( CAN_user_parameters_manage_cash_registers || CAN_user_parameters_manage_accounts) %]
16
        <h5>Administration</h5>
16
        <h2>Administration</h2>
17
        <ul>
17
        <ul>
18
            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
18
            [% IF ( CAN_user_parameters_manage_cash_registers ) %]
19
                <li><a href="/cgi-bin/koha/admin/cash_registers.pl">Configure cash registers</a></li>
19
                <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 275-281 Link Here
275
            <div class="modal-content">
275
            <div class="modal-content">
276
                <div class="modal-header">
276
                <div class="modal-header">
277
                    <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
277
                    <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
278
                    <h4 class="modal-title" id="confirmCashupLabel">Confirm cashup of <em>[% register.description | html %]</em></h4>
278
                    <h2 class="modal-title" id="confirmCashupLabel">Confirm cashup of <em>[% register.description | html %]</em></h2>
279
                </div>
279
                </div>
280
                <div class="modal-body">
280
                <div class="modal-body">
281
                    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 %].
281
                    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 296-302 Link Here
296
                <div class="modal-content">
296
                <div class="modal-content">
297
                    <div class="modal-header">
297
                    <div class="modal-header">
298
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
298
                        <button type="button" class="closebtn" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">&times;</span></button>
299
                        <h4 class="modal-title" id="issueRefundLabel">Issue refund from <em>[% register.description | html %]</em></h4>
299
                        <h2 class="modal-title" id="issueRefundLabel">Issue refund from <em>[% register.description | html %]</em></h2>
300
                    </div>
300
                    </div>
301
                    <div class="modal-body">
301
                    <div class="modal-body">
302
                        <fieldset class="rows">
302
                        <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