[Koha-bugs] [Bug 13321] Tax and prices calculation rewrite

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Nov 21 17:05:50 CET 2014


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

--- Comment #4 from Jonathan Druart <jonathan.druart at biblibre.com> ---
Created attachment 33792
  -->
http://bugs.koha-community.org/bugzilla3/attachment.cgi?id=33792&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.

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


More information about the Koha-bugs mailing list