X-Git-Url: http://git.rot13.org/?a=blobdiff_plain;f=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Ftools%2Finventory.tt;fp=koha-tmpl%2Fintranet-tmpl%2Fprog%2Fen%2Fmodules%2Ftools%2Finventory.tt;h=1052714e268973da258bb918151dc510b27e823a;hb=0313856d9a1a9c0c002da0aead8c8516b51e1c11;hp=424928f8d94692de3b3d8f62f23f24fb65051d17;hpb=8ae61b6a2a6b2c6e27f33d1d32e1849265782530;p=koha.git diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt index 424928f8d9..1052714e26 100644 --- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt +++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt @@ -1,30 +1,72 @@ [% INCLUDE 'doc-head-open.inc' %] Koha › Tools › Inventory [% INCLUDE 'doc-head-close.inc' %] + + + [% INCLUDE 'calendar.inc' %] @@ -32,34 +74,33 @@ $(document).ready(function(){ [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %] - +
- +
-
-
+
+

Inventory/Stocktaking

- [% IF ( Number ) %]
[% Number %] items modified : datelastseen set to [% date %]
[% END %] - [% IF ( errorfile ) %]
[% errorfile %] can't be opened
[% END %] - [% FOREACH errorloo IN errorloop %] + [% IF (moddatecount) %]
[% moddatecount %] items modified : datelastseen set to [% date %]
[% END %] + [% IF (errorfile) %]
[% errorfile %] can't be opened
[% END %] + [% FOREACH error IN errorloop %]
- [% errorloo.barcode %] - [% IF ( errorloo.ERR_BARCODE ) %]: barcode not found[% END %] - [% IF ( errorloo.ERR_WTHDRAWN ) %]: item withdrawn[% END %] - [% IF ( errorloo.ERR_ONLOAN_RET ) %]: item was on loan. It was returned before marked as seen[% END %] - [% IF ( errorloo.ERR_ONLOAN_NOT_RET ) %]: item was on loan. couldn't be returned.[% END %] + [% error.barcode %] + [% IF (error.ERR_BARCODE) %]: barcode not found[% END %] + [% IF (error.ERR_WTHDRAWN) %]: item withdrawn[% END %] + [% IF (error.ERR_ONLOAN_RET) %]: item was on loan. It was returned before marked as seen[% END %] + [% IF (error.ERR_ONLOAN_NOT_RET) %]: item was on loan. couldn't be returned.[% END %]
[% END %] - [% UNLESS ( loop ) %] -
+ [% UNLESS op %] +
Use a barcode file -
    +
    1. -
    2. -
      [% INCLUDE 'date-format.inc' %]
      +
@@ -81,43 +122,43 @@ $(document).ready(function(){ [% END %] - [% IF ( authorised_values ) %] + [% IF (authorised_values) %]
  • [% END %]
  • - + (items.itemcallnumber)
  • - [% IF ( statuses ) %] - - + [% IF (statuses) %] + +
    Item statuses
    - [% FOREACH statuse IN statuses %] - [% IF ( statuse.values ) %] + [% FOREACH status IN statuses %] + [% IF (status.values) %]
    - [% statuse.fieldname %] -
      - [% FOREACH value IN statuse.values %] - [% IF ( value.lib ) %]
    • + [% status.fieldname %] +
        + [% FOREACH value IN status.values %] + [% IF (value.lib) %]
      • - +
      • [% END %] [% END %]
      @@ -126,25 +167,19 @@ $(document).ready(function(){ [% END %]
    -
    +
      [% END %]
    1. - -
      [% INCLUDE 'date-format.inc' %]
      +
    2. - [% IF ( ignoreissued ) %] + [% IF (ignoreissued) %]
    3. [% ELSE %] [% END %] -
    4. - items
    5. -
    6. - -
    7. @@ -158,10 +193,10 @@ $(document).ready(function(){
    8. -
    -
    - [% END %] - [% IF ( loop ) %] +
    +
    + [% END %] + [% IF (op) %]
    @@ -171,74 +206,65 @@ $(document).ready(function(){ - - + +
    + + + + + - [% FOREACH loo IN loop %] + + + [% FOREACH result IN loop %] + + + + [% END %] +
    Seen BarcodeLocation TitleStatusLostDamaged Unseen since Problems
    - + - [% loo.barcode %] + [% result.barcode | html %] -

    [% loo.itemcallnumber %] - [% loo.title |html %]

    -

    [% loo.author %]

    + [% result.homebranch | html %] [% result.location | html %] [[% result.itemcallnumber | html %]]
    -

    [% loo.datelastseen %]

    +

    [% result.title | html %]

    [% result.author | html %]

    - [% IF ( loo.notfoundbarcode ) %] -

    Not found among barcodes in barcodes file.

    - [% ELSIF ( loo.notfoundkoha ) %] -

    Not found in Koha.

    - [% ELSE %] -

    None

    - [% END %] + [% result.notforloan | html %] +
    + [% result.itemlost | html %] + + [% result.damaged | html %] + + [% result.datelastseen | html %] + + [% IF (result.wrongplace) %]

    Item should not have been scanned

    [% ELSIF (result.missingitem) %]

    Item missing

    [% ELSIF (result.changestatus) %]

    Change item status

    [% END %]
    - - -
    - [% IF ( offset ) %] -
    - - - - - - - - - - -
    - [% END %] - [% IF ( nextoffset ) %] -
    - - - - - - - - - - +
    +

    + + + +
    +
    - [% END %] + [% END %]