Histórico da Página
Index
Índice | ||||||
---|---|---|---|---|---|---|
|
Speaking of Holidays...
The holiday Holiday registration defines the days dates when the company is not workingclosed. This registration works as a supplement to the information that refers to regarding the company company’s working hours.
During When calculating the process task conclusion deadline calculation, deadline to complete process tasks, the platform considers the registered holidays entered, avoiding days without , preventing dates with no working hours to be considered in the deadline calculation.
Estado | ||||
---|---|---|---|---|
|
HTML |
---|
<a id="toggleAll" href="#" >Expand/hide additional information. </a>
<script type="text/javascript">
var abertos = 0;
var fechados = 0;
function contador() {
abertos = 0;
fechados = 0;
jQuery(".expand-control").each( function() {
if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
fechados++;
} else {
abertos++;
}
});
}
AJS.toInit(function() {
contador();
var soma = abertos + fechados;
$("#toggleAll").html('Expand/hide ' + soma + ' additional information.');
AJS.$('#toggleAll').click(function() {
contador();
if (abertos >= fechados) {
jQuery(".expand-control").each(
function() {
if (document.getElementById(this.id).children[0].className == "expand-control-icon icon expanded") {
jQuery(this).trigger("click");
}
}
)
} else {
jQuery(".expand-control").each(
function() {
if (document.getElementById(this.id).children[0].className != "expand-control-icon icon expanded") {
jQuery(this).trigger("click");
}
}
)
}
});
});
</script> |
Basic Path
01. Select the Control Panel feature in the main menu.
02. Access the Processes tab.
03. Click the Holidays option.
04. Click Add.
We can define the holidays by location, registering a location for a given date. For information on how to register a location, see the Locations documentation.
Holidays
...
01. In the main menu, click Control Panel, then check People container and click Holidays.
02. Click Add.
0305. Enter a description for the holiday.
0604. Select the holiday date.
0705. Select it if the holiday it is a recurring holiday.
Expandir | title | Learn more
---|
Painel |
Recurring holiday means the holiday occurs every year, such as Christmas. If the Recurring field is not selected, this means the holiday does not occur every year, such as the 50th birthday of the company. |
06. Select it if it is a global holiday.
07. Define the Location.
08. Click Add Save.
Alternative Path(s)
Edit Holiday
...
01. Select the Holiday you want to editbe edited.
02. Click Edit.
03. Perform modifications.
...
title | Learn more |
---|
...
Make the changes.
04. Click Save.
Delete Holidays
...
...
01. Select the holidays you want to deletebe deleted.
02. Click Delete.
03. Click Confirm.
Informações | ||
---|---|---|
| ||
This documentation is valid from the 1as of update 1.6.5 .10 update. If you use a previous update, it - Liquid. Previous updates may contain different information different from than what you see on your platform. |
...