Add Fuel Stations
This is a guided modal interface that facilitates bulk importing of fuel stations based on provider and country selection. It enables users to selectively import stations into the system with optional pricing applied.
Input Section (Top Form Controls)
| Field Label | Type | Required | Description |
|---|---|---|---|
| Fuel provider | Dropdown | ✅ Yes | Mandatory dropdown for selecting from available fuel providers. |
| Service country | Dropdown | ✅ Yes | Mandatory dropdown for selecting the country in which the stations are located. |
| Pricing | Dropdown | Optional | Allows users to assign a pricing rule that will apply to imported stations. Includes tooltip text: “Pricing to be applied after import.” |
Station Selection Table
Table Structure
| Column Name | Description |
|---|---|
| Checkbox | Used to select individual or all stations. |
| Code | Unique identifier for the station. Sortable. |
| Name | Station name. Sortable. |
| Address | Physical address of the station. Sortable. |
| AdBlue | Indicates whether the station offers AdBlue (Diesel exhaust fluid). Sortable. |
User Actions Summary
| Action | Result |
|---|---|
| Selecting a fuel provider + country | Loads matching stations into the table. |
| Selecting individual rows | Prepares selected stations for import. |
| Applying pricing | Associates chosen pricing with all imported stations. |
| Clicking Save | Submits selected data to the system for import. |
Closing the modal (×) | Exits without saving. No automatic changes applied. |
