|
Lines 1-3
Link Here
|
|
|
1 |
[% USE currency = format('%.2f') -%] |
| 1 |
[% INCLUDE 'doc-head-open.inc' %] |
2 |
[% INCLUDE 'doc-head-open.inc' %] |
| 2 |
<title>Koha › Acquisitions › [% IF ( date ) %] |
3 |
<title>Koha › Acquisitions › [% IF ( date ) %] |
| 3 |
Receipt summary for [% name %] [% IF ( invoice ) %]invoice [% invoice %][% END %] on [% formatteddatereceived %][% ELSE %]Receive orders from [% name %][% END %]</title> |
4 |
Receipt summary for [% name %] [% IF ( invoice ) %]invoice [% invoice %][% END %] on [% formatteddatereceived %][% ELSE %]Receive orders from [% name %][% END %]</title> |
|
Lines 305-340
Link Here
|
| 305 |
|
306 |
|
| 306 |
|
307 |
|
| 307 |
[% IF ( loop_received ) %] |
308 |
[% IF ( loop_received ) %] |
|
|
309 |
[% SET funds = {} %] |
| 310 |
[% SET estimated_total = 0 %] |
| 311 |
|
| 312 |
[% FOREACH loop_receive IN loop_received %] |
| 313 |
[% SET estimated_total = estimated_total + ( loop_receive.ecost * loop_receive.quantityreceived ) %] |
| 314 |
[% SET funds.${ loop_receive.budget.budget_name }.estimated = funds.${ loop_receive.budget.budget_name }.estimated + loop_receive.ecost %] |
| 315 |
[% SET funds.${ loop_receive.budget.budget_name }.actual = funds.${ loop_receive.budget.budget_name }.actual + loop_receive.total %] |
| 316 |
[% END %] |
| 317 |
|
| 308 |
<form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform"> |
318 |
<form action="/cgi-bin/koha/acqui/parcel.pl" method="get" name="orderform"> |
| 309 |
<table id="receivedt"> |
319 |
<table id="receivedt"> |
| 310 |
<thead> |
320 |
<thead> |
| 311 |
<tr> |
321 |
<tr> |
| 312 |
<th>Basket</th> |
322 |
<th>Basket</th> |
| 313 |
<th>Order line</th> |
323 |
<th>Order Line</th> |
| 314 |
<th>Summary</th> |
324 |
<th>Holds</th> |
| 315 |
<th>View record</th> |
325 |
<th>Summary</th> |
| 316 |
<th>Quantity</th> |
326 |
<th>View record</th> |
| 317 |
<th>Est cost</th> |
327 |
<th>Quantity</th> |
| 318 |
<th>Actual cost</th> |
328 |
<th>Fund</th> |
| 319 |
<th>TOTAL</th> |
329 |
<th>Est cost</th> |
|
|
330 |
<th>Actual cost</th> |
| 331 |
<th>TOTAL</th> |
| 320 |
<th></th> |
332 |
<th></th> |
| 321 |
</tr> |
333 |
</tr> |
| 322 |
</thead> |
334 |
</thead> |
| 323 |
<tfoot> |
335 |
<tfoot> |
|
|
336 |
[% FOREACH key IN funds.keys.sort %] |
| 337 |
<tr> |
| 338 |
<td colspan="6" class="total"> </td> |
| 339 |
<td><i>Subtotal for</i> [% key %]</td> |
| 340 |
<td>[% currency( funds.$key.estimated ) %]</td> |
| 341 |
<td>[% currency( funds.$key.actual ) %]</td> |
| 342 |
<td> </td> |
| 343 |
<td> </td> |
| 344 |
</tr> |
| 345 |
[% END %] |
| 324 |
<tr> |
346 |
<tr> |
| 325 |
<th colspan="7" class="total">Total tax exc.</th> |
347 |
<th colspan="9" class="total">Total tax exc.</th> |
| 326 |
<th>[% total_gste %]</th> |
348 |
<th>[% total_gste %]</th> |
| 327 |
<th></th> |
349 |
<th></th> |
| 328 |
</tr> |
350 |
</tr> |
| 329 |
[% FOREACH book_foot IN book_foot_loop %] |
351 |
[% FOREACH book_foot IN book_foot_loop %] |
| 330 |
<tr> |
352 |
<tr> |
| 331 |
<th colspan="7">Total (GST [% book_foot.gstrate * 100 | format ("%.1f") %]%)</th> |
353 |
<th colspan="9">Total (GST [% book_foot.gstrate * 100 | format ("%.1f") %]%)</th> |
| 332 |
<th>[% book_foot.value %]</th> |
354 |
<th>[% book_foot.value %]</th> |
| 333 |
<th></th> |
355 |
<th></th> |
| 334 |
</tr> |
356 |
</tr> |
| 335 |
[% END %] |
357 |
[% END %] |
| 336 |
<tr> |
358 |
<tr> |
| 337 |
<th colspan="7" class="total">Total tax inc.</th> |
359 |
<th colspan="9" class="total">Total tax inc.</th> |
| 338 |
<th>[% total_gsti %]</th> |
360 |
<th>[% total_gsti %]</th> |
| 339 |
<th></th> |
361 |
<th></th> |
| 340 |
</tr> |
362 |
</tr> |
|
Lines 344-349
Link Here
|
| 344 |
<tr> |
366 |
<tr> |
| 345 |
<td><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% loop_receive.basketno %]">[% loop_receive.basketno %]</a></td> |
367 |
<td><a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% loop_receive.basketno %]">[% loop_receive.basketno %]</a></td> |
| 346 |
<td><a href="neworderempty.pl?ordernumber=[% loop_receive.ordernumber %]&booksellerid=[% booksellerid %]">[% loop_receive.ordernumber %]</a></td> |
368 |
<td><a href="neworderempty.pl?ordernumber=[% loop_receive.ordernumber %]&booksellerid=[% booksellerid %]">[% loop_receive.ordernumber %]</a></td> |
|
|
369 |
<td>[% IF loop_receive.holds %] <span class="error"><a href="/cgi-bin/koha/reserve/request.pl?biblionumber=[% loop_receive.biblionumber %]"><img src="/intranet-tmpl/prog/img/deny.gif" /></a></span>[% END %]</td> |
| 347 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_receive.biblionumber %]">[% loop_receive.title |html %]</a> |
370 |
<td><a href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=[% loop_receive.biblionumber %]">[% loop_receive.title |html %]</a> |
| 348 |
[% IF ( loop_receive.author ) %] / [% loop_receive.author %][% END %] |
371 |
[% IF ( loop_receive.author ) %] / [% loop_receive.author %][% END %] |
| 349 |
[% IF ( loop_receive.isbn ) %] - [% loop_receive.isbn %][% END %] |
372 |
[% IF ( loop_receive.isbn ) %] - [% loop_receive.isbn %][% END %] |
|
Lines 356-361
Link Here
|
| 356 |
</td> |
379 |
</td> |
| 357 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% loop_receive.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% loop_receive.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> |
380 |
<td><a href="/cgi-bin/koha/catalogue/showmarc.pl?id=[% loop_receive.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">MARC</a> | <a href="/cgi-bin/koha/catalogue/showmarc.pl?viewas=card&id=[% loop_receive.biblionumber %]" title="MARC" rel="gb_page_center[600,500]">Card</a></td> |
| 358 |
<td>[% loop_receive.quantityreceived %]</td> |
381 |
<td>[% loop_receive.quantityreceived %]</td> |
|
|
382 |
<td>[% loop_receive.budget.budget_name %]</td> |
| 359 |
<td>[% loop_receive.ecost %]</td> |
383 |
<td>[% loop_receive.ecost %]</td> |
| 360 |
<td>[% loop_receive.unitprice %]</td> |
384 |
<td>[% loop_receive.unitprice %]</td> |
| 361 |
<td>[% loop_receive.total %]</td> |
385 |
<td>[% loop_receive.total %]</td> |
| 362 |
- |
|
|