Issue Details Management
The ERPNext FMS module provides a structured system for classifying and recording various issues, whether they are related to vehicles or general office matters. This system is managed through a hierarchy of issue categories and subcategories, allowing for clear and organized tracking.
Configuring Issue Categories and Subcategories
Before you can record specific issues, you must first define the categories they belong to. This is done in the Issue Detail Category master.
How to Set Up Categories:
- Navigate to: Dashboards > Issue Detail Category.
- Click + Add Issue Detail Category.
- Enter a unique name for the Category (e.g., "Mechanical Failure," "Driver Behavior," "IT Support").
- In the Select Level field, specify whether this category applies to a Vehicle or the Office. This is mandatory for classification.
- In the Subcategory List table, add one or more specific subcategories that fall under this main category (e.g., for "Mechanical Failure," you might add "Engine Overheating" and "Brake Failure").
- Click Save.
By setting up categories and their corresponding subcategories, you create a predefined, structured list that users can select from when reporting issues, ensuring consistency in data entry.
Fields for Issue Detail Category:
| Field | Description | Required |
|---|---|---|
| Category | A unique name for the main issue category. This serves as the record's ID. | Yes |
| Select Level | A mandatory dropdown to classify the category as related to "Vehicle" or "Office". | Yes |
| Subcategory List | A table where you define the specific subcategories (e.g., "Engine Overheating") that belong to this main category. | No |
Recording Specific Issues
The Issue Detail record is used to capture the specifics of a particular problem. This is typically used within other forms, such as a "Support Ticket" or a "Vehicle Inspection" log, where you can add multiple issues in a table.
How an Issue is Recorded:
When a user needs to report a problem, they will typically interact with a table of "Issue Details" on a parent form. In each row of this table, they will:
- Select an issue Category from the master list you created.
- Select a Subcategory from the filtered list that belongs to the chosen category.
- Provide a brief Description of the specific problem or observation.
Fields for an Issue Detail Record:
| Field | Description |
|---|---|
| Category | A link to select the main Issue Detail Category. |
| Subcategory | A link to select a specific Issue Detail Subcategory. |
| Description | A text field for adding specific notes or details about the issue. |