[Koha-bugs] [Bug 18267] Update price and tax fields in EDI to reflect DB changes

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Fri Oct 27 15:53:04 CEST 2017


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

--- Comment #30 from Kyle M Hall <kyle at bywatersolutions.com> ---
Created attachment 68710
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=68710&action=edit
Bug 18267 - Record tax rate on receipt from EDI Invoice

As part of the newly introduced price fields there
is also a tax_rate_on_receiving that needs setting.

This records the main tax rate on receipting. Edifact has the
potential to be more complex than Koha allows i.e. the
line amount may be made of different amounts (incorporating
servicing, etc) at different tax rates. This concentrates
on the main tax rate.

The tax rate will be receiced as a percentage value e.g. 20.00
need to convert to a decimal fraction 0.20 as assumed in Koha
calculations

Signed-off-by: Kyle M Hall <kyle at bywatersolutions.com>

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


More information about the Koha-bugs mailing list