[Koha-bugs] [Bug 13321] Fix tax and prices calculation

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Dec 9 10:38:00 CET 2016


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

Zeno Tajoli <z.tajoli at cineca.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Text to go in the|                            |Now the method where the
      release notes|                            |prices are calculated uses
                   |                            |the equations listed on the
                   |                            |wiki page
                   |                            |(http://wiki.koha-community
                   |                            |.org/wiki/GST_Rewrite_RFC).
                   |                            |The idea is to create
                   |                            |additional DB fields to
                   |                            |store value tax included
                   |                            |and tax excluded.
                   |                            |This
                   |                            |patch adds 7 columns to the
                   |                            |aqorders table:
                   |                            |*
                   |                            |unitprice_tax_excluded *
                   |                            |unitprice_tax_included
                   |                            |*
                   |                            |rrp_tax_excluded       *
                   |                            |rrp_tax_included
                   |                            |*
                   |                            |ecost_tax_excluded     *
                   |                            |ecost_tax_included
                   |                            |*
                   |                            |tax_value
                   |                            |It also renames:
                   |                            |* aqorders.gstrate with
                   |                            |aqorders.tax_rate
                   |                            |*
                   |                            |aqbooksellers.gstrate with
                   |                            |aqbooksellers.tax_rate
                   |                            |Check your SQL reports on
                   |                            |tax and price.
                 CC|                            |z.tajoli at cineca.it

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


More information about the Koha-bugs mailing list