Stationed At Master
Navigation Path
Company → Masters → Stationed At Master
Module URL
- Stationed At Master Page:
/masters/stationed-at-master
ℹ️ The same page is used for listing, adding, editing, and deleting Stationed At records.
1. Stationed At List Section
Purpose
Displays all configured Stationed At records and allows users to manage them.
List Table Columns
| Column Name | Description |
|---|---|
| S No | Serial number |
| Code | Unique code for the stationed location |
| Description | Description of the stationed location |
| Actions | Edit and Delete |
Available Features
- Global search by Code or Description
- Column-level filter for Code and Description
- Checkbox selection for rows
- Edit and Delete actions for each record
2. Add Stationed At
Purpose
Allows administrators to add a new Stationed At record.
Form Fields
| Field Name | Type | Mandatory | Description |
|---|---|---|---|
| Code | Text Input | Yes | Enter stationed at code |
| Description | Text Input | Yes | Enter stationed at description |
Actions
| Action | Behavior |
|---|---|
| Save | Validates and saves the record |
| Reset | Clears entered values |
Validation Rules
- Code cannot be empty
- Description cannot be empty
- Duplicate codes are not allowed
3. Edit Stationed At
Purpose
Allows modification of an existing Stationed At record.
Behavior
- Clicking the Edit icon loads the record in edit mode
- Code and Description fields are pre-filled with existing data
Editable Fields
| Field Name | Editable |
|---|---|
| Code | Yes |
| Description | Yes |
Actions
| Action | Behavior |
|---|---|
| Update | Saves the updated record |
| Cancel | Discards changes |
4. Delete Stationed At
Purpose
Allows removal of a Stationed At record.
Delete Flow
-
Click the Delete icon from the Actions column
-
A confirmation popup appears:
Are you sure you want to delete this Stationed At record?
-
User options:
- Yes / Confirm → Permanently deletes the record
- Cancel → Closes the confirmation dialog
Delete Behavior
- Deletion is permanent
- Deletion may be restricted if the record is already mapped to:
- Employees
- Units
- Deployment or posting records
Summary
The Stationed At Master provides a centralized way to manage employee posting and location descriptions, ensuring consistency across HR and operational modules.
End of Documentation