Shift 2
Author: h | 2025-04-25
2. Rotating shift. The Rotating Shift Schedule makes teams working the day shift during a cycle work the night shift in the next cycle. And the team performing the night shift will be in charge of the day shift in the following cycle and so on. This rotating schedule is also called the 2-2 3-2 2-2 work schedule. Here’s the schedule the first team will follow in this rotational shift Ctrl Shift 1. Ctrl Shift 1. Format as decimal. Ctrl Shift 2. Ctrl Shift 2. Format as time. Ctrl Shift 3. Ctrl Shift 3. Format as date. Ctrl Shift 4. Ctrl Shift
SHIFT 2 UNLEASHED Download - SHIFT 2 Unleashed sets
PARTNER_DATA_FILE=$2 shift fi ;; -it | --installation_type ) if [ "$2" != "" ]; then INSTALLATION_TYPE=$(echo "$2" | awk '{print toupper($0)}'); shift fi ;; -ms | --makeswap ) if [ "$2" != "" ]; then MAKESWAP=$2 shift fi ;; -ht | --helptarget ) if [ "$2" != "" ]; then HELP_TARGET=$2 shift fi ;; -mysqlprt | --mysqlport ) if [ "$2" != "" ]; then MYSQL_PORT=$2 shift fi ;; -mysqld | --mysqldatabase ) if [ "$2" != "" ]; then MYSQL_DATABASE=$2 shift fi ;; -mysqlmd | --mysqlmaildatabase ) if [ "$2" != "" ]; then MYSQL_MAIL_DATABASE=$2 shift fi ;; -mysqlmp | --mysqlmailpassword ) if [ "$2" != "" ]; then MYSQL_MAIL_ROOT_PASSWORD=$2 shift fi ;; -mysqlmu | --mysqlmailuser ) if [ "$2" != "" ]; then MYSQL_MAIL_USER=$2 shift fi ;; -mysqlru | --mysqlrootuser ) if [ "$2" != "" ]; then MYSQL_ROOT_USER=$2 shift fi ;; -mysqlrp | --mysqlrootpassword ) if [ "$2" != "" ]; then MYSQL_ROOT_PASSWORD=$2 shift fi ;; -mysqlu | --mysqluser ) if [ "$2" != "" ]; then MYSQL_USER=$2 shift fi ;; -mysqlp | --mysqlpassword ) if [ "$2" != "" ]; then MYSQL_PASSWORD=$2 shift fi ;; -mysqlh | --mysqlhost ) if [ "$2" != "" ]; then MYSQL_HOST=$2 shift fi ;; -skiphc | --skiphardwarecheck ) if [ "$2" != "" ]; then SKIP_HARDWARE_CHECK=$2 shift fi ;; -skipvc | --skipversioncheck ) if [ "$2" != "" ]; then SKIP_VERSION_CHECK=$2 shift fi ;; -skipdc | --skipdomaincheck ) if [ "$2" != "" ]; then SKIP_DOMAIN_CHECK=$2 shift fi ;; -cp | --communityport ) if [ "$2" != "" ]; then COMMUNITY_PORT=$2 shift fi ;; -mk | --machinekey ) if [ "$2" != "" ]; then CORE_MACHINEKEY=$2 shift fi ;; -esi | --elasticsearchimage ) if [ "$2" != "" ]; then ELASTICSEARCH_IMAGE_NAME=$2 shift fi ;; -esv | --elasticsearchversion ) if [ "$2" != "" ]; then ELASTICSEARCH_VERSION=$2 shift fi ;; -esh | --elasticsearchhost ) if [ "$2" != "" ]; then ELASTICSEARCH_HOST=$2 shift fi ;; -ies | --installelasticsearch ) if [ "$2" != "" ]; then INSTALL_ELASTICSEARCH=$2 shift fi ;; -esp | --elasticsearchport ) if [ "$2" != "" ]; then ELASTICSEARCH_PORT=$2 shift fi ;; -je | --jwtenabled ) if [ "$2" != "" ]; then JWT_ENABLED=$2 shift fi ;; -jh | --jwtheader ) if [ "$2" != "" ]; then JWT_HEADER=$2 shift fi ;; -js | --jwtsecret ) if [ "$2" != "" ]; then JWT_SECRET=$2 shift fi ;; -? | -h | --help ) echo " Usage: bash $HELP_TARGET [PARAMETER] [[PARAMETER], ...]" echo echo " Parameters:" echo " -ci, --communityimage community image name or .tar.gz file path" echo " -di, --documentimage document image name or .tar.gz file path" echo " -mi, --mailimage mail image name or .tar.gz file path" 2. Rotating shift. The Rotating Shift Schedule makes teams working the day shift during a cycle work the night shift in the next cycle. And the team performing the night shift will be in charge of the day shift in the following cycle and so on. This rotating schedule is also called the 2-2 3-2 2-2 work schedule. Here’s the schedule the first team will follow in this rotational shift Ctrl Shift 1. Ctrl Shift 1. Format as decimal. Ctrl Shift 2. Ctrl Shift 2. Format as time. Ctrl Shift 3. Ctrl Shift 3. Format as date. Ctrl Shift 4. Ctrl Shift #!/bin/bash# (c) Copyright Ascensio System Limited 2010-2021# Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License.# You may obtain a copy of the License at# Unless required by applicable law or agreed to in writing,# software distributed under the License is distributed on an "AS IS" BASIS,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.# See the License for the specific language governing permissions and limitations under the License.# You can contact Ascensio System SIA by email at sales@onlyoffice.comDISK_REQUIREMENTS=40960;MEMORY_REQUIREMENTS=8000;CORE_REQUIREMENTS=4;PRODUCT="onlyoffice";BASE_DIR="/app/$PRODUCT";NETWORK="$PRODUCT";SWAPFILE="/${PRODUCT}_swapfile";MACHINEKEY_PARAM=$(echo "${PRODUCT}_CORE_MACHINEKEY" | awk '{print toupper($0)}');COMMUNITY_CONTAINER_NAME="onlyoffice-community-server";DOCUMENT_CONTAINER_NAME="onlyoffice-document-server";MAIL_CONTAINER_NAME="onlyoffice-mail-server";CONTROLPANEL_CONTAINER_NAME="onlyoffice-control-panel";ELASTICSEARCH_CONTAINER_NAME="onlyoffice-elasticsearch";MYSQL_CONTAINER_NAME="onlyoffice-mysql-server";COMMUNITY_IMAGE_NAME="onlyoffice/communityserver";DOCUMENT_IMAGE_NAME="onlyoffice/documentserver-ee";MAIL_IMAGE_NAME="onlyoffice/mailserver";CONTROLPANEL_IMAGE_NAME="onlyoffice/controlpanel";ELASTICSEARCH_IMAGE_NAME="onlyoffice/elasticsearch";MYSQL_IMAGE_NAME="mysql";COMMUNITY_VERSION="";DOCUMENT_VERSION="";MAIL_VERSION="";CONTROLPANEL_VERSION="";ELASTICSEARCH_VERSION="7.16.3";MYSQL_VERSION="5.5";DOCUMENT_SERVER_HOST="";ELASTICSEARCH_PORT="9200";MAIL_SERVER_API_HOST="";MAIL_SERVER_DB_HOST="";MAIL_IMAPSYNC_START_DATE="$(date +"%Y-%m-%dT%H:%M:%S")";MAIL_DOMAIN_NAME="";DIST="";REV="";KERNEL="";UPDATE="false";HUB="";USERNAME="";PASSWORD="";INSTALL_COMMUNITY_SERVER="true";INSTALL_DOCUMENT_SERVER="true";INSTALL_MAIL_SERVER="true";INSTALL_ELASTICSEARCH="true";INSTALL_CONTROLPANEL="true";USE_AS_EXTERNAL_SERVER="false";PARTNER_DATA_FILE="";INSTALLATION_TYPE="WORKSPACE_ENTERPRISE";MAKESWAP="true";RESTART_COMMUNITY_SERVER="false";MOVE_COMMUNITY_SERVER_DATABASE="false";ACTIVATE_COMMUNITY_SERVER_TRIAL="false";MYSQL_PORT="3306";MYSQL_DATABASE="$PRODUCT";MYSQL_MAIL_DATABASE="${PRODUCT}_mailserver";MYSQL_MAIL_ROOT_PASSWORD="Isadmin123";MYSQL_MAIL_USER="mail_admin";MYSQL_ROOT_USER="root";MYSQL_ROOT_PASSWORD="my-secret-pw";MYSQL_USER="${PRODUCT}_user";MYSQL_PASSWORD="${PRODUCT}_pass";MYSQL_HOST="";HELP_TARGET="install.sh";JWT_ENABLED="";JWT_SECRET="";CORE_MACHINEKEY="";SKIP_HARDWARE_CHECK="false";SKIP_VERSION_CHECK="false";SKIP_DOMAIN_CHECK="false";COMMUNITY_PORT=80;while [ "$1" != "" ]; do case $1 in -ci | --communityimage ) if [ "$2" != "" ]; then COMMUNITY_IMAGE_NAME=$2 shift fi ;; -di | --documentimage ) if [ "$2" != "" ]; then DOCUMENT_IMAGE_NAME=$2 shift fi ;; -mi | --mailimage ) if [ "$2" != "" ]; then MAIL_IMAGE_NAME=$2 shift fi ;; -cpi | --controlpanelimage ) if [ "$2" != "" ]; then CONTROLPANEL_IMAGE_NAME=$2 shift fi ;; -mysqli | --mysqlimage ) if [ "$2" != "" ]; then MYSQL_IMAGE_NAME=$2 shift fi ;; -dip | --documentserverip ) if [ "$2" != "" ]; then DOCUMENT_SERVER_HOST=$2 shift fi ;; -mip | --mailserverip ) if [ "$2" != "" ]; then MAIL_SERVER_API_HOST=$2 shift fi ;; -mdbip | --mailserverdbip ) if [ "$2" != "" ]; then MAIL_SERVER_DB_HOST=$2 shift fi ;; -cv | --communityversion ) if [ "$2" != "" ]; then COMMUNITY_VERSION=$2 shift fi ;; -dv | --documentversion ) if [ "$2" != "" ]; then DOCUMENT_VERSION=$2 shift fi ;; -mv | --mailversion ) if [ "$2" != "" ]; then MAIL_VERSION=$2 shift fi ;; -cpv | --controlpanelversion ) if [ "$2" != "" ]; then CONTROLPANEL_VERSION=$2 shift fi ;; -md | --maildomain ) if [ "$2" != "" ]; then MAIL_DOMAIN_NAME=$2 shift fi ;; -u | --update ) if [ "$2" != "" ]; then UPDATE=$2 shift fi ;; -hub | --hub ) if [ "$2" != "" ]; then HUB=$2 shift fi ;; -un | --username ) if [ "$2" != "" ]; then USERNAME=$2 shift fi ;; -p | --password ) if [ "$2" != "" ]; then PASSWORD=$2 shift fi ;; -ics | --installcommunityserver ) if [ "$2" != "" ]; then INSTALL_COMMUNITY_SERVER=$2 shift fi ;; -ids | --installdocumentserver ) if [ "$2" != "" ]; then INSTALL_DOCUMENT_SERVER=$2 shift fi ;; -ims | --installmailserver ) if [ "$2" != "" ]; then INSTALL_MAIL_SERVER=$2 shift fi ;; -icp | --installcontrolpanel ) if [ "$2" != "" ]; then INSTALL_CONTROLPANEL=$2 shift fi ;; -es | --useasexternalserver ) if [ "$2" != "" ]; then USE_AS_EXTERNAL_SERVER=$2 shift fi ;; -pdf | --partnerdatafile ) if [ "$2" != "" ]; thenComments
PARTNER_DATA_FILE=$2 shift fi ;; -it | --installation_type ) if [ "$2" != "" ]; then INSTALLATION_TYPE=$(echo "$2" | awk '{print toupper($0)}'); shift fi ;; -ms | --makeswap ) if [ "$2" != "" ]; then MAKESWAP=$2 shift fi ;; -ht | --helptarget ) if [ "$2" != "" ]; then HELP_TARGET=$2 shift fi ;; -mysqlprt | --mysqlport ) if [ "$2" != "" ]; then MYSQL_PORT=$2 shift fi ;; -mysqld | --mysqldatabase ) if [ "$2" != "" ]; then MYSQL_DATABASE=$2 shift fi ;; -mysqlmd | --mysqlmaildatabase ) if [ "$2" != "" ]; then MYSQL_MAIL_DATABASE=$2 shift fi ;; -mysqlmp | --mysqlmailpassword ) if [ "$2" != "" ]; then MYSQL_MAIL_ROOT_PASSWORD=$2 shift fi ;; -mysqlmu | --mysqlmailuser ) if [ "$2" != "" ]; then MYSQL_MAIL_USER=$2 shift fi ;; -mysqlru | --mysqlrootuser ) if [ "$2" != "" ]; then MYSQL_ROOT_USER=$2 shift fi ;; -mysqlrp | --mysqlrootpassword ) if [ "$2" != "" ]; then MYSQL_ROOT_PASSWORD=$2 shift fi ;; -mysqlu | --mysqluser ) if [ "$2" != "" ]; then MYSQL_USER=$2 shift fi ;; -mysqlp | --mysqlpassword ) if [ "$2" != "" ]; then MYSQL_PASSWORD=$2 shift fi ;; -mysqlh | --mysqlhost ) if [ "$2" != "" ]; then MYSQL_HOST=$2 shift fi ;; -skiphc | --skiphardwarecheck ) if [ "$2" != "" ]; then SKIP_HARDWARE_CHECK=$2 shift fi ;; -skipvc | --skipversioncheck ) if [ "$2" != "" ]; then SKIP_VERSION_CHECK=$2 shift fi ;; -skipdc | --skipdomaincheck ) if [ "$2" != "" ]; then SKIP_DOMAIN_CHECK=$2 shift fi ;; -cp | --communityport ) if [ "$2" != "" ]; then COMMUNITY_PORT=$2 shift fi ;; -mk | --machinekey ) if [ "$2" != "" ]; then CORE_MACHINEKEY=$2 shift fi ;; -esi | --elasticsearchimage ) if [ "$2" != "" ]; then ELASTICSEARCH_IMAGE_NAME=$2 shift fi ;; -esv | --elasticsearchversion ) if [ "$2" != "" ]; then ELASTICSEARCH_VERSION=$2 shift fi ;; -esh | --elasticsearchhost ) if [ "$2" != "" ]; then ELASTICSEARCH_HOST=$2 shift fi ;; -ies | --installelasticsearch ) if [ "$2" != "" ]; then INSTALL_ELASTICSEARCH=$2 shift fi ;; -esp | --elasticsearchport ) if [ "$2" != "" ]; then ELASTICSEARCH_PORT=$2 shift fi ;; -je | --jwtenabled ) if [ "$2" != "" ]; then JWT_ENABLED=$2 shift fi ;; -jh | --jwtheader ) if [ "$2" != "" ]; then JWT_HEADER=$2 shift fi ;; -js | --jwtsecret ) if [ "$2" != "" ]; then JWT_SECRET=$2 shift fi ;; -? | -h | --help ) echo " Usage: bash $HELP_TARGET [PARAMETER] [[PARAMETER], ...]" echo echo " Parameters:" echo " -ci, --communityimage community image name or .tar.gz file path" echo " -di, --documentimage document image name or .tar.gz file path" echo " -mi, --mailimage mail image name or .tar.gz file path"
2025-04-09#!/bin/bash# (c) Copyright Ascensio System Limited 2010-2021# Licensed under the Apache License, Version 2.0 (the "License");# you may not use this file except in compliance with the License.# You may obtain a copy of the License at# Unless required by applicable law or agreed to in writing,# software distributed under the License is distributed on an "AS IS" BASIS,# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.# See the License for the specific language governing permissions and limitations under the License.# You can contact Ascensio System SIA by email at sales@onlyoffice.comDISK_REQUIREMENTS=40960;MEMORY_REQUIREMENTS=8000;CORE_REQUIREMENTS=4;PRODUCT="onlyoffice";BASE_DIR="/app/$PRODUCT";NETWORK="$PRODUCT";SWAPFILE="/${PRODUCT}_swapfile";MACHINEKEY_PARAM=$(echo "${PRODUCT}_CORE_MACHINEKEY" | awk '{print toupper($0)}');COMMUNITY_CONTAINER_NAME="onlyoffice-community-server";DOCUMENT_CONTAINER_NAME="onlyoffice-document-server";MAIL_CONTAINER_NAME="onlyoffice-mail-server";CONTROLPANEL_CONTAINER_NAME="onlyoffice-control-panel";ELASTICSEARCH_CONTAINER_NAME="onlyoffice-elasticsearch";MYSQL_CONTAINER_NAME="onlyoffice-mysql-server";COMMUNITY_IMAGE_NAME="onlyoffice/communityserver";DOCUMENT_IMAGE_NAME="onlyoffice/documentserver-ee";MAIL_IMAGE_NAME="onlyoffice/mailserver";CONTROLPANEL_IMAGE_NAME="onlyoffice/controlpanel";ELASTICSEARCH_IMAGE_NAME="onlyoffice/elasticsearch";MYSQL_IMAGE_NAME="mysql";COMMUNITY_VERSION="";DOCUMENT_VERSION="";MAIL_VERSION="";CONTROLPANEL_VERSION="";ELASTICSEARCH_VERSION="7.16.3";MYSQL_VERSION="5.5";DOCUMENT_SERVER_HOST="";ELASTICSEARCH_PORT="9200";MAIL_SERVER_API_HOST="";MAIL_SERVER_DB_HOST="";MAIL_IMAPSYNC_START_DATE="$(date +"%Y-%m-%dT%H:%M:%S")";MAIL_DOMAIN_NAME="";DIST="";REV="";KERNEL="";UPDATE="false";HUB="";USERNAME="";PASSWORD="";INSTALL_COMMUNITY_SERVER="true";INSTALL_DOCUMENT_SERVER="true";INSTALL_MAIL_SERVER="true";INSTALL_ELASTICSEARCH="true";INSTALL_CONTROLPANEL="true";USE_AS_EXTERNAL_SERVER="false";PARTNER_DATA_FILE="";INSTALLATION_TYPE="WORKSPACE_ENTERPRISE";MAKESWAP="true";RESTART_COMMUNITY_SERVER="false";MOVE_COMMUNITY_SERVER_DATABASE="false";ACTIVATE_COMMUNITY_SERVER_TRIAL="false";MYSQL_PORT="3306";MYSQL_DATABASE="$PRODUCT";MYSQL_MAIL_DATABASE="${PRODUCT}_mailserver";MYSQL_MAIL_ROOT_PASSWORD="Isadmin123";MYSQL_MAIL_USER="mail_admin";MYSQL_ROOT_USER="root";MYSQL_ROOT_PASSWORD="my-secret-pw";MYSQL_USER="${PRODUCT}_user";MYSQL_PASSWORD="${PRODUCT}_pass";MYSQL_HOST="";HELP_TARGET="install.sh";JWT_ENABLED="";JWT_SECRET="";CORE_MACHINEKEY="";SKIP_HARDWARE_CHECK="false";SKIP_VERSION_CHECK="false";SKIP_DOMAIN_CHECK="false";COMMUNITY_PORT=80;while [ "$1" != "" ]; do case $1 in -ci | --communityimage ) if [ "$2" != "" ]; then COMMUNITY_IMAGE_NAME=$2 shift fi ;; -di | --documentimage ) if [ "$2" != "" ]; then DOCUMENT_IMAGE_NAME=$2 shift fi ;; -mi | --mailimage ) if [ "$2" != "" ]; then MAIL_IMAGE_NAME=$2 shift fi ;; -cpi | --controlpanelimage ) if [ "$2" != "" ]; then CONTROLPANEL_IMAGE_NAME=$2 shift fi ;; -mysqli | --mysqlimage ) if [ "$2" != "" ]; then MYSQL_IMAGE_NAME=$2 shift fi ;; -dip | --documentserverip ) if [ "$2" != "" ]; then DOCUMENT_SERVER_HOST=$2 shift fi ;; -mip | --mailserverip ) if [ "$2" != "" ]; then MAIL_SERVER_API_HOST=$2 shift fi ;; -mdbip | --mailserverdbip ) if [ "$2" != "" ]; then MAIL_SERVER_DB_HOST=$2 shift fi ;; -cv | --communityversion ) if [ "$2" != "" ]; then COMMUNITY_VERSION=$2 shift fi ;; -dv | --documentversion ) if [ "$2" != "" ]; then DOCUMENT_VERSION=$2 shift fi ;; -mv | --mailversion ) if [ "$2" != "" ]; then MAIL_VERSION=$2 shift fi ;; -cpv | --controlpanelversion ) if [ "$2" != "" ]; then CONTROLPANEL_VERSION=$2 shift fi ;; -md | --maildomain ) if [ "$2" != "" ]; then MAIL_DOMAIN_NAME=$2 shift fi ;; -u | --update ) if [ "$2" != "" ]; then UPDATE=$2 shift fi ;; -hub | --hub ) if [ "$2" != "" ]; then HUB=$2 shift fi ;; -un | --username ) if [ "$2" != "" ]; then USERNAME=$2 shift fi ;; -p | --password ) if [ "$2" != "" ]; then PASSWORD=$2 shift fi ;; -ics | --installcommunityserver ) if [ "$2" != "" ]; then INSTALL_COMMUNITY_SERVER=$2 shift fi ;; -ids | --installdocumentserver ) if [ "$2" != "" ]; then INSTALL_DOCUMENT_SERVER=$2 shift fi ;; -ims | --installmailserver ) if [ "$2" != "" ]; then INSTALL_MAIL_SERVER=$2 shift fi ;; -icp | --installcontrolpanel ) if [ "$2" != "" ]; then INSTALL_CONTROLPANEL=$2 shift fi ;; -es | --useasexternalserver ) if [ "$2" != "" ]; then USE_AS_EXTERNAL_SERVER=$2 shift fi ;; -pdf | --partnerdatafile ) if [ "$2" != "" ]; then
2025-04-14Skip to content NewsLatest NewsRelease NotesDevelopment RoadmapBeta TestingPressSupportGet HelpBlogPro-FeaturesWhat is the Pro-Pack?Pro-Pack PerksFAQsYouTube VideosFirst Time Setup GuideShift Patterns2-2-2 Shift Pattern2-2-4 Shift Pattern4 On 1 Off Shift Pattern4-2 Early/Late4On 3Off Shift Pattern5On 4Off Shift PatternOn/Off Shift PatternDays Only Shift PatternNights Only Shift Pattern4On 4Off Shift PatternAlternating Days Nights Shift PatternAlternating Early Late Shift PatternDays Nights Off Shift PatternContinental 2 2 3 Shift PatternDu Pont Schedule Shift Pattern3 Week Repeating Shift PatternManagersFind Out MoreRequest a DemoWhat’s New How do I add notes to a day There’s lots of ways you can add Notes to a day.If you Long-Tap on the day you want to add a note, then tap on the Notes Panel, you can type notes directly.Or, if you have the “Notes Panel” activated in Settings, or the Events List, simply tap on the Notes sections below the calendar to quickkly add a note to a day.You can edit all the day’s properties, including notes by doing the following:-1. Tap on a day2. Tap on the pencil icon in the toolbar (at the top)3. Type your notes into the Notes box and tap on the back button (top-left) when you’re finishedOnce you’ve added notes to a day, a small star icon shows against the day so you can easily see which days have notes. myshiftplannersiteadmin2023-03-01T11:38:52+00:00 Share This Story, Choose Your Platform! Page load link Go to Top
2025-04-18