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

Julian Maurice <julian.maur...@biblibre.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #51646|0                           |1
        is obsolete|                            |

--- Comment #72 from Julian Maurice <julian.maur...@biblibre.com> ---
Created attachment 55418
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=55418&action=edit
Bug 13321: Tax and prices calculation - DB Changes

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

The new columns are filled with the previous calculation method.

Signed-off-by: Laurence Rault <laurence.ra...@biblibre.com>

Signed-off-by: Francois Charbonnier <francois.charbonn...@inlibro.com>

Signed-off-by: Sonia Bouis <sonia.bo...@univ-lyon3.fr>

-- 
You are receiving this mail because:
You are watching all bug changes.
_______________________________________________
Koha-bugs mailing list
Koha-bugs@lists.koha-community.org
http://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs
website : http://www.koha-community.org/
git : http://git.koha-community.org/
bugs : http://bugs.koha-community.org/

Reply via email to