{% if 'user_name' not in fields.hidden %}
Employee Details
All inputs are required
{% endif %} {% if 'display_name' not in fields.hidden %}
{% endif %} {% if 'daily-email' not in fields.hidden %}

Check this box if you would like this user to receive the nightly email report. *Only Owner-level accounts can edit this field.

{% endif %} {% if 'email' not in fields.hidden %}
{% endif %} {% if 'title' not in fields.hidden %}
{% endif %} {% if 'registered-since' not in fields.hidden %}
{% endif %} {% if 'locale' not in fields.hidden %}
{% endif %}

{% if 'password' not in fields.hidden %}
Password
Password is used to login for users that need to get into the administration panel such as shift leads, managers, and owners.

{% endif %}
Employee Role
{% if 'groups' not in fields.hidden %}
  • Owner
    Owners have full administration rights.
  • Manager
    Managers have full administration rights, but cannot edit or delete the owner account(s).
  • Shift Lead
    Shift leads have basic administration rights. Can create new buyers and associates and view statistics.
  • Buyer
    Buyers have no administration abilities, but are in the buyers list and can be assigned tasks in the task list.

    Disabling/Enabling the Buyer role will control whether they are listed in the list of buyers when processing buys.

  • Sales Associate
    Sales associates have no administration or buying abilities, but can be assigned tasks in the task list

  • Safe Management
    These users will be able to use the safe management features in the BuyerKiosk Sync app.
  • Register Management
    These users will be able to use the register management features in the BuyerKiosk Sync app.
  • Marketing
    These users only have access to upload slides and manage the digital signage loop.
    {% for group in groups %}
  • {{group.name}} {% if 'primary_group_id' not in fields.hidden %} {% endif %}
  • {% endfor %}
{% endif %}

{% if storeAssignments is defined %}
Store Assignments
Manage which stores this user can access
{% for assignment in storeAssignments %} {% endfor %}
Store Role Status Source Actions
{{ assignment.typeNum }} {% if assignment.isActive %} Active {% else %} Inactive {% endif %} {{ assignment.assignmentSource|capitalize }} {% if assignment.isActive %} {% else %} {% endif %}
{% if storeAssignments is empty %}

No store assignments yet.

{% endif %}
Add to Stores

{% endif %}
{% if "submit" not in buttons.hidden %}
{% endif %} {% if "edit" not in buttons.hidden %}
{% endif %} {% if "activate" not in buttons.hidden %}
{% if target_user.active == "0" %} {% endif %}
{% endif %} {% if "enable" not in buttons.hidden %}
{% if target_user.enabled == "1" %} {% else %} {% endif %}
{% endif %} {% if "delete" not in buttons.hidden %}
{% endif %} {% if "cancel" not in buttons.hidden %}
{% endif %}
{% if storeAssignments is defined %} {% endif %}