Frontend
Masters
Stationed At Master

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 NameDescription
S NoSerial number
CodeUnique code for the stationed location
DescriptionDescription of the stationed location
ActionsEdit 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 NameTypeMandatoryDescription
CodeText InputYesEnter stationed at code
DescriptionText InputYesEnter stationed at description

Actions

ActionBehavior
SaveValidates and saves the record
ResetClears 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 NameEditable
CodeYes
DescriptionYes

Actions

ActionBehavior
UpdateSaves the updated record
CancelDiscards changes

4. Delete Stationed At

Purpose

Allows removal of a Stationed At record.

Delete Flow

  1. Click the Delete icon from the Actions column

  2. A confirmation popup appears:

    Are you sure you want to delete this Stationed At record?

  3. 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