Skip to content

Activity Log

The Activity Log (via Activity in the top nav) records every change made in the system. It currently holds 111 system events and grows with every action.

M7 Activity Log showing recent hardware events


Action BadgeColourTriggered By
Employee CreatedPurpleAdding a new employee via the Add Employee form
Employee UpdatedBlueEditing any field on an employee record
Asset AssignedGreenAssigning an asset to an employee
Asset CreatedTealRegistering a new asset via Add Asset
Asset UpdatedOrangeEditing any field on an existing asset

ColumnDescription
ActionColour-coded badge showing event type
TypeEntity affected: Employee or Asset
DescriptionHuman-readable summary of the change
TimeDate the event occurred (e.g. 02 Mar 2026)

sequenceDiagram
participant Staff
participant M7 App
participant Database
participant Activity Log
Staff->>M7 App: Perform action (create / update / assign)
M7 App->>Database: Save change
M7 App->>Activity Log: Write event record
Activity Log-->>Staff: Visible immediately in Activity page

ActionTypeDescription
Employee CreatedEmployeeCreated employee “Pakkapol Sirirangsee”
Employee CreatedEmployeeCreated employee “Thanyapong Korwattana”
Asset AssignedAssetAssigned “Atp” (HW-00001) to Attaporn Sangsri (Ten)
Employee UpdatedEmployeeUpdated employee “Bunyaporn Khamthong (Kwang)“
Employee UpdatedEmployeeUpdated employee “Wimontri Sriphumrach (Mon)“

  • Log entries cannot be edited or deleted — the log is append-only
  • All 111 events shown are from 02 Mar 2026 onwards
  • There is no pagination limit shown — all events are listed chronologically (most recent first)