Closed briodf closed 5 years ago
variable
category_price duration: hh:mm:ss starting_point: hh:mm:ss ending_point: hh:mm:ss
if starting_point= 0: if ending_point=0 price=category_duration if ending_point=!0 time_allocated=category_price_starting_point
if starting_point=!0 if ending_point=0 price=category_price*(duration-starting_point)
if ending_point=!0 price=category_price*(ending_point-starting_point)
variable
category_price duration: hh:mm:ss starting_point: hh:mm:ss ending_point: hh:mm:ss
if starting_point= 0: if ending_point=0 price=category_duration if ending_point=!0 time_allocated=category_price_starting_point
if starting_point=!0 if ending_point=0 price=category_price*(duration-starting_point)
if ending_point=!0 price=category_price*(ending_point-starting_point)