Some numbers are stored as decimal points and some are stored as hourly formats on your system.
These different numbers are used for different calculations, for reports, rounding rules, etc..
To spot the difference between decimal and hourly numbers, you can look for the following identifiers:
- if the number has a colon, it is an hourly number, for example, 07:00
- If the number has a decimal point, it is a decimal number, for example, 7.0.
You can also see what this looks like on the system using the following examples:
- Hours:

- Decimal:

Comments
0 comments
Please sign in to leave a comment.