This commit is contained in:
2021-08-13 16:00:23 +00:00
parent c58b981c6a
commit 26f6ee84b9

View File

@@ -522,8 +522,6 @@ todo:2 many biz objects are not using new PUT methodology
CURRENTLY DOING: Import workorders v8 migrate
todo: can't connect to helloayanova.com server to do migrate
maybe it's the tls level setting thingy in code that needs adjusting just like license fetch code for ayanova?
todo: sb able to copy the url from help about in v8 ui and use for migrate easily, just copy and paste so it should handle the api v8 shit at end of it
@@ -544,6 +542,7 @@ todo: calculations at server are off from v7 to v8
(the tax internal value is 8.925 in v8 and 8.93 in v7 due to bankers rounding)
so the likely solution is to apply bankers rounding to the calcs, however there maybe implications when it comes to things like crypto values etc
so need to determine carefully
net = decimal.Round(quantity * price, 2, MidpointRounding.AwayFromZero);
issues: v7 used "Bankers rounding" which is round up if midway so some totals in v8 will be lower than the v7 source record by 1cent.
v8 doesn't yet use bankers rounding but will soon to match v7