[Koha-bugs] [Bug 5342] Serial claiming improvements

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Jun 18 11:59:23 CEST 2012


http://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=5342

Jonathan Druart <jonathan.druart at biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|Failed QA                   |Needs Signoff

--- Comment #34 from Jonathan Druart <jonathan.druart at biblibre.com> ---
(In reply to comment #33)

Hi Katrin, thank for your tests !

> 1,4 and 5)
My test seems good.
Could you test the following procedure please:
1/ Create a notice with

=== BEGIN ===
<<LibrarianFirstname>>
<<LibrarianSurname>>
<<LibrarianEmailaddress>>

<order>
<<biblio.title>> <<biblio.author>> (<<biblio.serial>>)
</order>
=== END ===

and don't select the checkbox "HTML message". (note the "order" tag could be
"whatever")

2/ Claim 2 serials.

My result:

=== BEGIN ===
firstname
joubu_admin
my_email at example.org

Title1 author1 (1)
Title2 author2 (2)
=== END ===

3/ Edit the letter and mark it as "HTML message"
with :

=== BEGIN ===
<<LibrarianFirstname>>
<<LibrarianSurname>>
<<LibrarianEmailaddress>>

<ul>
<li><<biblio.title>> <<biblio.author>> (<<biblio.serial>>)</li>
</ul>
=== END ===

4/ make claims.
My result:

=== BEGIN ===
firstname
joubu_admin
my_email at example.org

<ul>
<li>Title1 author1 (1)</li>
<li>Title2 author2 (2)</li>
</ul>
=== END ===

It seems works as expected.

> 2) The date columns are not sorting correctly - only noting, i think that
> can be fixed later when introducing datatables?
Yes, later :)

> 3) CSV export has supplier, title, issue number and late since. Ideally it
> should also show library, status, claim count and claim date.
It's not the goal of this patch. It does not modify the export feature.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list