https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=18267
--- Comment #30 from Kyle M Hall <[email protected]> --- 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 <[email protected]> -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] 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/
