Koha/koha-tmpl/intranet-tmpl/prog/en/modules/acqui
Jonathan Druart cb3d6625e8 Bug 14541: Do not truncate tax rate values
Tax rates are stored in decimal(6,4) fields which means that 4 decimals
are allowed.
If a tax rate is 8.42%, it is stored as 0.0842
If a tax rate has more precision than that, Koha won't deal correctly
with it. We will need to update the DB structure.

With this patch, the tax rate will be displayed with the same precision
as in the DB. So if you enter 8.42, you will see 8.42% instead of 8.4%
without this patch.

Test plan:
Do a full acquisition workflow with a tax rate like 8.42% and confirm
that it is correctly displayed.

Signed-off-by: Alex Buckley <alexbuckley@catalyst.net.nz>

Signed-off-by: Nick Clemens <nick@bywatersolutions.com>

Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
2016-12-09 16:29:33 +00:00
..
csv Bug 13321: Csv export - Display rrp and ecost with and without taxes 2016-10-28 13:46:08 +00:00
tables Bug 16752 - Remove the use of event attributes from some acquisitions templates - Funds 2016-09-15 13:56:42 +00:00
acqui-home.tt Bug 15758: Koha::Libraries - Remove GetBranchName 2016-09-08 14:36:01 +00:00
addorder.tt
addorderiso2709.tt Bug 16493: [QA Followup] Restore title and author match as an option, make it the default 2016-11-04 14:08:12 +00:00
ajax.tt
basket.tt Bug 14541: Do not truncate tax rate values 2016-12-09 16:29:33 +00:00
basketgroup.tt Bug 15758: Koha::Libraries - Remove GetBranchesLoop 2016-09-08 14:36:02 +00:00
basketheader.tt Bug 15758: Koha::Libraries - Remove GetBranchesLoop 2016-09-08 14:36:02 +00:00
booksellers.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
cancelorder.tt
edi_ean.tt
edifactmsgs.tt Bug 16738 - Improve EDIFACT messages template 2016-09-09 12:54:56 +00:00
edimsg.tt Bug 16738 - Improve EDIFACT messages template 2016-09-09 12:54:56 +00:00
histsearch.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
invoice-files.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
invoice.tt Bug 14541: Do not truncate tax rate values 2016-12-09 16:29:33 +00:00
invoices.tt Bug 15758: Koha::Libraries - Remove GetBranches 2016-09-08 14:36:03 +00:00
lateorders.tt Bug 17446: Typo seleted 2016-10-11 16:54:10 +00:00
modordernotes.tt
neworderbiblio.tt Bug 7039 - Link to existing record from result list in acquisition search 2016-10-28 16:34:17 +00:00
neworderempty.tt Bug 14541: Do not truncate tax rate values 2016-12-09 16:29:33 +00:00
neworderempty_duplicate.tt
newordersubscription.tt Bug 9896 - Show vendor in subscription search when creating an order for a subscription 2016-09-25 14:09:56 +00:00
newordersuggestion.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
ordered.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
orderreceive.tt Bug 14541: Do not truncate tax rate values 2016-12-09 16:29:33 +00:00
parcel.tt Bug 14541: Do not truncate tax rate values 2016-12-09 16:29:33 +00:00
parcels.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
spent.tt Bug 16241 - Move staff client CSS out of language directory 2016-04-29 13:54:37 +00:00
supplier.tt Bug 14541: Do not truncate tax rate values 2016-12-09 16:29:33 +00:00
transferorder.tt Bug 16752 - Remove the use of event attributes from some acquisitions templates - Transfer order 2016-09-15 13:56:43 +00:00
uncertainprice.tt Bug 16752 [Revised] Remove the use of event attributes from some acquisitions templates - Uncertain prices 2016-09-15 13:56:43 +00:00
z3950_search.tt Bug 15801: Koha::BiblioFrameworks - Remove C4::Koha::getframeworks 2016-10-28 12:04:59 +00:00