package WebGUI::i18n::English::Asset_InOutBoard; our $I18N = { 'In Out Template' => { message => q|In/Out Template|, lastUpdated =>1091624565 }, '22' => { message => q|In/Out Board, Report Template|, lastUpdated =>1091624565 }, '18' => { message => q|In/Out Board, Add/Edit|, lastUpdated =>1091624565 }, 'select delegate' => { message => q|In/Out Board, Select Delegates|, lastUpdated =>1122010599 }, 'in/out status delegates' => { message => q|In/Out Status Delegates|, lastUpdated =>1122010599 }, 'in/out status delegates description' => { message => q|Use this form to choose others who can change your status on the In/Out Board. All users who you have already chosen to change your status will be preselected. To remove a user, deselect them.|, lastUpdated =>1139260288 }, '23' => { message => q|
The following variables are available from In/Out Board Report template:
showReport
A boolean indicating whether or not the rows_loop variable will be set.
form
A variable that contains an HTML form for limiting the scope, by date or department, of the report.
username.label
Internationalized label for the "Username" column of the report.
status.label
Internationalized label for the "Status" column of the report.
date.label
Internationalized label for the "Date" column of the report.
message.label
Internationalized label for the "Message" column of the report.
updatedBy.label
Internationalized label for the "Updated By" column of the report.
rows_loop
A loop containing the rows of data for the In/Out Board Report
deptHasChanged
A boolean value indicating whether or not this row of data is for a department that is differnet than the previous rowsusername
A variable that returns the user's name. If the first and last name fields are defined in the user profile, that is what is returned. Otherwise, the users WebGUI username is returned. i.e., "John Doe" vs "Jdoe".department
A variable that returns the user's department. If no department has been assigned to this user, an internationalized label for "No Department" will be used.status
A variable that returns the user's status. The status of a user is defined by the Status List in the Wobject Properties. If no status is set for the current user 'Never Checked In' is returned.dateStamp
A variable that returns the date the status of the user was last updated.message
A variable that returns what the user entered in the "What's going on?" field when updating their status.createdBy
A variable that returns which user, either the user himself or a delegate, changed the status for this user.
paginateBar
A variable that returns the HTML necessary to create a Traditional Pagination Bar. i.e., << First, 1, 2, Last >>
An In/Out board is used to keep track of whether people are currently in/out of the office. It shows the current In/Out status of all WebGUI users and also logs the reason the person has left, the time they left and the time they return. The log is viewable in two forms. The first is a summary of the current status for all users in the groups configured for this In/Out board instance. The second is a complete report of the history of all status changes for those users. This report can be setup to have restricted viewing privileges and is templatable.
Users of the In/Out Board can select other users, called delegates, to update their status for them.
|, lastUpdated =>1139255107 }, '20' => { message => q|In/Out Board, Template|, lastUpdated =>1091624565 }, '21' => { message => q|The following variables are made available from In/Out Board:canViewReport
A boolean indicating whether or not the viewReportURL variable will be set.
viewReportURL
URL that links to the view report page.
selectDelegatesURL
URL that links to a form where users can select other users (delegates) who
can alter their status.
displayForm
A boolean indicating whether or not the form variable will be set.
form
A variable that contains the HTML for displaying the In/Out Entry Form to update status for the current user or another user.
rows_loop
A loop containing the rows of data for the In/Out Board
deptHasChanged
A boolean value indicating whether or not this row of data is for a department that is differnet than the previous rowsusername
A variable that returns the users name. If the first and last name fields are defined in the user profile, that is what is returned. Otherwise, the users WebGUI username is returned. i.e., "John Doe" vs "Jdoe"status
A variable that returns the users status. The status of a user is defined by the Status List in the Wobject Properties. If no status is set for the current user 'Never Checked In' is returned.dateStamp
A variable that returns the date the status of the user was last updated.message
A variable that returns what the user entered in the "What's going on?" field when updating their status.
paginateBar
A variable that returns the HTML necessary to create a Traditional Pagination Bar. i.e., >> First, 1, 2, Last <<