X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Facqui%2Fneworderempty.tt;h=bbcd4e809dc8d88946f9db89ffec6c214d26baf5;hb=5e1f8caf609aa58eabf6f353d12ec25e0e8e23a0;hp=e6464f22ff9c106bc1a9a3849507d156c89e6502;hpb=c9d0c168679d6b225e305b45331e1e86ee4939d1;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt index e6464f22ff..bbcd4e809d 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt @@ -1,14 +1,32 @@ +[% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Koha › Acquisitions › Basket [% basketno %] › [% IF ( ordernumber ) %]Modify order details (line #[% ordernumber %])[% ELSE %]New order[% END %] [% INCLUDE 'doc-head-close.inc' %] +[% INCLUDE 'additem.js.inc' %] + - + [% INCLUDE 'header.inc' %] [% INCLUDE 'acquisitions-search.inc' %] @@ -168,11 +171,13 @@ $(document).ready(function() [% END %] + + [% IF ( basketno ) %]
-
+
Basket details -
    +
      [% IF ( basketnote ) %]
    1. Internal note: [% basketnote %]
    2. [% END %] [% IF ( basketbooksellernote ) %]
    3. Vendor note: [% basketbooksellernote %]
    4. [% END %] [% IF ( basketcontractno ) %] @@ -180,10 +185,10 @@ $(document).ready(function()
    5. Contract name: [% basketcontractname %]
    6. [% END %] [% IF ( authorisedbyname ) %]
    7. Managed by: [% authorisedbyname %]
    8. [% END %] - [% IF ( creationdate ) %]
    9. Open on: [% creationdate %]
    10. [% END %] + [% IF ( creationdate ) %]
    11. Open on: [% creationdate | $KohaDates %]
    12. [% END %] [% IF ( closedate ) %]
      -
    13. Closed on: [% closedate %]
    14. +
    15. Closed on: [% closedate | $KohaDates %]
    16. [% IF ( basketgroups ) %]
    17. Basketgroup:
    18. -
      -
      +
      [% END %] + [% END %] -
    -
+ +
[% END %] -
+
@@ -223,23 +228,20 @@ $(document).ready(function() - - - - - - - + + + [% FOREACH loop_currencie IN loop_currencies %] - + [% END %] +
  1. [% IF ( biblionumber ) %] Title - [% title |html %] + [% title |html %] [% ELSE %] @@ -248,7 +250,7 @@ $(document).ready(function()
  2. [% IF ( biblionumber ) %] Author: - [% author %] + [% author %] [% ELSE %] @@ -257,7 +259,7 @@ $(document).ready(function()
  3. [% IF ( biblionumber ) %] Publisher: - [% publishercode %] + [% publishercode %] [% ELSE %] @@ -266,7 +268,7 @@ $(document).ready(function()
  4. [% IF ( biblionumber ) %] Edition: - [% editionstatement %] + [% editionstatement %] [% ELSE %] @@ -276,7 +278,7 @@ $(document).ready(function()
  5. [% IF ( biblionumber ) %] Publication year: - [% publicationyear %] + [% publicationyear %] [% ELSE %] @@ -285,21 +287,31 @@ $(document).ready(function()
  6. [% IF ( biblionumber ) %] ISBN: - [% isbn %] + [% isbn %] [% ELSE %] [% END %]
  7. + [% IF (UNIMARC) %] +
  8. + [% IF ( biblionumber ) %] + EAN: + [% ean %] + [% ELSE %] + + + [% END %] +
  9. + [% END %]
  10. [% IF ( biblionumber ) %] Series: - [% seriestitle %] + [% seriestitle %] [% ELSE %] [% END %] -
  11. [% UNLESS ( biblionumber ) %] [% IF ( itemtypeloop ) %] @@ -332,54 +344,70 @@ $(document).ready(function()
[% END %] - [% IF ( items ) %] -
- Item - [% IF ( NoACQframework ) %] -
No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used
- [% END %] - - [% FOREACH item IN items %] -
-
-
    [% FOREACH iteminformatio IN item.iteminformation %]
  1. -
    - - - [% iteminformatio.marc_value %] - - - - - - [% IF ( iteminformatio.ITEM_SUBFIELDS_ARE_NOT_REPEATABLE ) %] - + - [% END %] - -
  2. - [% END %] -
- Add - -
-
- - [% END %] -
- [% END %] + [% UNLESS subscriptionid %][% # it is a suggestion, we have not items %] + [% IF (AcqCreateItemOrdering) %] + + + +
+ Item + [% IF ( NoACQframework ) %] +
No ACQ framework, using default. You should create a framework with code ACQ, the items framework would be used
+ [% END %] + +
+ +
+ [% END %][%# UNLESS subscriptionid %] + [% END %][%# IF (AcqCreateItemOrdering) %]
Accounting Details
  1. [% IF ( close ) %] Quantity: - [% quantity %] + [% quantity %] [% ELSE %] - - [% IF ( items ) %] - + + [% IF (AcqCreateItemOrdering) %] + [% IF subscriptionid %] + + [% ELSE %] + + [% END %] [% ELSE %] - + [% IF subscriptionid %] + + [% ELSE %] + + [% END %] [% END %] [% END %] @@ -388,7 +416,7 @@ $(document).ready(function()
  2. [% IF ( close ) %] Fund: - [% Budget_name %] + [% Budget_name %] [% ELSE %] [% currency %] + [% currency %] [% ELSE %] - [% FOREACH loop_currencie IN loop_currencies %] [% IF ( loop_currencie.selected ) %][% ELSE %][% END %][% END %] @@ -421,11 +449,11 @@ $(document).ready(function()
  3. [% IF ( close ) %] - Vendor price: - [% listprice %] + Vendor price: + [% listprice %] [% ELSE %] - + [% END %]
  4. [% UNLESS ( close ) %] @@ -438,62 +466,86 @@ $(document).ready(function() [% END %] [% END %] -
  5. + [% IF ( gst_values ) %] +
  6. + [% IF ( close ) %] + Tax rate: + [% gstrate %]% + [% ELSE %] + + + [% END %] + [% ELSE %] + +
  7. + [% END %] +
  8. + [% IF ( close ) %] - Replacement cost: - [% rrp %] + [% IF ( orderdiscount ) %] + [% orderdiscount_2dp %]% + [% ELSE %] + [% discount_2dp %]% + [% END %] [% ELSE %] - - (adjusted for [% cur_active %]) + [% IF ( orderdiscount ) %] + % + [% ELSE %] + % + [% END %] [% END %]
  9. [% IF ( close ) %] - - + Replacement cost: + [% rrp %] [% ELSE %] - - + + (adjusted for [% cur_active %]) [% END %] - [% IF ( discount_2dp ) %] (adjusted for [% discount_2dp %]% discount) [% END %] -
  10. - [% IF ( GST ) %]
  11. [% IF ( close ) %] - - + + [% ELSE %] - - + + [% END %]
  12. - [% END %]
  13. [% IF ( close ) %] - - + + [% ELSE %] - - (budgeted cost * quantity) + + (budgeted cost * quantity) [% END %]
  14. [% IF ( close ) %] - - + + [% ELSE %] - - + + [% END %]
  15. - +
  16. The 2 following fields are available for your own usage. They can be useful for statistical purposes
    - + [% IF CGIsort1 %] [% ELSE %] - [% END %] +
  17. - + [% IF CGIsort2 %] [% END %] +
  18. -
+
- [% IF ( suggestionid ) %]Cancel[% ELSE %]Cancel[% END %] + + + [% IF (suggestionid) %] + Cancel + [% ELSE %] + [% IF subscriptionid %] + Cancel + [% ELSE %] + Cancel + [% END %] + [% END %]