web
You’re offline. This is a read only version of the page.
close
  • Remove the rule to throw error on "End Time cannot be before Estimated Arrival Time"

    Currently, there is hard-coded rule to prevent any booking's completion if End Time happens to be before the value (Date/Time) in Estimated Arrival Time. This rule should be optional based on the business use-cases because, in some instances, it is possible for a tech to arrive early and finish the booking. Due to 'hard-coded nature of this rule, the only way to avoid this is to circumvent it by creating another field or using a plugin etc.