From 6d33653db085da5808080c3ff1fd02062cd00a1b Mon Sep 17 00:00:00 2001 From: Jon Date: Thu, 19 Jun 2025 22:27:54 +0930 Subject: [PATCH] feat(human_resources): Add model tag for Employee model ref: #839 closes #843 --- docs/projects/centurion_erp/user/core/markdown.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/projects/centurion_erp/user/core/markdown.md b/docs/projects/centurion_erp/user/core/markdown.md index 63ec6fcf..b0d0e86e 100644 --- a/docs/projects/centurion_erp/user/core/markdown.md +++ b/docs/projects/centurion_erp/user/core/markdown.md @@ -80,6 +80,7 @@ A Model link is a reference to an item within the database. Supported model link | device| `$device-` | | devicemodel| `$device_model-` | | devicetype| `$device_type-` | +| employee | `$entity-` | | entity | `$entity-` | | externallink| `$external_link-` | | featureflag| `$feature_flag-` |