[Koha-bugs] [Bug 6721] New: Add Basket number and Invoice number search

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Mon Aug 15 02:00:38 CEST 2011


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

             Bug #: 6721
           Summary: Add Basket number and Invoice number search
    Classification: Unclassified
 Change sponsored?: ---
           Product: Koha
           Version: rel_3_6
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Acquisitions
        AssignedTo: henridamien at koha-fr.org
        ReportedBy: srdjan at catalyst.net.nz
         QAContact: koha-bugs at lists.koha-community.org


* To the Acquisitions quick Order Search bar add a plus sign (like on patron
search) that expands to show two new search boxes
          o Basket:  searches aqbasket.basketname or aqbasket.basketno
          o Invoice:  searches aqorder.booksellerinvoicenumber
    * To the Acquisitions Advanced Order Search
(/cgi-bin/koha/acqui/histsearch.pl) add two more search options
          o Basket:  as defined above
          o Invoice: as defined above
    * The search should return Orders from both open and closed baskets
    * The search should return Orders that have both been received and are yet
unreceived.
    * Searches terms should mix together using Boolean “AND”

How to test:

    * Enter six baskets, “BasketA” through “BasketF” for a specific vendor with
two items in each basket
          o Close BasketA though BasketC
          o Leave one the other three open
          o Note the Basket numbers on all six
    * Receive one item each of BasketA and BasketD on “Invoice1”
    * Receive two items each of BasketB and BasketE on “Invoice2”
    * Search for each basket name using the quick order search
          o The two orders for each basket searched should be returned every
time
    * Repeat the searches above, only with the appropriate basket number
instead of basket name
          o Results should be the same
    * Search for “Invoice1”
          o Should return both Orders received on Invoice1
    * Search for “Invoice2” and BasketB
          o Should return both Orders from BasketB received on Invoice2
    * Search for “Invoice2” and a title of one of the items ordered in BasketB
          o Should return only that Order
    * Search for “BasketA” and one of the titles ordered in BasketA
          o Should return only that title

-- 
Configure bugmail: http://bugs.koha-community.org/bugzilla3/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA Contact for the bug.


More information about the Koha-bugs mailing list