ALVINT

ALVINT

Performance Management

Sign in

Access your performance dashboard

⚠ Invalid credentials. Please try again.
ALVINT

ALVINT

You've been invited!

Set your password

Create a password to activate your account.

ALVINT
ALVINT
Performance Management
3 Day Blinds
Admin
Tracking
System
A
Loading…

Executive Dashboard

Performance overview

My Dashboard

Your personal performance

People

Team members

Target Setup

Define weighted targets per person per year

🎯

Select a person above

User Management

Manage accounts and send invites

Performance Tracking

Enter monthly plan vs actual and FY forecast

📈

Select an employee above

Permissions

Control what each role can do

Departments

Manage department list

Settings

System configuration

Firestore Security Rules

Deploy these rules in Firebase Console → Firestore → Rules:

rules_version = '2';
service cloud.firestore {
  match /databases/{database}/documents {

    // Invites: public read so new users can activate accounts
    match /invites/{inviteId} {
      allow read: if true;
      allow write: if request.auth != null;
    }

    // Everything else requires login
    match /{document=**} {
      allow read, write: if request.auth != null;
    }
  }
}

Usage Guide

  1. Go to People → Add departments → Add team members
  2. Go to Users → Invite people → Link to employee profile
  3. Go to Targets → Define 1–5 annual targets per person
  4. Go to Tracking → Each month enter Plan, Actual, Forecast
  5. Go to Dashboard → View MTD, YTD and FY Forecast

Add Person

Add Department

Invite User

Link so this user can edit their own actuals automatically

An invite link will be generated. Share it with the person so they can set their own password.

Edit User

Monthly Goals

KPIs for Project

Define up to 5 KPIs. Weights must total 100%. Traffic light applies to the overall project score.

⚠ Total: 0% — must equal 100%