|
Lines 10-15
Link Here
|
| 10 |
[% INCLUDE 'doc-head-open.inc' %] |
10 |
[% INCLUDE 'doc-head-open.inc' %] |
| 11 |
<title>Receipt summary for : [% name | html %] [% IF ( invoice ) %]invoice, [% invoice | html %][% END %] › Acquisitions › Koha</title> |
11 |
<title>Receipt summary for : [% name | html %] [% IF ( invoice ) %]invoice, [% invoice | html %][% END %] › Acquisitions › Koha</title> |
| 12 |
[% INCLUDE 'doc-head-close.inc' %] |
12 |
[% INCLUDE 'doc-head-close.inc' %] |
|
|
13 |
<style> |
| 14 |
@media (min-width: 1200px) { |
| 15 |
#receive-modal, #receive-modal .modal-content { |
| 16 |
width: 98%; |
| 17 |
} |
| 18 |
} |
| 19 |
#receive-modal .modal-body { |
| 20 |
background-color: #F3F4F4; |
| 21 |
} |
| 22 |
|
| 23 |
.lbl { |
| 24 |
font-weight: 700; |
| 25 |
text-align: right; |
| 26 |
} |
| 27 |
.modal-body ol { |
| 28 |
list-style-type: none; |
| 29 |
} |
| 30 |
|
| 31 |
.modal-body ol li { |
| 32 |
list-style-type: none; |
| 33 |
padding-bottom: 1em; |
| 34 |
width: 100%; |
| 35 |
} |
| 36 |
|
| 37 |
.modal-body h4 { |
| 38 |
margin-left: 1em; |
| 39 |
padding: .2em .5em; |
| 40 |
margin-bottom: 17px; |
| 41 |
} |
| 42 |
|
| 43 |
.modal-body label { |
| 44 |
margin-right: 1em; |
| 45 |
text-align: right; |
| 46 |
width: 11em; |
| 47 |
display: inline-block; |
| 48 |
font-weight: 700; |
| 49 |
} |
| 50 |
|
| 51 |
.modal-body textarea { |
| 52 |
vertical-align: text-top; |
| 53 |
} |
| 54 |
</style> |
| 13 |
</head> |
55 |
</head> |
| 14 |
|
56 |
|
| 15 |
<body id="acq_orderreceive" class="acq"> |
57 |
<body id="acq_orderreceive" class="acq"> |
|
Lines 46-52
Link Here
|
| 46 |
<table id="multiple_orders" class="table table-bordered table-striped"> |
88 |
<table id="multiple_orders" class="table table-bordered table-striped"> |
| 47 |
<thead> |
89 |
<thead> |
| 48 |
<tr> |
90 |
<tr> |
| 49 |
<th>Order</td> |
91 |
<th>Order</th> |
| 50 |
<th>Title</th> |
92 |
<th>Title</th> |
| 51 |
<th>Author</th> |
93 |
<th>Author</th> |
| 52 |
<th>ISBN</th> |
94 |
<th>ISBN</th> |
|
Lines 63-69
Link Here
|
| 63 |
<button class="save btn btn-primary" disabled>Confirm</button> |
105 |
<button class="save btn btn-primary" disabled>Confirm</button> |
| 64 |
<a class="cancel btn btn-default" href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% invoiceid | html %]&sticky_filters=1">Cancel</a> |
106 |
<a class="cancel btn btn-default" href="/cgi-bin/koha/acqui/parcel.pl?invoiceid=[% invoiceid | html %]&sticky_filters=1">Cancel</a> |
| 65 |
</fieldset> |
107 |
</fieldset> |
| 66 |
<div id="jobpanel"><div id="jobstatus" class="progress_panel">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div> |
108 |
<div id="jobpanel"> |
|
|
109 |
<div id="jobstatus" class="progress_panel">Job progress: <div id="jobprogress"></div> <span id="jobprogresspercent">0</span>%</div> |
| 110 |
</div> |
| 67 |
</div> |
111 |
</div> |
| 68 |
|
112 |
|
| 69 |
<div class="modal fade" id="order_edit" tabindex="-1" role="dialog" aria-labelledby="Order edit"> |
113 |
<div class="modal fade" id="order_edit" tabindex="-1" role="dialog" aria-labelledby="Order edit"> |
|
Lines 75-81
Link Here
|
| 75 |
</div> |
119 |
</div> |
| 76 |
<div class="modal-body"> |
120 |
<div class="modal-body"> |
| 77 |
<div class="hide" id="loading">Loading ...</div> |
121 |
<div class="hide" id="loading">Loading ...</div> |
| 78 |
<div id="modal-order-main row"> |
122 |
<div id="modal-order-main" class="row"> |
| 79 |
<!--ul> |
123 |
<!--ul> |
| 80 |
<li><a href="#info-panel">Info</a></li> |
124 |
<li><a href="#info-panel">Info</a></li> |
| 81 |
<li><a href="#accounting-panel">Accounting</a></li> |
125 |
<li><a href="#accounting-panel">Accounting</a></li> |
|
Lines 357-404
Link Here
|
| 357 |
[% INCLUDE 'js-date-format.inc' %] |
401 |
[% INCLUDE 'js-date-format.inc' %] |
| 358 |
[% INCLUDE 'format_price.inc' %] |
402 |
[% INCLUDE 'format_price.inc' %] |
| 359 |
[% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] |
403 |
[% Asset.js("lib/jquery/plugins/jquery.dataTables.columnFilter.js") | $raw %] |
| 360 |
<style> |
|
|
| 361 |
@media (min-width: 1200px) { |
| 362 |
#receive-modal, #receive-modal .modal-content { |
| 363 |
width: 98%; |
| 364 |
} |
| 365 |
} |
| 366 |
#receive-modal .modal-body { |
| 367 |
background-color: #F3F4F4; |
| 368 |
} |
| 369 |
|
| 370 |
.lbl { |
| 371 |
font-weight: 700; |
| 372 |
text-align: right; |
| 373 |
} |
| 374 |
.modal-body ol { |
| 375 |
list-style-type: none; |
| 376 |
} |
| 377 |
|
| 378 |
.modal-body ol li { |
| 379 |
list-style-type: none; |
| 380 |
padding-bottom: 1em; |
| 381 |
width: 100%; |
| 382 |
} |
| 383 |
|
| 384 |
.modal-body h4 { |
| 385 |
margin-left: 1em; |
| 386 |
padding: .2em .5em; |
| 387 |
margin-bottom: 17px; |
| 388 |
} |
| 389 |
|
| 390 |
.modal-body label { |
| 391 |
margin-right: 1em; |
| 392 |
text-align: right; |
| 393 |
width: 11em; |
| 394 |
display: inline-block; |
| 395 |
font-weight: 700; |
| 396 |
} |
| 397 |
|
| 398 |
.modal-body textarea { |
| 399 |
vertical-align: text-top; |
| 400 |
} |
| 401 |
</style> |
| 402 |
<script> |
404 |
<script> |
| 403 |
function display_string(key, strings, fallback) { |
405 |
function display_string(key, strings, fallback) { |
| 404 |
if ( strings.hasOwnProperty(key) ) { |
406 |
if ( strings.hasOwnProperty(key) ) { |
| 405 |
- |
|
|