[koha-commits] main Koha release repository branch new/bug_5343 created. v3.12.00-alpha2-158-g44d285b

Git repo owner gitmaster at git.koha-community.org
Sat Mar 23 04:52:39 CET 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, new/bug_5343 has been created
        at  44d285b1c56503cffe20f5fe8a47e58363acb2d9 (commit)

- Log -----------------------------------------------------------------
commit 44d285b1c56503cffe20f5fe8a47e58363acb2d9
Author: Jared Camins-Esakov <jcamins at cpbibliography.com>
Date:   Fri Mar 22 23:56:51 2013 -0400

    Bug 5343: Increment version number
    
    Database update for bug 5343 has been given version 3.11.00.116

commit de93edb6a54419e958c7e97648da3326b859026f
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 22 11:40:02 2013 +0100

    Bug 5343: Fix non english string
    
    Replace "Not orderable" with "Cannot be ordered"
    and 3 others typos
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    All tests and QA script pass.
    
    Testing notes:
    - Ordered same subscription multiple times
    - Tried different settings of AcqCreateItem for a full
      workflow from order to receive
    - Undid a receipt and checked correct behaviour
    - Ordered a book in between, to see item creation and
      receiving still works.
    
    Note for documentation:
    Acquisition details on the subscription only show the
    last invoice and the last order. You can of course find
    all orders/invoices using the acquisition search.
    
    Overall very nice much needed functionality!
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 7f9c747a3c8c4711d3f2e909677a6a049dd3d95d
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 22 11:40:02 2013 +0100

    Bug 5343: Fix non english string
    
    Replace "Not orderable" with "Cannot be ordered"
    
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 3aef36106541974f0897b68f469a69ea72742642
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Fri Mar 22 10:46:49 2013 +0100

    Bug 5343: Followup: remove useless string on the serials result page
    
    Signed-off-by: Leila Arkab <koha.aixmarseille at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 8e978c7ce0edd51ee52ffb977dd1361ae3177311
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Thu Mar 21 15:16:09 2013 +0100

    Bug 5343: It is not possible to add a subscription for another supplier
    
    If a supplier is defined for a subscription, you cannot order this
    subscription to another supplier. If no supplier is defined, you can.
    
    FIX: If a cancelled order is linked to a subscription, you can order it.
    
    Signed-off-by: Leila Arkab <koha.aixmarseille at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit 5eceb4706ba8ea16bf655a5e9a24ecfc5f90e2c2
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 20 13:44:25 2013 +0100

    Bug 5343: Followup: invoicenumber no longer exists, use invoiceid.
    
    A previous patch replaces invoicenumber with invoiceid.
    
    Signed-off-by: Leila Arkab <koha.aixmarseille at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit bd83d0531685b5cce3ed7de6c9b12744d9245c9e
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Wed Mar 20 10:55:49 2013 +0100

    Bug 5343: Followup FIX quantity received if items are created when receiving
    
    For subscriptions, if items are created when receiving, the quantity
    received is always 1, not 0.
    
    + UI: Show the subscription search form (instead of hidden)
    
    Signed-off-by: Leila Arkab <koha.aixmarseille at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

commit ed63c139576138e870211dddf327227f2b824fac
Author: Jonathan Druart <jonathan.druart at biblibre.com>
Date:   Tue Oct 23 12:13:16 2012 +0200

    Bug 5343: Link serial and acqui modules
    
    DB changements:
    - Adds 2 fields: subscription.reneweddate and aqorders.subscriptionid.
    - Removes 2 unused fields: aqorders.serialid and aqorders.subscription.
    
    Main test plan:
    1) Create a subscription
    2) Create a bookseller and a basket
    3) Add a new order 'from a subscription'
    4) Search your subscription and check if results are correct
    5) Click on the "order" link
    6) Check the biblio information are filled in the form
    7) Select a budget and fill some price information.
    8) retry steps 3 and 4. Verify you cannot order the same subscription.
    Message:Outstanding order (only one order per subscription is allowed).
    9) click on your subscription (already added) and check you have a new
    table "Acquisition details" with your price information in the "Ordered
    amount" line.
    10) receive this order
    11) On your subscription detail page, the "Spent amount" line must be
    filled with your price information.
    12) Re order the same subscription. Now you are allowed to. Prices
    information have to be filled with the previous information.
    13) Retry some orders and click on a maximum of links in order to find a
    bug :)
    
    Signed-off-by: Leila Arkab <koha.aixmarseille at gmail.com>
    Signed-off-by: Katrin Fischer <Katrin.Fischer.83 at web.de>
    Comments on last patch.
    Signed-off-by: Jared Camins-Esakov <jcamins at cpbibliography.com>

-----------------------------------------------------------------------


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list