Fuel screen belongs to the Fuel module and is used to manage fuel providers, view the number of their stations and perform provider-related actions. It is part of a broader fuel management interface that includes additional sections: Providers, Stations, Pricing, and Cards.
Main Data Table
Table Header (Column Titles)
- Provider
- Name of the fuel provider. Clickable (sortable column).
- Fuel stations
- Number of stations per provider. Clickable (sortable column).
Table Content
The table lists three fuel providers with corresponding fuel station counts:
| Provider | Fuel Stations |
|---|---|
| CircleK | 26 |
| Esso | 1106 |
| Uta | 699 |
Each row ends with a three-dot menu icon, indicating that additional contextual actions (edit) are available per entry.
Search Bar (Right-aligned above table)
- Allows the user to filter the provider list using keywords.
- Placeholder text:
Search
User Actions Summary
| Action | Description |
|---|---|
| Add fuel provider | Opens a form to register a new fuel provider. |
| Sort columns | Click on “Provider” or “Fuel stations” headers to sort ascending/descending. |
| Search | Type in the search bar to filter providers dynamically. |
| Context menu (three dots) | Opens provider-specific options (e.g., Edit, Delete, View). |
| Paginate | Navigate through multiple pages of results. |
