When we have a purchase command of 3 elements, and we select distribution by percentage in the account assignement part, it automatically attributes 33.3 for each line.
But 33.3 * 3 gives only 99.9 and not 100. How to allocate to have 100% correctly?
The solution would be to allocate 33.333% for each item, but there is only one decimal.
Thank you for your help !