Skip to main content
Question

Billing rule set-up

  • February 26, 2025
  • 2 replies
  • 18 views

We are a professional services company and we have a unique billing rule that we have to set-up, but I am not sure how to do this. We are still in the implementation phase of Acumatica.

The rule that I have to set-up is the following:

If the employee works 5 hours or more a day, then we would bill a fixed rate of $5,000. If they worked less than 5 hours a day then we would bill their time at their “normal” billing rate.

Anyone have an idea on how to set this up?

Thank you.

2 replies

hdussa
Jr Varsity I
Forum|alt.badge.img
  • Jr Varsity I
  • 99 replies
  • February 26, 2025

Hello ​@CiskaB ,

I would try using the formula in the Line Amount Formula field. Customizing the run billing action code will be the least difficult option.

= IIf ([PMTran.BillableQty] > 5, Cdbl(5000), [PMTran.ProjectCuryAmount])

Hope this helps!


  • Author
  • Freshman I
  • 1 reply
  • February 26, 2025

Thank you, ​@hdussa! I will definitely try it. 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings