Skip to Content
ERPX Documentation — Your complete guide to the ERPX platform
SetupConfiguration

Configuration

Customize your ERPX instance to match your business requirements.

Application Settings

General Settings

Navigate to Settings → General to configure:

SettingDescriptionDefault
Company NameYour organization name
Default CurrencyBase currency for transactionsUSD
Date FormatDisplay format for datesYYYY-MM-DD
Time ZoneApplication timezoneUTC
LanguageDefault interface languageEnglish
Fiscal Year StartStart month of fiscal yearJanuary

Email Configuration

Configure email settings in Settings → Email:

SettingDescription
SMTP ServerYour email server address
PortSMTP port (usually 587)
UsernameEmail account username
PasswordEmail account password
From AddressDefault sender email address

ERPX also supports integration with SendGrid and AWS SES. Configure these in Settings → Email → Provider.

User & Role Management

Default Roles

ERPX comes with pre-configured roles:

RoleDescription
AdministratorFull system access
ManagerModule-level management
AccountantFinancial operations access
Sales UserSales and CRM operations
Purchase UserProcurement operations
HR ManagerHuman resources management
EmployeeSelf-service access only

Creating Custom Roles

Navigate to Settings → Roles to create custom roles:

  1. Click New Role
  2. Name the role
  3. Assign module-level permissions (Read, Write, Delete, Export)
  4. Save the role

User Management

Add new users via Settings → Users:

  1. Click New User
  2. Enter the user’s email, first name, and last name
  3. Assign a role and department
  4. Click Save — the user will receive an invitation email

Security Settings

Authentication

ERPX supports multiple authentication methods:

  • Email/Password — Standard authentication
  • OAuth 2.0 — Google, Microsoft SSO
  • SAML 2.0 — Enterprise SSO integration
  • Two-Factor Authentication (2FA) — TOTP-based 2FA

Session Settings

Configure session settings in Settings → Security:

SettingDescriptionDefault
Session TimeoutAuto-logout after inactivity (mins)480
Max Concurrent SessionsSessions allowed per user5
Require 2FA for AdminsEnforce 2FA for admin usersNo

Next Steps