[Koha-bugs] [Bug 35114] New: Total on basketgroup can be different than basket details total

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 20 10:04:32 CEST 2023


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=35114

            Bug ID: 35114
           Summary: Total on basketgroup can be different than basket
                    details total
 Change sponsored?: ---
           Product: Koha
           Version: master
          Hardware: All
                OS: All
            Status: NEW
          Severity: trivial
          Priority: P5 - low
         Component: Acquisitions
          Assignee: koha-bugs at lists.koha-community.org
          Reporter: thibaud.guillot at biblibre.com
        QA Contact: testopia at bugs.koha-community.org

Hello :)

This patch aims rather to clarify and avoid display errors concerning the total
of the basket. When totals are displayed on the basketgroup.pl view the total
is calculated relative to the rounded estimated cost (ecost) - tax included or
excluded.

While on the basket.pl view in detail, the logic is to take the unit price (tax
included or excluded) OR then the estimated cost - tax included or excluded. 

This can cause a slight difference of cents depending on whether the unit price
is calculated or not compared to the estimated price calculated. All this
depending on the rounding or not of the third decimal for the fields not
calculated (OrderPriceRounding activated or not).

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


More information about the Koha-bugs mailing list