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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-7 / +7 lines)
Lines 380-389 Link Here
380
            <li>
380
            <li>
381
                [% IF ( close ) %]
381
                [% IF ( close ) %]
382
                    <span class="label">Vendor price: </span>
382
                    <span class="label">Vendor price: </span>
383
                    <input type="hidden" name="listprice" id="listprice" value="[% listprice | html %]" />[% listprice | html %] [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
383
                    <input type="hidden" name="listprice" id="listprice" value="[% listprice | html %]" />[% listprice | html %] [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
384
                [% ELSE %]
384
                [% ELSE %]
385
                <label for="listprice">Vendor price: </label>
385
                <label for="listprice">Vendor price: </label>
386
                    <input type="text" size="20" name="listprice" id="listprice" value="[% listprice | html %]" onchange="updateCosts()" /> [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
386
                    <input type="text" size="20" name="listprice" id="listprice" value="[% listprice | html %]" onchange="updateCosts()" /> [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
387
                [% END %]
387
                [% END %]
388
            </li>
388
            </li>
389
            [% UNLESS ( close ) %]
389
            [% UNLESS ( close ) %]
Lines 436-445 Link Here
436
            <li>
436
            <li>
437
                [% IF ( close ) %]
437
                [% IF ( close ) %]
438
                    <span class="label">Retail price: </span>
438
                    <span class="label">Retail price: </span>
439
                    <input type="hidden" name="rrp" id="rrp" value="[% rrp | html %]" />[% rrp | html %]  (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inc.[% ELSE %]tax exc.[% END %])
439
                    <input type="hidden" name="rrp" id="rrp" value="[% rrp | html %]" />[% rrp | html %]  (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inclusive[% ELSE %]tax exclusive[% END %])
440
                [% ELSE %]
440
                [% ELSE %]
441
                    <label for="rrp">Retail price: </label>
441
                    <label for="rrp">Retail price: </label>
442
                    <input type="text" size="20" name="rrp" id="rrp" value="[% rrp | html %]" /> (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inc.[% ELSE %]tax exc.[% END %])
442
                    <input type="text" size="20" name="rrp" id="rrp" value="[% rrp | html %]" /> (adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inclusive[% ELSE %]tax exclusive[% END %])
443
                [% END %]
443
                [% END %]
444
            </li>
444
            </li>
445
            <li>
445
            <li>
Lines 448-454 Link Here
448
            </li>
448
            </li>
449
            <li>
449
            <li>
450
                <label for="ecost">Budgeted cost: </label>
450
                <label for="ecost">Budgeted cost: </label>
451
                <input type="text" size="20" name="ecost" id="ecost" value="[% ecost | html %]" readonly="readonly"  /> [% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
451
                <input type="text" size="20" name="ecost" id="ecost" value="[% ecost | html %]" readonly="readonly"  /> [% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
452
            </li>
452
            </li>
453
            <li>
453
            <li>
454
                <label for="total">Total: </label>
454
                <label for="total">Total: </label>
Lines 457-466 Link Here
457
            <li>
457
            <li>
458
                [% IF ( close ) %]
458
                [% IF ( close ) %]
459
                    <label for="unitprice">Actual cost: </label>
459
                    <label for="unitprice">Actual cost: </label>
460
                    <input type="text" id="unitprice" size="20" name="unitprice" value="[% unitprice | html %]" readonly="readonly" /> [% IF (invoiceincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
460
                    <input type="text" id="unitprice" size="20" name="unitprice" value="[% unitprice | html %]" readonly="readonly" /> [% IF (invoiceincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
461
                [% ELSE %]
461
                [% ELSE %]
462
                    <label for="unitprice">Actual cost: </label>
462
                    <label for="unitprice">Actual cost: </label>
463
                    <input type="text" id="unitprice" size="20" name="unitprice" value="[% unitprice | html %]" /> [% IF (invoiceincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]
463
                    <input type="text" id="unitprice" size="20" name="unitprice" value="[% unitprice | html %]" /> [% IF (invoiceincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]
464
                [% END %]
464
                [% END %]
465
            </li>
465
            </li>
466
            <li>
466
            <li>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/orderreceive.tt (-4 / +3 lines)
Lines 239-253 Link Here
239
            <input type="hidden" name="tax_rate" value="0" />
239
            <input type="hidden" name="tax_rate" value="0" />
240
        [% END %]
240
        [% END %]
241
241
242
        <li><label for="rrp">Retail price: </label>[% rrp | $Price %] <span class="hint">(adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inc.[% ELSE %]tax exc.[% END %])</span></li>
242
        <li><label for="rrp">Retail price: </label>[% rrp | $Price %] <span class="hint">(adjusted for [% cur_active | html %], [% IF (listincgst == 1) %]tax inclusive[% ELSE %]tax exclusive[% END %])</span></li>
243
        <li>
243
        <li>
244
            <label for="replacementprice">Replacement price:</label>
244
            <label for="replacementprice">Replacement price:</label>
245
            <input type="text" size="20" name="replacementprice" id="replacementprice" value="[% replacementprice | $Price %]" />
245
            <input type="text" size="20" name="replacementprice" id="replacementprice" value="[% replacementprice | $Price %]" />
246
        </li>
246
        </li>
247
        <li><label for="ecost">Budgeted cost: </label>[% ecost | $Price %] <span class="hint">[% IF (listincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]</span></li>
247
        <li><label for="ecost">Budgeted cost: </label>[% ecost | $Price %] <span class="hint">[% IF (listincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]</span></li>
248
        <li>
248
        <li>
249
            <label for="unitprice">Actual cost:</label>
249
            <label for="unitprice">Actual cost:</label>
250
            <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price on_editing => 1 | html %]" /> <span lass="hint">[% IF (invoiceincgst == 1) %](tax inc.)[% ELSE %](tax exc.)[% END %]</span>
250
            <input type="text" size="20" name="unitprice" id="unitprice" value="[% unitprice | $Price on_editing => 1 | html %]" /> <span lass="hint">[% IF (invoiceincgst == 1) %](tax inclusive)[% ELSE %](tax exclusive)[% END %]</span>
251
        </li>
251
        </li>
252
        <li><label for="order_internalnote">Internal note: </label><textarea name="order_internalnote" width="40" rows="8" >[% order_internalnote | html %]</textarea></li>
252
        <li><label for="order_internalnote">Internal note: </label><textarea name="order_internalnote" width="40" rows="8" >[% order_internalnote | html %]</textarea></li>
253
        [% IF order_vendornote %]
253
        [% IF order_vendornote %]
254
- 

Return to bug 21619