[Koha-bugs] [Bug 7183] New: consistency of displays

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Sun Nov 6 07:21:42 CET 2011


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

             Bug #: 7183
           Summary: consistency of displays
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: master
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5 - low
         Component: Architecture, internals, and plumbing
        AssignedTo: gmcharlt at gmail.com
        ReportedBy: paul.poulain at biblibre.com
         QAContact: ian.walls at bywatersolutions.com
            Blocks: 7119


There is no consistency for most displays in Koha. Sometimes, patron
information is displayed
John, Doe +123 45 67 89, New York
sometimes
Doe, John, New York Adult
Sometimes
<b>John Doe</b>
Adult, New York
...

Template Toolkit can help us having a consistent display: we should define
basic objects and how they are displayed is managed in a specific include,
ensuring consistency.
A first list of objects:
* biblio
* biblio+item (location, without availability, like what is displayed in item
bulkmodification, cart,...)
* biblio+item (location and availability like what is displayed in
circulation/hold pages)
* patron

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.


More information about the Koha-bugs mailing list