Skip to main content
Level 4
April 5, 2024
Solved

Client invoice Round off

  • April 5, 2024
  • 2 replies
  • 10 views

Looks Like, Profile does not have option for Client invoice Round off.

I talked to helpdesk and case is registered for this issue.

Can this be fixed as soon as possible?

If the solution is already available, please let me know the steps.

Thanks.

Vipul k. Thakakr

This topic has been closed for replies.
Best answer by Mario B

Hi Vipul,

 

Thank you for reaching out to us and I apologise you did not hear from us. I have opened a ticket to ensure our developers receive your request.

 

Regards,

Mario

 


And if you would rather not see the .00 at the end , you can do it this way:

 

{if Invoice_Total +0.5 >= Trunc(Invoice_Total+1)}
Total     ${Trunc(Invoice_Total)+1)}
{else}
{if Invoice_Total +0.5 < Trunc(Invoice_Total+1)}
Total  ${Trunc(Invoice_Total)}
{endif} 
    
 

2 replies

Level 11
April 10, 2024

I suppose you are talking about this....?

 

Round off the invoice value to the following: Nearest lower number that is a multiple of the rounding limit specified if the decimal value is less than 0.5. For example, if the invoice value is 125.30, the value is rounded off to 125, and the round-off ledger shows the value (-)0.30.

 

Profile does not support this. I recommend that you send feedback through the Help Menu in Profile then click Send fedback.

 

 

 

Level 4
April 10, 2024

I already send the feedback through Help Menu in Profile.

With my experience so far with Profile help menu feedback submission, I never received any reply / update in any of the suggestions.

Thanks for taking time though.

Level 11
April 12, 2024

Thats correct , you will not receive an answer, the suggestions are reviewed by the Product development team and they decide to implement it or not based on the demand and the resources available and priorities. BUt rest assured that they review it.

Level 4
December 16, 2024

Just curious, if this can be done..!

New Season is approaching and I did not receive any feedback or reply for my message from April 2024.

Not sure, what should be turnaround time from Profile to get back to us with solutions.

Thanks.

Vipul.

Level 11
December 16, 2024

Hi Vipul,

 

 if you read back , I gave you the solution on may 29 th above, you need to personalize your invoice template.

 

Regards,

Mario

Level 4
December 17, 2024

Thanks Mario,

I saw you today's and from May 29 2024 messages and appreciate it as a temporary solution.

I was asking to have this feature in built as a choice in the setup / Option menu in the profile it self so that anyone without software / coding knowledge can use it.

Accountants are not always very good in Coding.

Regards.

Vipul.