X-Git-Url: http://koha-dev.rot13.org:8081/gitweb/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Facqui%2Fparcel.tt;h=877d263d73b7bff42e6688cb0b72f9031a913b0a;hb=04b4afbd92ab952671e5ea6124e9e95da4a05874;hp=c3b169d830eba155a029289b396ef11ce5d0cee5;hpb=bb4ab3ee765e5664f2d1645efd4b5e5e973a9d56;p=koha_fer diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt index c3b169d830..877d263d73 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -1,31 +1,66 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › [% IF ( date ) %] Receipt summary for [% name %] [% IF ( invoice ) %]invoice [% invoice %][% END %] on [% formatteddatereceived %][% ELSE %]Receive orders from [% name %][% END %] + [% INCLUDE 'doc-head-close.inc' %] + +[% INCLUDE 'datatables-strings.inc' %] + [% INCLUDE 'greybox.inc' %] - - [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] - +
@@ -198,10 +143,28 @@ [% END %] [% END %] + [% IF (error_cancelling_receipt) %] +
+ Cannot cancel receipt. Possible reasons : + +
+ [% END %] +

Invoice number: [% invoice %] Received by: [% loggedinusername %] On: [% formatteddatereceived %]

-
+[% UNLESS (invoiceclosedate) %] +
+[% ELSE %] +

+ Invoice is closed, so you can't receive orders anymore. + Reopen it. +

+[% END %] +

Already received

+ [% IF ( loop_received ) %]
@@ -323,50 +282,31 @@ + - - - - - - - - - - [% IF ( totalfreight ) %] - - - - - - [% END %] - [% IF ( gst ) %] - - - - - - [% END %] - - - - - - + + + + + + + + [% FOREACH book_foot IN book_foot_loop %] + + + + + + [% END %] + + + + + [% FOREACH loop_receive IN loop_received %] - [% UNLESS ( loop.odd ) %] - - [% ELSE %] - [% END %] + [% END %] @@ -393,17 +349,21 @@ - - -
- -
- +[% IF (invoiceclosedate) %] + View invoice +[% ELSE %] + + +
+ +
+ +[% END %]
-
+

Filter

@@ -412,28 +372,30 @@
  • - +
  • - +
  • - +
  • [% IF (UNIMARC) %]
  • - +
  • [% END %]
    - - Clear + + + + Clear
    Est cost Actual cost TOTAL
    SUBTOTAL [% totalprice %][% tototal %]
      - Shipping[% totalfreight %]
    -

    - HELP
    - The total at the bottom of the page should be within a few cents of the total for the invoice. -

    -
    Tax rate[% gst %]
    TOTAL[% totalquantity %] [% grandtot %]
    Total tax exc.[% total_gste %]
    Total (GST [% book_foot.gstrate * 100 | format ("%.1f") %]%)[% book_foot.value %]
    Total tax inc.[% total_gsti %]
    [% loop_receive.basketno %] [% loop_receive.ordernumber %] [% loop_receive.title |html %] @@ -384,6 +324,22 @@ [% loop_receive.ecost %] [% loop_receive.unitprice %] [% loop_receive.total %] + [% IF (loop_receive.cannot_cancel) %] + [% span_title = BLOCK %] + Cannot cancel receipt of this order line because it + was created from a partial receipt of order line no. + [% loop_receive.parent_ordernumber %], which is + already received. Try cancelling this one first and + retry. + [% END %] + + Can't cancel receipt + + [% ELSE %] + Cancel receipt + [% END %] +