An open API service indexing awesome lists of open source software.

https://github.com/youritgroup/openorclosed

Adds an Property Editors to manage standard and special (read holiday) opening/closing times
https://github.com/youritgroup/openorclosed

closing-times nuget umbraco

Last synced: 18 days ago
JSON representation

Adds an Property Editors to manage standard and special (read holiday) opening/closing times

Awesome Lists containing this project

README

        

# Open or Closed for Umbraco

![Open or Closed Logo](https://raw.githubusercontent.com/YourITGroup/OpenOrClosed/master/GithubFiles/Logo/OpenOrClosed_logo.png)

Yet another Business Hours package supporting Umbraco 8.6+

[![OpenOrClosed - CI](https://github.com/YourITGroup/OpenOrClosed/actions/workflows/build.yml/badge.svg)](https://github.com/YourITGroup/OpenOrClosed/actions/workflows/build.yml)
[![OpenOrClosed - Release](https://github.com/YourITGroup/OpenOrClosed/actions/workflows/release.yml/badge.svg)](https://github.com/YourITGroup/OpenOrClosed/actions/workflows/release.yml)

Nuget Packages:

| Package | Version | Downloads |
| -- | -- | -- |
| OpenOrClosed | [![NuGet release](https://img.shields.io/nuget/v/OpenOrClosed.svg)](https://www.nuget.org/packages/OpenOrClosed/) | [![NuGet release](https://img.shields.io/nuget/dt/OpenOrClosed.svg)](https://www.nuget.org/packages/OpenOrClosed/) |
| OpenOrClosed.Core | [![NuGet release](https://img.shields.io/nuget/v/OpenOrClosed.Core.svg)](https://www.nuget.org/packages/OpenOrClosed.Core/) | [![NuGet release](https://img.shields.io/nuget/dt/OpenOrClosed.Core.svg)](https://www.nuget.org/packages/OpenOrClosed.Core/) |

Umbraco Package: [![Our Umbraco project page](https://img.shields.io/badge/our-umbraco-orange.svg)](https://our.umbraco.org/projects/backoffice-extensions/open-or-closed)

Adds Property Editors to manage standard and special (read holiday) opening/closing times

The OpenOrClosed.Core nuget package can be used in Core projects to add support for ModelsBuilder generated Content Models.

Inspired by the Dexmoor BusinessHours package, this one uses the built-in date and time picker and targets Umbraco 8.6+

There are two nuGet packages:

* OpenOrClosed - DataType Definitions and Property Editors for the Umbraco Back-Office
* OpenOrClosed.Core - PropertyValueConverters for use with ModelsBuilder to provide strongly typed models.

## Property Editors

### Standard Business Hours

Monday through to Sunday and optionally Bank Holidays, set each day Open or Closed with multiple ranges of times in either 24- or 12-hour time. Each time range can be flagged with "By Appointment".

### Special Business Hours

Adds the ability to specify specific dates, with the same set of features for Standard Business Hours.

## Change Log

### Version 2.0.6

UI Improvements and the ability to reverse open/closed status.

### Version 2.0.5

Special thanks to [Lasse Dollis Spilling](https://github.com/lassespilling) for his Comments contribution and cleanup

* Adds comments for each entry in Standard and Special Hours
* Added option to have all hours optional optional, not just closing hours.
* Fixed bug on updating Time pickers
* Cleaned up layout

### Version 2.0.1

* Standard Hours now reflect the current week for the OpensAt and ClosesAt lists

### Version 2.0.0

* Supports Umbraco 10+ only - for Umbraco 8 or 9 install version 1.1.0
* Hours are now optional, allowing for a Days Open/Closed facility without the need to specify times.
* Special Days can now be default to closed when added.
* System.DayOfWeek is now included in the StandardHours View Model, assisting with the ability to render a localised Day.

### Version 1.1.0

* Closed Times can now be made optional by configuration (breaking change)

### Version 1.0.0

* Supports Umbraco 8+

### Version 0.2.2 ***Potential BREAKING Change***

* Changes the Hours from string to DateTime in the View Model to enable better localisation support.

### Version 0.2.1

* Removes the Id property from the View Models since it's no longer populated anyway.

### Version 0.2.0

* Removes the Id property from the editor as it's redundant

## Sample Web project

* Uses SqlCe database - username is "**[email protected]**"; password is "**Password123**"
* Umbraco 8.7.0

## Logo

The package logo uses the "open hours" (by Gregor Cesnar) icon from the Noun Project, licensed under CC BY 3.0 US.