Skip to content

Espocrm Progress Bar

Overview

Ebla Progress Bar helps in displaying Integer, Float, and Currency fields as progress bars in both List and Detail views.

Note

Edit views will never be affected and only detail & list views will be affected.

Detail view screen

Progress Bar

List view screen

Progress Bar

Field Options:

In field manager options of Integer, Float, and Currency fields you will see new options like in the screenshot:

Progress Bar Configuration

Color

Allow to select the color for the progress bar.

Label Layout

Control what to show inside the progress bar: rate only, value only or all.

Reference Types

  • $this / $fixedValue.
  • $other / $this.
  • $this / $other.

Note

  • $this refers to the target field value.
  • $fixedValue will come from Reference Value in field options.
  • $other will come from Reference Field in field options.

How to Enable Progress Bar

  1. Navigate to AdministrationEntity Manager.
  2. Select the desired Entity Type.
  3. Go to the Fields section.
  4. Create a new field of type Integer, Float, or Currency.
  5. Enable the option Display As Progress Bar.

Change Log