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=d85fa9c5fbc1e73e63c830a019331041e54c597d;hp=7b0f7ca1e89b306d6836a76ba57ced12aa5ae373;hpb=5432bd488f2cd842f4fece93c42423a3fc26143b;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 7b0f7ca1e8..877d263d73 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/parcel.tt @@ -11,16 +11,20 @@ - [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] - +
@@ -224,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 ) %]
@@ -345,42 +282,27 @@ + - - - - - - - - [% IF ( totalfreight ) %] - - - - - - [% END %] - [% IF ( gst ) %] - - - - - - [% END %] - - - - - - + + + + + + [% FOREACH book_foot IN book_foot_loop %] + + + + + + [% END %] + + + + + [% FOREACH loop_receive IN loop_received %] @@ -402,6 +324,22 @@ + [% END %] @@ -411,17 +349,21 @@ - - -
- -
- +[% IF (invoiceclosedate) %] + View invoice +[% ELSE %] + + +
+ +
+ +[% END %]
-
+

Filter

@@ -430,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.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 %] +