You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently:
When a person logs a timecard with 12.5% allocation submitted, it's stored and delivered via the Timecard API as .12 with "project_allocation". If total cost per week = project_allocation * proration (based on OOO) then rounding down to .12 from .125, we end up not charging $50.
Expected:
When a person logs 12.5% it's stored and delivered as .125 in the API
The text was updated successfully, but these errors were encountered:
@colinmurphy01 I've opened #1370 to fix this. I just need to test the endpoint and make sure it's actually fixed and try to get #1368 resolved as well since it's kind of blocking pull requests at the moment.
Currently:
When a person logs a timecard with 12.5% allocation submitted, it's stored and delivered via the Timecard API as .12 with "project_allocation". If total cost per week = project_allocation * proration (based on OOO) then rounding down to .12 from .125, we end up not charging $50.
Expected:
When a person logs 12.5% it's stored and delivered as .125 in the API
The text was updated successfully, but these errors were encountered: