Skip to content
Snippets Groups Projects
staff.agent.yaml 3.48 KiB
Newer Older
#
# This is popup help messages for the Admin Panel -> Staff -> Add Staff Form
#
# Fields:
# title - Shown in bold at the top of the popover window
# content - The body of the help popover
# links - List of links shows below the content
#   title - Link title
#   href - href of link (links starting with / are translated to the
#       helpdesk installation path)
#
# The key names such as 'helpdesk_name' should not be translated as they
# must match the HTML #ids put into the page template.
#
---
username:
    title: Username
    content: >
        Please choose an Agent <span class="doc-desc-title">username</span>
        that is unique to your <span class="doc-desc-title">Help
        Desk</span>.
Jared Hancock's avatar
Jared Hancock committed

email_address:
    title: Email Address
    content: >
        Enter Agent's email that will receive <span
        class="doc-desc-title">Alerts &amp; Notices</span> from the <span
Josh Eldridge's avatar
Josh Eldridge committed
        class="doc-desc-title">Help Desk</span>.
kmmoreau's avatar
kmmoreau committed
		<br><br>
		Staff can sign in into the staff control panel with either username or email address.
Jared Hancock's avatar
Jared Hancock committed

Josh Eldridge's avatar
Josh Eldridge committed
welcome_email:
    title: Welcome Email
    content: >
        Send the new Agent an account access link from which the Agent will
        be able to set thier own password. If unchecked, you will need to set password
        and communicate the log-in information to the new staff.
account_password:
    title: Account Password
    content: >
        As an <span class="doc-desc-title">administrator</span>, you may
        change an Agent’s password.
Jared Hancock's avatar
Jared Hancock committed

forced_password_change:
    title: Forced Password Change
    content: >
        Enable this if you would like to force the new Agent to change
        their own password upon next log-in.
Jared Hancock's avatar
Jared Hancock committed

Josh Eldridge's avatar
Josh Eldridge committed
agents_signature:
    title: Agent’s Signature
    content: >
        Create a signature for the Agent which can be selected when replying to a ticket.
Jared Hancock's avatar
Jared Hancock committed

account_status:
    title: Account Status
    content: >
kmmoreau's avatar
kmmoreau committed
        If the Agent's status is <span
        class="doc-desc-opt">Locked</span>, they will not be able to
        sign in to the help desk.
Jared Hancock's avatar
Jared Hancock committed

assigned_group:
    title: Assigned Group
    content: >
Josh Eldridge's avatar
Josh Eldridge committed
        The <span class="doc-desc-title">Group</span> that you choose for
        this Agent to belong will determine what permissions the Agent has
        within the <span class="doc-desc-title">Help Desk</span>.
Josh Eldridge's avatar
Josh Eldridge committed
    links:
      - title: Manage Groups
        href: /scp/groups.php
primary_department:
    title: Primary Department
    content: >
        Choose the primary <span class="doc-desc-title">department</span> to which this Agent belongs.

Josh Eldridge's avatar
Josh Eldridge committed
    links:
      - title: Manage Departments
        href: /scp/departments.php
Jared Hancock's avatar
Jared Hancock committed

daylight_saving:
    title: Daylight Saving
    content: >
Josh Eldridge's avatar
Josh Eldridge committed
        Enable this feature if you would like Daylight Saving to automatically
        come into play for this Agent’s time zone.
Jared Hancock's avatar
Jared Hancock committed

limited_access:
    title: Limited Access
    content: >
        If enabled, the Agent will only have access to tickets assigned directly or via the Team.
Jared Hancock's avatar
Jared Hancock committed

directory_listing:
    title: Directory Listing
    content: >
Josh Eldridge's avatar
Josh Eldridge committed
        Enable this if you would like to list this Agent in the <span
        class="doc-desc-title">Staff Directory</span>.
    links:
      - title: Visit the Staff Directory
        href: /scp/directory.php
Jared Hancock's avatar
Jared Hancock committed

vacation_mode:
    title: Vacation Mode
    content: >
        If you change the Agent’s status to <span
        class="doc-desc-opt">Vacation Mode</span>, the Agent will not
        receive any <span class="doc-desc-title">Alerts &amp; Notices</span>
        nor be available for tickets assignment.