Skip to main content

Overview

The ERPLite mobile app gives you full access to your data and workflows on the go. Download from the App Store or Play Store and start working immediately with your existing credentials.

Instant Access

Download and login with web credentials

Tables on Mobile

View and edit records anywhere

Task Execution

Complete workflow tasks screen by screen

Real-time Sync

Workflow changes reflect instantly

Getting Started

Download the App

Login

1

Open App

Launch the ERPLite app on your device
2

Enter Credentials

Use the same email and password as your web account
3

Start Working

Access your tables and tasks immediately
Your mobile login uses the same credentials as the web dashboard. No separate account needed.

Features

Tables

Access all your tables from the mobile app:
FeatureMobileWeb
View recordsYesYes
Create recordsYesYes
Edit recordsYesYes
Delete recordsYesYes
Duplicate recordsYesYes
Configure columnsNoYes
Manage viewsNoYes
Set permissionsNoYes
Table configuration (columns, views, permissions) is only available on the web. The mobile app is optimized for data entry and viewing.

Tasks

Execute workflow tasks assigned to you:
  • View all assigned tasks
  • Execute tasks screen by screen
  • Follow workflow transitions
  • Capture photos, signatures, locations
  • Complete tasks and sync automatically

Task History

View your completed work:
  • See all tasks you’ve completed
  • Review task data and timestamps
  • Track your productivity

Instant Deployment

One of ERPLite’s key advantages is zero deployment for mobile:
Web Dashboard                    Mobile App
     │                               │
     │  Publish Workflow ──────────► │ Instantly Available
     │                               │
     │  Update Table ──────────────► │ Changes Reflect
     │                               │
     │  Modify Screens ────────────► │ Updated Immediately
     │                               │
When you publish a workflow on the web:
  • Changes appear instantly on all mobile devices
  • No app store updates required
  • No manual deployment steps
  • Users see updates on next app open

Customization

App Branding

Customize the mobile app appearance from the web dashboard:
1

Go to Settings

Navigate to Settings in the web dashboard
2

Find App Settings

Look for Mobile App or Branding settings
3

Set Primary Color

Choose your brand’s primary color
4

Save

Changes apply to all users on next app open

Offline Support

The mobile app supports offline work:
  • View cached data when offline
  • Create and edit records offline
  • Execute tasks offline
  • Changes sync automatically when back online

Push Notifications

Stay informed with mobile notifications:
EventNotification
Task assigned”New task assigned: [Task Name]“
Task deadline approaching”Task due soon: [Task Name]“
Mentions in comments”You were mentioned in [Record]“

For AI Agents

Mobile App Configuration

interface MobileAppConfig {
  primaryColor: string;  // Hex color code
  logoUrl?: string;
  appName?: string;
  features: {
    tables: boolean;
    tasks: boolean;
    offline: boolean;
    notifications: boolean;
  };
}

API: Get Mobile Config

GET /api/v1/mobile/config
Authorization: Bearer {token}

Deep Linking

The mobile app supports deep links:
erplite://tables/{tableType}
erplite://tables/{tableType}/records/{recordId}
erplite://tasks/{taskId}
erplite://workflows/{workflowId}

Platform Requirements

PlatformMinimum Version
iOS14.0+
Android8.0+ (API 26)
PlatformURL
iOShttps://apps.apple.com/app/erplite
Androidhttps://play.google.com/store/apps/details?id=com.erplite