Bugzilla – Attachment 71278 Details for
Bug 9573
Ability to download items lost report
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 9573: Lost items report - Add a new itemlost_on column
Bug-9573-Lost-items-report---Add-a-new-itemloston-.patch (text/plain), 2.94 KB, created by
Jonathan Druart
on 2018-02-07 14:27:00 UTC
(
hide
)
Description:
Bug 9573: Lost items report - Add a new itemlost_on column
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-02-07 14:27:00 UTC
Size:
2.94 KB
patch
obsolete
>From 00dbfcb205f0e27725fa3d9fce9d7b4123725dbe Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Thu, 5 Oct 2017 16:44:38 -0300 >Subject: [PATCH] Bug 9573: Lost items report - Add a new itemlost_on column >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >This patch adds a new "Lost on" column to the result table > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> > >Signed-off-by: Séverine QUEUNE <severine.queune@bulac.fr> >--- > admin/columns_settings.yml | 2 ++ > koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt | 8 +++++--- > 2 files changed, 7 insertions(+), 3 deletions(-) > >diff --git a/admin/columns_settings.yml b/admin/columns_settings.yml >index 7011052c48..a5047e769f 100644 >--- a/admin/columns_settings.yml >+++ b/admin/columns_settings.yml >@@ -292,6 +292,8 @@ modules: > - > columnname: lostcode > - >+ columnname: itemlost_on >+ - > columnname: barcode > - > columnname: callnumber >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >index de86936943..cfae816aee 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/itemslost.tt >@@ -39,10 +39,11 @@ > <tr> > <th>Title</th> > <th>Author</th> >- <th>Lost code</th> >+ <th>Lost status</th> >+ <th class="title-string">Lost on</th> > <th>Barcode</th> > <th>Call number</th> >- <th>Date last seen</th> >+ <th class="title-string">Date last seen</th> > <th>Price</th> > <th>Rep.price</th> > <th>Library</th> >@@ -61,11 +62,12 @@ > </td> > <td>[% item.biblio.author %]</td> > <td>[% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.itemlost', authorised_value => item.itemlost ) %] >+ <td><span title="[% item.itemlost_on %]"</span>[% item.itemlost_on | $KohaDates %]</span></td> > <td> > <a href="/cgi-bin/koha/catalogue/moredetail.pl?biblionumber=[% item.biblionumber %]" title="[% item.itemnotes %]">[% item.barcode %]</a> > </td> > <td>[% item.itemcallnumber %]</td> >- <td>[% item.datelastseen | $KohaDates %]</td> >+ <td><span title="[% item.datelastseen %]">[% item.datelastseen | $KohaDates %]</span></td> > <td>[% item.price %]</td> > <td>[% item.replacementprice %]</td> > <td>[% Branches.GetName(item.homebranch) %]</td> >-- >2.11.0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 9573
:
68085
|
68086
|
68087
|
68088
|
68089
|
68090
|
68184
|
68283
|
68351
|
68352
|
68353
|
68354
|
68355
|
68356
|
68357
|
68358
|
68398
|
68399
|
68400
|
68401
|
68402
|
68403
|
68404
|
68405
|
71275
|
71276
|
71277
|
71278
|
71279
|
71280
|
71281
|
71282
|
71872
|
71873
|
71874
|
71875
|
71876
|
71877
|
71878
|
71879
|
71880
|
71887
|
71888
|
71889
|
71890
|
71891
|
71892
|
71893
|
71894
|
71895