mirror of
https://github.com/SpudGunMan/meshing-around.git
synced 2026-08-07 01:13:14 +02:00
docs
This commit is contained in:
+2
-2
@@ -139,8 +139,8 @@ The checklist module provides asset tracking and accountability features with sa
|
||||
| `checkin` | Check in a node/asset |
|
||||
| `checkout` | Check out a node/asset |
|
||||
| `checklist` | Show active check-ins |
|
||||
| `purgein` | Delete your check-in record |
|
||||
| `purgeout` | Delete your check-out record |
|
||||
| `approvecl` | Admin Approve id |
|
||||
| `denycl` | Admin Remove id |
|
||||
|
||||
#### Advanced Features
|
||||
|
||||
|
||||
@@ -155,14 +155,14 @@ ID: Tech2 checked-In for 00:15:30📝Equipment repair
|
||||
|
||||
#### Approve Check-in
|
||||
```
|
||||
clok <checkin_id>
|
||||
approvecl <checkin_id>
|
||||
```
|
||||
|
||||
Approve a pending check-in (requires admin privileges).
|
||||
|
||||
**Example:**
|
||||
```
|
||||
clok 123
|
||||
approvecl 123
|
||||
```
|
||||
|
||||
#### Deny Check-in
|
||||
|
||||
Reference in New Issue
Block a user