en
en
lt
Add Fuel Provider

Add Fuel Provider

This interface is a modal window used to associate a new fuel provider with the system. It is intended to be a lightweight, single-action form with a minimal number of fields for quick entry.


Form Field Section

Field LabelInput TypeRequiredDescription
Select fuel providerDropdown (select)✅ YesA required field where users choose from a predefined list of fuel providers.

This is a continuation of the Add fuel provider modal, triggered once a provider has been selected in the initial dropdown. It prompts the user to enter secure and essential integration data to establish communication with the provider’s services.


Form Fields (Detailed)

Field LabelTypeRequiredDescription
UsernameText input✅ YesProvider-issued username for authentication. Typically predefined by the provider.
PasswordPassword input (masked)✅ YesUsed for secure login; includes a visibility toggle (eye icon) to reveal/hide the password.
API KeyText input✅ YesA unique token used for programmatic access. This field is highlighted in light red, implying invalid or missing validation.
Customer Reference NumbersText input✅ YesField where one or multiple reference IDs can be provided. Placeholder: Enter

Visual Cues:

  • Fields outlined in light red indicate validation issues (e.g., required but not filled correctly).
  • Input styles are clean, modern, and use light backgrounds to indicate editable fields.

Validation & User Feedback

BehaviorDescription
Incomplete required fieldsInput borders turn red; submission is blocked.
Correct inputsFields remain outlined in default colors; form can be submitted.
Toggle password visibilityClicking the eye icon reveals/hides the password content.
Modal dismissClicking the × button cancels the operation (no auto-save implied).