Round off difference for sum of time
As en example: An employye has worked 10 minutes with both PayTypeCode 12 and 14. Both of these shall also be reported to 01 when I commit the salary form (https://dataloen-api.zendesk.com/hc/da/articles/115004695425-2-Endpoints-Pre-production-).
1. Sum by minutes
"01", "033" (10m + 10m > "033")
"12", "016" (10m > "016")
"14", "016" (10m > "016")
2. Sum by 1/100th
"01", "032" ("016" + "016" > "032")
"12", "016" (10m > "016")
"14", "016" (10m > "016")
3. One entry of "01" per PayTypeCode
"01", "016" (10m > "016")
"01", "016" (10m > "016")
"12", "016" (10m > "016")
"14", "016" (10m > "016")
Example 1 will not match "01" with the sum of "12" and "13". What is the preferred way? Example 2 or 3?
Log ind for at efterlade en kommentar.
Kommentarer
1 kommentar