Branch Special Timings

A Branch Special Timing in T-Gate is a feature that allows for the assignment of special operating hours to multiple branches. This is managed through a many-to-many relation between opening hour groups and branches. It enables branches to have special timings for specific occasions, events, or seasons, distinct from their regular operating hours.

For more details on the hierarchical structure and how different entities relate to each other, please refer to General → Opening Hours Guides.

Model Attributes

AttributeDescriptionType
idthe unique identifier of that table entityInteger
opening_hour_group_idThe id of the opening_hour_group that acts as special timingInteger
branch_idThe id of the branch that assigned that special timing.Integer Array