Hi All,
we can generate report on all posted sales invoices except one invoice.
Can you please suggest any solution.
Hi All,
we can generate report on all posted sales invoices except one invoice.
Can you please suggest any solution.
Hi,
Like Nitin Verma said, it's a conversion error.
Somewhere in the code, there's a decimal (value 4.75) that is being placed into a Integer variable.
but without the proper conversion.
So the error is just saying that 4.75 can't be placed in that integer datatype.
You need to connect with your Developer to resolve that issue, its a kind of Integer variable which is trying to convert in Decimal in the same report.
André Arnaud de Cal... 291,391 Super User 2024 Season 2
Martin Dráb 230,445 Most Valuable Professional
nmaenpaa 101,156