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
Attribute | Description | Type |
---|---|---|
id | the unique identifier of that table entity | Integer |
opening_hour_group_id | The id of the opening_hour_group that acts as special timing | Integer |
branch_id | The id of the branch that assigned that special timing. | Integer Array |