Files
ERP-core/graphify-out/graph.html
T
Kalana B. Thilakarathna 3cccaf4c63 graphify added
2026-07-31 11:53:20 +05:30

320 lines
6.3 MiB
Plaintext

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>graphify - graphify-out\graph.html</title>
<script src="https://unpkg.com/vis-network@9.1.6/standalone/umd/vis-network.min.js"
integrity="sha384-Ux6phic9PEHJ38YtrijhkzyJ8yQlH8i/+buBR8s3mAZOJrP1gwyvAcIYl3GWtpX1"
crossorigin="anonymous"></script>
<style>
* { box-sizing: border-box; margin: 0; padding: 0; }
body { background: #0f0f1a; color: #e0e0e0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; display: flex; height: 100vh; overflow: hidden; }
#graph { flex: 1; }
#sidebar { width: 280px; background: #1a1a2e; border-left: 1px solid #2a2a4e; display: flex; flex-direction: column; overflow: hidden; }
#search-wrap { padding: 12px; border-bottom: 1px solid #2a2a4e; }
#search { width: 100%; background: #0f0f1a; border: 1px solid #3a3a5e; color: #e0e0e0; padding: 7px 10px; border-radius: 6px; font-size: 13px; outline: none; }
#search:focus { border-color: #4E79A7; }
#search-results { max-height: 140px; overflow-y: auto; padding: 4px 12px; border-bottom: 1px solid #2a2a4e; display: none; }
.search-item { padding: 4px 6px; cursor: pointer; border-radius: 4px; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.search-item:hover { background: #2a2a4e; }
#info-panel { padding: 14px; border-bottom: 1px solid #2a2a4e; min-height: 140px; }
#info-panel h3 { font-size: 13px; color: #aaa; margin-bottom: 8px; text-transform: uppercase; letter-spacing: 0.05em; }
#info-content { font-size: 13px; color: #ccc; line-height: 1.6; }
#info-content .field { margin-bottom: 5px; }
#info-content .field b { color: #e0e0e0; }
#info-content .empty { color: #555; font-style: italic; }
.neighbor-link { display: block; padding: 2px 6px; margin: 2px 0; border-radius: 3px; cursor: pointer; font-size: 12px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; border-left: 3px solid #333; }
.neighbor-link:hover { background: #2a2a4e; }
#neighbors-list { max-height: 160px; overflow-y: auto; margin-top: 4px; }
#legend-wrap { flex: 1; overflow-y: auto; padding: 12px; }
#legend-wrap h3 { font-size: 13px; color: #aaa; margin-bottom: 10px; text-transform: uppercase; letter-spacing: 0.05em; }
.legend-item { display: flex; align-items: center; gap: 8px; padding: 4px 0; cursor: pointer; border-radius: 4px; font-size: 12px; }
.legend-item:hover { background: #2a2a4e; padding-left: 4px; }
.legend-item.dimmed { opacity: 0.35; }
.legend-dot { width: 12px; height: 12px; border-radius: 50%; flex-shrink: 0; }
.legend-label { flex: 1; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.legend-count { color: #666; font-size: 11px; }
#stats { padding: 10px 14px; border-top: 1px solid #2a2a4e; font-size: 11px; color: #555; }
#legend-controls { display: flex; align-items: center; gap: 8px; margin-bottom: 8px; padding: 4px 0; }
#legend-controls label { display: flex; align-items: center; gap: 6px; cursor: pointer; font-size: 12px; color: #aaa; user-select: none; }
#legend-controls label:hover { color: #e0e0e0; }
.legend-cb, #select-all-cb { appearance: none; -webkit-appearance: none; width: 14px; height: 14px; border: 1.5px solid #3a3a5e; border-radius: 3px; background: #0f0f1a; cursor: pointer; position: relative; flex-shrink: 0; }
.legend-cb:checked, #select-all-cb:checked { background: #4E79A7; border-color: #4E79A7; }
.legend-cb:checked::after, #select-all-cb:checked::after { content: ''; position: absolute; left: 3.5px; top: 1px; width: 4px; height: 7px; border: solid #fff; border-width: 0 2px 2px 0; transform: rotate(45deg); }
#select-all-cb:indeterminate { background: #4E79A7; border-color: #4E79A7; }
#select-all-cb:indeterminate::after { content: ''; position: absolute; left: 2px; top: 5px; width: 8px; height: 2px; background: #fff; border: none; transform: none; }
</style>
</head>
<body>
<div id="graph"></div>
<div id="sidebar">
<div id="search-wrap">
<input id="search" type="text" placeholder="Search nodes..." autocomplete="off">
<div id="search-results"></div>
</div>
<div id="info-panel">
<h3>Node Info</h3>
<div id="info-content"><span class="empty">Click a node to inspect it</span></div>
</div>
<div id="legend-wrap">
<h3>Communities</h3>
<div id="legend-controls">
<label><input type="checkbox" id="select-all-cb" checked onchange="toggleAllCommunities(!this.checked)">Select All</label>
</div>
<div id="legend"></div>
</div>
<div id="stats">4512 nodes &middot; 14753 edges &middot; 193 communities</div>
</div>
<script>
const RAW_NODES = [{"id": "backend_erpcore", "label": "ERPCore.sln", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.sln", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore.sln", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_erpcore", "label": "ERPCore.csproj", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.csproj", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_common_http_etag", "label": "ETag.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ETag.cs", "community": 104, "community_name": "ETag Concurrency", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "file_type": "code", "degree": 2}, {"id": "csharp_namespace:3e2afa45c74d8822", "label": "ERPCore.Common.Http", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Common.Http", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "file_type": "code", "degree": 41}, {"id": "backend_erpcore_common_http_etag_erpcore_common_http_etag", "label": "ETag", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ETag", "community": 104, "community_name": "ETag Concurrency", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_common_http_etag_erpcore_common_http_etag_from", "label": ".From()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".From()", "community": 104, "community_name": "ETag Concurrency", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_common_http_etag_erpcore_common_http_etag_tryparse", "label": ".TryParse()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".TryParse()", "community": 104, "community_name": "ETag Concurrency", "source_file": "Backend/ERPCore/Common/Http/ETag.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_common_http_etagged", "label": "ETagged.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ETagged.cs", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Common/Http/ETagged.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "label": "ETagged", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 22.3, "font": {"size": 12, "color": "#ffffff"}, "title": "ETagged", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Common/Http/ETagged.cs", "file_type": "code", "degree": 118}, {"id": "backend_erpcore_common_models_pagedresult", "label": "PagedResult.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PagedResult.cs", "community": 118, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "file_type": "code", "degree": 3}, {"id": "csharp_namespace:aa77b7c211b04e8a", "label": "ERPCore.Common.Models", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Common.Models", "community": 118, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_common_models_pagedresult_erpcore_common_models_paginationmeta", "label": "PaginationMeta", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginationMeta", "community": 118, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_common_models_pagedresult_erpcore_common_models_pagedresult", "label": "PagedResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PagedResult", "community": 118, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Common/Models/PagedResult.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_common_models_pagedresult_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 118, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_common_models_result", "label": "Result.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Result.cs", "community": 118, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_common_models_result_erpcore_common_models_result", "label": "Result", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Result", "community": 118, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_common_models_result_erpcore_common_models_result_success", "label": ".Success()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Success()", "community": 118, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_common_models_result_erpcore_common_models_result_failure", "label": ".Failure()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Failure()", "community": 118, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Common/Models/Result.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_apicontrollerbase", "label": "ApiControllerBase.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ApiControllerBase.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "file_type": "code", "degree": 5}, {"id": "csharp_namespace:84899ea98391f308", "label": "ERPCore.Controllers", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Controllers", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "file_type": "code", "degree": 30}, {"id": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "label": "ApiControllerBase", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ApiControllerBase", "community": 104, "community_name": "ETag Concurrency", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "file_type": "code", "degree": 31}, {"id": "controllerbase", "label": "ControllerBase", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ControllerBase", "community": 104, "community_name": "ETag Concurrency", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "label": ".RequireIfMatch()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".RequireIfMatch()", "community": 104, "community_name": "ETag Concurrency", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "file_type": "code", "degree": 21}, {"id": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "label": ".SetETag()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 16.3, "font": {"size": 12, "color": "#ffffff"}, "title": ".SetETag()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Controllers/ApiControllerBase.cs", "file_type": "code", "degree": 60}, {"id": "backend_erpcore_controllers_auditlogscontroller", "label": "AuditLogsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditLogsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller", "label": "AuditLogsController", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditLogsController", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "file_type": "code", "degree": 4}, {"id": "apicontrollerbase", "label": "ApiControllerBase", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ApiControllerBase", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 16}, {"id": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "label": ".List()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Controllers/AuditLogsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_auditlogscontroller_cs_dateonly", "label": "DateOnly", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateOnly", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_auditlogscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_auditlogscontroller_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_auditlogscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_auditlogscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_auditlogscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_authcontroller", "label": "AuthController.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthController.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "label": "AuthController", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthController", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 33}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "label": ".Me()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Me()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 25}, {"id": "backend_erpcore_controllers_authcontroller_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 25}, {"id": "backend_erpcore_controllers_authcontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 17}, {"id": "backend_erpcore_controllers_authcontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 25}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "label": ".Register()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Register()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_authcontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 20}, {"id": "allowanonymous", "label": "AllowAnonymous", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AllowAnonymous", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "label": ".Login()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Login()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "label": ".VerifyLoginOtp()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyLoginOtp()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "label": ".RefreshToken()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".RefreshToken()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "label": ".GetUserDetails()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetUserDetails()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_cs_guid", "label": "Guid", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "label": ".GetSessions()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSessions()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "label": ".ChangeStatus()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ChangeStatus()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "validatecsrf", "label": "ValidateCsrf", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ValidateCsrf", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "label": ".Lock()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Lock()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "label": ".ChangePassword()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".ChangePassword()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "label": ".VerifyPassword()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyPassword()", "community": 139, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "label": ".Logout()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Logout()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resolvetokenuserid", "label": ".ResolveTokenUserId()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResolveTokenUserId()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "label": ".UpdateMe()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateMe()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_authcontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "label": ".InitiateTwoFa()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".InitiateTwoFa()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "label": ".CompleteTwoFa()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".CompleteTwoFa()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "label": ".VerifyTwoFa()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyTwoFa()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "label": ".DisableTwoFa()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".DisableTwoFa()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "label": ".GetTwoFaStatus()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetTwoFaStatus()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "label": ".ForgotPassword()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ForgotPassword()", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "label": ".VerifyRecoveryOtp()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyRecoveryOtp()", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "label": ".ResetPassword()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPassword()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "label": ".ResetPasswordWithToken()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPasswordWithToken()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "label": ".CheckAvailability()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".CheckAvailability()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "label": ".SendOtp()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".SendOtp()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "label": ".VerifyAltOtp()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyAltOtp()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": ".RequireBearerToken()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".RequireBearerToken()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/AuthController.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_controllers_brandscontroller", "label": "BrandsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "BrandsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "label": "BrandsController", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "BrandsController", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "label": ".List()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_brandscontroller_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_brandscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_brandscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "label": ".GetById()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "label": ".Create()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_brandscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "label": ".Update()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_brandscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Controllers/BrandsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_brandscontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_brandscontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_categoriescontroller", "label": "CategoriesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CategoriesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "label": "CategoriesController", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CategoriesController", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "label": ".List()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_categoriescontroller_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_categoriescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "label": ".GetById()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "label": ".Create()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_categoriescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "label": ".Update()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_categoriescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_categoriescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_categoriescontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "label": ".ListSubCategories()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListSubCategories()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "label": ".CreateSubCategory()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateSubCategory()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Controllers/CategoriesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_dashboardcontroller", "label": "DashboardController.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardController.cs", "community": 148, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller", "label": "DashboardController", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardController", "community": 74, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "label": ".GetStats()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetStats()", "community": 74, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Controllers/DashboardController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_dashboardcontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 74, "community_name": "Dashboard API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_dashboardcontroller_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 74, "community_name": "Dashboard API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_dashboardcontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 74, "community_name": "Dashboard API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_dashboardcontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 74, "community_name": "Dashboard API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_dashboardcontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 74, "community_name": "Dashboard API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_grnscontroller", "label": "GrnsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "label": "GrnsController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnsController", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "label": ".List()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_grnscontroller_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_grnscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "label": ".GetById()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "label": ".Create()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_grnscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "label": ".Confirm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Confirm()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "label": ".Release()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Release()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Controllers/GrnsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "label": "AttendanceBatchesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceBatchesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 7}, {"id": "csharp_namespace:f20e71ab01590772", "label": "ERPCore.Controllers.Hrm", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Controllers.Hrm", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 16}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "label": "AttendanceBatchesController", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceBatchesController", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "label": ".DownloadTemplate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".DownloadTemplate()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "label": ".List()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "label": ".GetById()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "label": ".Upload()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Upload()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_iformfile", "label": "IFormFile", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IFormFile", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_requestsizelimit", "label": "RequestSizeLimit", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RequestSizeLimit", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "label": ".ListRecords()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListRecords()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_list", "label": "List", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "label": ".UpdateRecord()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateRecord()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "label": ".ResolveDuplicate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResolveDuplicate()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "label": ".Validate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Validate()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "label": ".Confirm()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Confirm()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "label": ".Unlock()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Unlock()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Controllers/Hrm/AttendanceBatchesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_branchescontroller", "label": "BranchesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "BranchesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "label": "BranchesController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "BranchesController", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "label": ".List()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "label": ".GetById()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "label": ".Create()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "label": ".Update()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Controllers/Hrm/BranchesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_branchescontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller", "label": "DepartmentsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "DepartmentsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "label": "DepartmentsController", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "DepartmentsController", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "label": ".List()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "label": ".GetById()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "label": ".Create()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "label": ".Update()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/DepartmentsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_designationscontroller", "label": "DesignationsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "DesignationsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "label": "DesignationsController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "DesignationsController", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "label": ".List()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "label": ".GetById()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "label": ".Create()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "label": ".Update()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Controllers/Hrm/DesignationsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_designationscontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_employeescontroller", "label": "EmployeesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "label": "EmployeesController", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeesController", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 30}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "label": ".List()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 21}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "label": "Task", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 21}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 16}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 21}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "label": ".EmailLookup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".EmailLookup()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "label": ".GetById()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "label": ".Create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "label": ".Update()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "label": ".LinkUser()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".LinkUser()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "label": ".UnlinkUser()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UnlinkUser()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpdelete", "label": "HttpDelete", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpDelete", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "label": ".ListBankDetails()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListBankDetails()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "label": "List", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "label": ".ReplaceBankDetails()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReplaceBankDetails()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "label": ".ListLeaveBalances()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListLeaveBalances()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "label": ".UpdateLeaveBalances()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateLeaveBalances()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "label": ".GetSalaryStructureHistory()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSalaryStructureHistory()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "label": ".CreateSalaryStructure()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateSalaryStructure()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "label": ".ListLoans()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListLoans()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "label": ".GetLoan()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetLoan()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "label": ".CreateLoan()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateLoan()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "label": ".ListDocuments()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListDocuments()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "label": ".UploadDocument()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".UploadDocument()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_iformfile", "label": "IFormFile", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IFormFile", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_cs_requestsizelimit", "label": "RequestSizeLimit", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RequestSizeLimit", "community": 42, "community_name": "Employee Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "label": ".DownloadDocument()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".DownloadDocument()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "label": ".SetDocumentStatus()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetDocumentStatus()", "community": 42, "community_name": "Employee Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmployeesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller", "label": "EmploymentTypesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentTypesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "label": "EmploymentTypesController", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentTypesController", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "label": ".List()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "label": ".GetById()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "label": ".Create()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "label": ".Update()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/EmploymentTypesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "label": "HrDocumentTypesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentTypesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "label": "HrDocumentTypesController", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentTypesController", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "label": ".List()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "label": ".GetById()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "label": ".Create()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "label": ".Update()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrDocumentTypesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller", "label": "HrReportsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HrReportsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "label": "HrReportsController", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HrReportsController", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "label": ".AttendanceSummary()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".AttendanceSummary()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "label": ".Overtime()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Overtime()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "label": ".LateArrivals()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".LateArrivals()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "label": ".PayrollRegister()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".PayrollRegister()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "label": ".SalaryHistory()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".SalaryHistory()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "label": ".LeaveBalances()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".LeaveBalances()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "label": ".DocumentExpiry()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".DocumentExpiry()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Controllers/Hrm/HrReportsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller", "label": "LeaveRequestsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "label": "LeaveRequestsController", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestsController", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "label": ".List()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "label": ".GetById()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "label": ".Create()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "label": ".Submit()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Submit()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "label": ".Approve()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Approve()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "label": ".Reject()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Reject()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "label": ".Cancel()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Cancel()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveRequestsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller", "label": "LeaveTypesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveTypesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "label": "LeaveTypesController", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveTypesController", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "label": ".List()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "label": ".GetById()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "label": ".Create()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "label": ".Update()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Controllers/Hrm/LeaveTypesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller", "label": "PayrollRunsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "label": "PayrollRunsController", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunsController", "community": 82, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "label": ".List()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 82, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "label": "Task", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 82, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 82, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 82, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 82, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "label": ".GetById()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 82, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "label": ".ListLines()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListLines()", "community": 82, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_list", "label": "List", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 82, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "label": ".GetLine()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetLine()", "community": 82, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "label": ".Generate()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Generate()", "community": 82, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 82, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "label": ".Approve()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Approve()", "community": 82, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "label": ".Lock()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Lock()", "community": 82, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "label": ".Unlock()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Unlock()", "community": 82, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "label": ".GeneratePayslips()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GeneratePayslips()", "community": 82, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "label": "PayrollStatutorySettingsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySettingsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "label": "PayrollStatutorySettingsController", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySettingsController", "community": 66, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "label": ".List()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 66, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_list", "label": "List", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "label": ".Create()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 66, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayrollStatutorySettingsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_payslipscontroller", "label": "PayslipsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayslipsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "label": "PayslipsController", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PayslipsController", "community": 86, "community_name": "Payslip API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "label": ".GetById()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 86, "community_name": "Payslip API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 86, "community_name": "Payslip API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 86, "community_name": "Payslip API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 86, "community_name": "Payslip API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 86, "community_name": "Payslip API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 86, "community_name": "Payslip API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "label": ".View()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".View()", "community": 86, "community_name": "Payslip API", "source_file": "Backend/ERPCore/Controllers/Hrm/PayslipsController.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_hrm_payslipscontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 86, "community_name": "Payslip API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "label": "SalaryComponentsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "label": "SalaryComponentsController", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentsController", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "label": ".List()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "label": ".GetById()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "label": ".Create()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "label": ".Update()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Controllers/Hrm/SalaryComponentsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller", "label": "TaxSlabsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxSlabsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "label": "TaxSlabsController", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxSlabsController", "community": 68, "community_name": "Tax Slab API", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "label": ".List()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 68, "community_name": "Tax Slab API", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "label": ".Create()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 68, "community_name": "Tax Slab API", "source_file": "Backend/ERPCore/Controllers/Hrm/TaxSlabsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller", "label": "WorkShiftsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShiftsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "label": "WorkShiftsController", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShiftsController", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "label": ".List()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "label": ".GetById()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "label": ".Create()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "label": ".Update()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Controllers/Hrm/WorkShiftsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_itemtypescontroller", "label": "ItemTypesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemTypesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "label": "ItemTypesController", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemTypesController", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "label": ".List()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_itemtypescontroller_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_itemtypescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_itemtypescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "label": ".GetById()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "label": ".Create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_itemtypescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "label": ".Update()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_itemtypescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Controllers/ItemTypesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_itemtypescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_itemtypescontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_itemscontroller", "label": "ItemsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "label": "ItemsController", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemsController", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "label": ".List()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_itemscontroller_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_itemscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "label": ".GetById()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "label": ".Create()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_itemscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "label": ".Update()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_itemscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_itemscontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_itemscontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "label": ".UpdateReorder()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateReorder()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "label": ".UpdateUomConversions()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateUomConversions()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Controllers/ItemsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_journalentriescontroller", "label": "JournalEntriesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "JournalEntriesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller", "label": "JournalEntriesController", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "JournalEntriesController", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "label": ".List()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Controllers/JournalEntriesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_journalentriescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_journalentriescontroller_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_journalentriescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_journalentriescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_journalentriescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_metacontroller", "label": "MetaController.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "MetaController.cs", "community": 104, "community_name": "ETag Concurrency", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller", "label": "MetaController", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "MetaController", "community": 104, "community_name": "ETag Concurrency", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller_get", "label": ".Get()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Get()", "community": 104, "community_name": "ETag Concurrency", "source_file": "Backend/ERPCore/Controllers/MetaController.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_metacontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 104, "community_name": "ETag Concurrency", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_metacontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 104, "community_name": "ETag Concurrency", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_navcontroller", "label": "NavController.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NavController.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller", "label": "NavController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NavController", "community": 110, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "label": ".GetTree()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetTree()", "community": 110, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Controllers/NavController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_navcontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 110, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_navcontroller_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 110, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_navcontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 110, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_navcontroller_cs_list", "label": "List", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 110, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_navcontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 110, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_navcontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 110, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_productconfigcontroller", "label": "ProductConfigController.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfigController.cs", "community": 149, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "label": "ProductConfigController", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfigController", "community": 77, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "label": ".Get()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Get()", "community": 77, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productconfigcontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 77, "community_name": "Product Config API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_productconfigcontroller_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 77, "community_name": "Product Config API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_productconfigcontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 77, "community_name": "Product Config API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_productconfigcontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 77, "community_name": "Product Config API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_productconfigcontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 77, "community_name": "Product Config API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "label": ".Update()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 77, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Controllers/ProductConfigController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_productconfigcontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 77, "community_name": "Product Config API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_productionrunscontroller", "label": "ProductionRunsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "label": "ProductionRunsController", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunsController", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 15}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "label": ".List()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_controllers_productionrunscontroller_cs_task", "label": "Task", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_controllers_productionrunscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "label": ".GetById()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "label": ".Create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "label": ".UpdateQuantities()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateQuantities()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productionrunscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "label": ".Start()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Start()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "label": ".Complete()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Complete()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "label": ".Approve()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Approve()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "label": ".Transfer()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Transfer()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "label": ".ReturnLeftover()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReturnLeftover()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "label": ".RejectIntake()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".RejectIntake()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "label": ".Reject()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Reject()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "label": ".Cancel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Cancel()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Controllers/ProductionRunsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productiontemplatescontroller", "label": "ProductionTemplatesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionTemplatesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "label": "ProductionTemplatesController", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionTemplatesController", "community": 83, "community_name": "Production Templates API", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "label": ".List()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 83, "community_name": "Production Templates API", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 83, "community_name": "Production Templates API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 83, "community_name": "Production Templates API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 83, "community_name": "Production Templates API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 83, "community_name": "Production Templates API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 83, "community_name": "Production Templates API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "label": ".GetById()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 83, "community_name": "Production Templates API", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "label": ".Create()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 83, "community_name": "Production Templates API", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 83, "community_name": "Production Templates API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "label": ".Update()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 83, "community_name": "Production Templates API", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 83, "community_name": "Production Templates API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 83, "community_name": "Production Templates API", "source_file": "Backend/ERPCore/Controllers/ProductionTemplatesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 83, "community_name": "Production Templates API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_productiontemplatescontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 83, "community_name": "Production Templates API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_purchaseorderscontroller", "label": "PurchaseOrdersController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrdersController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "label": "PurchaseOrdersController", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrdersController", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "label": ".List()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "label": ".GetById()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "label": ".Create()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "label": ".Update()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "label": ".Submit()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Submit()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "label": ".Delete()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".Delete()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpdelete", "label": "HttpDelete", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpDelete", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "label": ".Approve()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Approve()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "label": ".Cancel()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Cancel()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Controllers/PurchaseOrdersController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_purchasereturnscontroller", "label": "PurchaseReturnsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "label": "PurchaseReturnsController", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnsController", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "label": ".List()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_purchasereturnscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_purchasereturnscontroller_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_purchasereturnscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_purchasereturnscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_purchasereturnscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "label": ".GetById()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "label": ".Create()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Controllers/PurchaseReturnsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_purchasereturnscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_reasoncodescontroller", "label": "ReasonCodesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCodesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "label": "ReasonCodesController", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCodesController", "community": 75, "community_name": "Reason Codes API", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "label": ".List()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 75, "community_name": "Reason Codes API", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_reasoncodescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 75, "community_name": "Reason Codes API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_reasoncodescontroller_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 75, "community_name": "Reason Codes API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_reasoncodescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 75, "community_name": "Reason Codes API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_reasoncodescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 75, "community_name": "Reason Codes API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_reasoncodescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 75, "community_name": "Reason Codes API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "label": ".Create()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 75, "community_name": "Reason Codes API", "source_file": "Backend/ERPCore/Controllers/ReasonCodesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_reasoncodescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 75, "community_name": "Reason Codes API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_requisitionscontroller", "label": "RequisitionsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "label": "RequisitionsController", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionsController", "community": 111, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "label": ".List()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 111, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_requisitionscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 111, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_requisitionscontroller_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 111, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_requisitionscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 111, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_requisitionscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 111, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_requisitionscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 111, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "label": ".GetById()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 111, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "label": ".Create()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 111, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_requisitionscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 111, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "label": ".Submit()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Submit()", "community": 111, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Controllers/RequisitionsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_rfqscontroller", "label": "RfqsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "label": "RfqsController", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqsController", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "label": ".List()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 44, "community_name": "RFQ Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_rfqscontroller_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 44, "community_name": "RFQ Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 44, "community_name": "RFQ Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_rfqscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 44, "community_name": "RFQ Management API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 44, "community_name": "RFQ Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "label": ".GetById()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "label": ".Create()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_rfqscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 44, "community_name": "RFQ Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "label": ".AddQuotation()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddQuotation()", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "label": ".Comparison()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Comparison()", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Controllers/RfqsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_rolescontroller", "label": "RolesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RolesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "label": "RolesController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RolesController", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "label": ".List()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_rolescontroller_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_rolescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "label": ".GetById()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "label": ".Create()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_rolescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "label": ".Update()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_rolescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_rolescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_rolescontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "label": ".Delete()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".Delete()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_controllers_rolescontroller_cs_httpdelete", "label": "HttpDelete", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpDelete", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "label": ".GetPermissions()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetPermissions()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "label": ".AssignPermissions()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".AssignPermissions()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Controllers/RolesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller", "label": "StockAdjustmentsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustmentsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "label": "StockAdjustmentsController", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustmentsController", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "label": ".List()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "label": ".GetById()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "label": ".Create()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Controllers/StockAdjustmentsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_stockadjustmentscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_stockcontroller", "label": "StockController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StockController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "label": "StockController", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "StockController", "community": 90, "community_name": "Stock Snapshot API", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "label": ".OnHand()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".OnHand()", "community": 90, "community_name": "Stock Snapshot API", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 90, "community_name": "Stock Snapshot API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_stockcontroller_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 90, "community_name": "Stock Snapshot API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 90, "community_name": "Stock Snapshot API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_stockcontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 90, "community_name": "Stock Snapshot API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 90, "community_name": "Stock Snapshot API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "label": ".OnHandList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".OnHandList()", "community": 90, "community_name": "Stock Snapshot API", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "label": ".Ledger()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Ledger()", "community": 90, "community_name": "Stock Snapshot API", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_stockcontroller_cs_dateonly", "label": "DateOnly", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateOnly", "community": 90, "community_name": "Stock Snapshot API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "label": ".Valuation()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Valuation()", "community": 90, "community_name": "Stock Snapshot API", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "label": ".ReorderAlerts()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReorderAlerts()", "community": 90, "community_name": "Stock Snapshot API", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "label": ".SuggestRequisition()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SuggestRequisition()", "community": 90, "community_name": "Stock Snapshot API", "source_file": "Backend/ERPCore/Controllers/StockController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_stockcontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 90, "community_name": "Stock Snapshot API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_stockcountscontroller", "label": "StockCountsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCountsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "label": "StockCountsController", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCountsController", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "label": ".List()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_stockcountscontroller_cs_task", "label": "Task", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_stockcountscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "label": ".GetById()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "label": ".Create()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_stockcountscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "label": ".EnterCounts()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnterCounts()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_stockcountscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "label": ".Post()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Post()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Controllers/StockCountsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_stocktransferscontroller", "label": "StockTransfersController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransfersController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "label": "StockTransfersController", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransfersController", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "label": ".List()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_stocktransferscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "label": ".GetById()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "label": ".Create()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_stocktransferscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "label": ".Dispatch()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Dispatch()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "label": ".Receive()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Receive()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Controllers/StockTransfersController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_subcategoriescontroller", "label": "SubCategoriesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SubCategoriesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "label": "SubCategoriesController", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "SubCategoriesController", "community": 105, "community_name": "Category Management API", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "label": ".GetById()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 105, "community_name": "Category Management API", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_subcategoriescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 105, "community_name": "Category Management API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_subcategoriescontroller_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 105, "community_name": "Category Management API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_subcategoriescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 105, "community_name": "Category Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_subcategoriescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 105, "community_name": "Category Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_subcategoriescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 105, "community_name": "Category Management API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "label": ".Update()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 105, "community_name": "Category Management API", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_subcategoriescontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 105, "community_name": "Category Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 105, "community_name": "Category Management API", "source_file": "Backend/ERPCore/Controllers/SubCategoriesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_subcategoriescontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 105, "community_name": "Category Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_subcategoriescontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 105, "community_name": "Category Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_uomscontroller", "label": "UomsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UomsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "label": "UomsController", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UomsController", "community": 78, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "label": ".List()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 78, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_uomscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 78, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_uomscontroller_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 78, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_uomscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 78, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_uomscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 78, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_uomscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 78, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "label": ".Create()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 78, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Controllers/UomsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_uomscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 78, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_userscontroller", "label": "UsersController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UsersController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "label": "UsersController", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "UsersController", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "label": ".EmailLookup()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".EmailLookup()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_userscontroller_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_userscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_userscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "label": ".List()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "label": ".ListUserTypes()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListUserTypes()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_userscontroller_cs_list", "label": "List", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "label": ".GetById()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "label": ".Create()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_userscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "label": ".UpdateRole()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateRole()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Controllers/UsersController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_userscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_vendorscontroller", "label": "VendorsController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorsController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "label": "VendorsController", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorsController", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "label": ".List()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_vendorscontroller_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_vendorscontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_controllers_vendorscontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "label": ".GetById()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "label": ".Create()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_vendorscontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "label": ".Update()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_controllers_vendorscontroller_cs_httpput", "label": "HttpPut", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPut", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "label": ".SetStatus()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatus()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Controllers/VendorsController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_vendorscontroller_cs_iactionresult", "label": "IActionResult", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IActionResult", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_vendorscontroller_cs_httppatch", "label": "HttpPatch", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPatch", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_warehousescontroller", "label": "WarehousesController.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehousesController.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "label": "WarehousesController", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehousesController", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "label": ".List()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".List()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_warehousescontroller_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "label": "ActionResult", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionResult", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_warehousescontroller_cs_httpget", "label": "HttpGet", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpGet", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "label": "ProducesResponseType", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProducesResponseType", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "label": ".GetById()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetById()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "label": ".Create()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_warehousescontroller_cs_httppost", "label": "HttpPost", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpPost", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "label": ".ListBins()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListBins()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_controllers_warehousescontroller_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "label": ".CreateBin()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateBin()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Controllers/WarehousesController.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_documenttypes", "label": "DocumentTypes.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentTypes.cs", "community": 150, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Domain/DocumentTypes.cs", "file_type": "code", "degree": 2}, {"id": "csharp_namespace:69d3c218db255e97", "label": "ERPCore.Domain", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Domain", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Domain/DocumentTypes.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_domain_documenttypes_erpcore_domain_documenttypes", "label": "DocumentTypes", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentTypes", "community": 150, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Domain/DocumentTypes.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_documenttypes_cs_string", "label": "string", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 150, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_attendancerecord", "label": "AttendanceRecord.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceRecord.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "file_type": "code", "degree": 3}, {"id": "csharp_namespace:ebc338855f18487b", "label": "ERPCore.Domain.Entities", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 30.4, "font": {"size": 12, "color": "#ffffff"}, "title": "ERPCore.Domain.Entities", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "file_type": "code", "degree": 195}, {"id": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "label": "AttendanceRecord", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceRecord", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceRecord.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_domain_entities_attendancerecord_cs_datetime", "label": "DateTime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_attendancerecord_cs_timespan", "label": "TimeSpan", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TimeSpan", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_attendanceuploadbatch", "label": "AttendanceUploadBatch.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceUploadBatch.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceUploadBatch.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "label": "AttendanceUploadBatch", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceUploadBatch", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Entities/AttendanceUploadBatch.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_attendanceuploadbatch_cs_datetime", "label": "DateTime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_auditlog", "label": "AuditLog.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditLog.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/AuditLog.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "label": "AuditLog", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditLog", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Domain/Entities/AuditLog.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_entities_auditlog_cs_datetime", "label": "DateTime", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_batch", "label": "Batch.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Batch.cs", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Domain/Entities/Batch.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "label": "Batch", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Batch", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Domain/Entities/Batch.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_batch_cs_dateonly", "label": "DateOnly", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateOnly", "community": 87, "community_name": "Batch Processing Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_bin", "label": "Bin.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Bin.cs", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/Bin.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "label": "Bin", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Bin", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/Bin.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_entities_branch", "label": "Branch.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Branch.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Branch.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "label": "Branch", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Branch", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/Branch.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_domain_entities_branch_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_brand", "label": "Brand.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Brand.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Brand.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "label": "Brand", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Brand", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/Brand.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_domain_entities_brand_cs_datetime", "label": "DateTime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_category", "label": "Category.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Category.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "label": "Category", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Category", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/Category.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_domain_entities_category_cs_datetime", "label": "DateTime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_category_cs_icollection", "label": "ICollection", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_department", "label": "Department.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Department.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "label": "Department", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Department", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/Department.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_department_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_designation", "label": "Designation.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Designation.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "label": "Designation", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Designation", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/Designation.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_domain_entities_designation_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_employee", "label": "Employee.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Employee.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "label": "Employee", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Employee", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/Employee.cs", "file_type": "code", "degree": 24}, {"id": "backend_erpcore_domain_entities_employee_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_employeebankdetail", "label": "EmployeeBankDetail.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeBankDetail.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeBankDetail.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "label": "EmployeeBankDetail", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeBankDetail", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeBankDetail.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_entities_employeebankdetail_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_employeedocument", "label": "EmployeeDocument.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocument.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "label": "EmployeeDocument", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocument", "community": 112, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeDocument.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_employeedocument_cs_datetime", "label": "DateTime", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 112, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_employeeloan", "label": "EmployeeLoan.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeLoan.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "label": "EmployeeLoan", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeLoan", "community": 96, "community_name": "Employee Loan Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeLoan.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_domain_entities_employeeloan_cs_datetime", "label": "DateTime", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 96, "community_name": "Employee Loan Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_employeeloan_cs_list", "label": "List", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 96, "community_name": "Employee Loan Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_employeesalarystructure", "label": "EmployeeSalaryStructure.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructure.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "label": "EmployeeSalaryStructure", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructure", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructure.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_domain_entities_employeesalarystructure_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_employeesalarystructure_cs_list", "label": "List", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_employeesalarystructureline", "label": "EmployeeSalaryStructureLine.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructureLine.cs", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructureLine.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "label": "EmployeeSalaryStructureLine", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructureLine", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmployeeSalaryStructureLine.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_employmenttype", "label": "EmploymentType.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentType.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmploymentType.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "label": "EmploymentType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentType", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/EmploymentType.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_domain_entities_employmenttype_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_grn", "label": "Grn.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Grn.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "label": "Grn", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Grn", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/Grn.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_domain_entities_grn_cs_datetime", "label": "DateTime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_grn_cs_icollection", "label": "ICollection", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_grnline", "label": "GrnLine.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnLine.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "label": "GrnLine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnLine", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/GrnLine.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_domain_entities_hrdocumenttype", "label": "HrDocumentType.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentType.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "label": "HrDocumentType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentType", "community": 112, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/HrDocumentType.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_hrdocumenttype_cs_datetime", "label": "DateTime", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 112, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_item", "label": "Item.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Item.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "label": "Item", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Item", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/Item.cs", "file_type": "code", "degree": 39}, {"id": "backend_erpcore_domain_entities_item_cs_datetime", "label": "DateTime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_item_cs_icollection", "label": "ICollection", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_itemreorder", "label": "ItemReorder.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemReorder.cs", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "label": "ItemReorder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemReorder", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/ItemReorder.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_itemtype", "label": "ItemType.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemType.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/ItemType.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "label": "ItemType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemType", "community": 140, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/ItemType.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_entities_itemtype_cs_datetime", "label": "DateTime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 140, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_journalentrystub", "label": "JournalEntryStub.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "JournalEntryStub.cs", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Domain/Entities/JournalEntryStub.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_journalentrystub_erpcore_domain_entities_journalentrystub", "label": "JournalEntryStub", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "JournalEntryStub", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Domain/Entities/JournalEntryStub.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_domain_entities_leavebalance", "label": "LeaveBalance.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalance.cs", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/LeaveBalance.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "label": "LeaveBalance", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalance", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Entities/LeaveBalance.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_leavebalance_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_leaverequest", "label": "LeaveRequest.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequest.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "label": "LeaveRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequest", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Domain/Entities/LeaveRequest.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_domain_entities_leaverequest_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_leavetype", "label": "LeaveType.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveType.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "label": "LeaveType", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveType", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Domain/Entities/LeaveType.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_leavetype_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_loaninstallment", "label": "LoanInstallment.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanInstallment.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/LoanInstallment.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "label": "LoanInstallment", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanInstallment", "community": 96, "community_name": "Employee Loan Entities", "source_file": "Backend/ERPCore/Domain/Entities/LoanInstallment.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_domain_entities_navitem", "label": "NavItem.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "NavItem.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/NavItem.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "label": "NavItem", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "NavItem", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Domain/Entities/NavItem.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_domain_entities_navitem_cs_icollection", "label": "ICollection", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 55, "community_name": "Navigation Item Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_numbersequence", "label": "NumberSequence.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberSequence.cs", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Domain/Entities/NumberSequence.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_numbersequence_erpcore_domain_entities_numbersequence", "label": "NumberSequence", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberSequence", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Domain/Entities/NumberSequence.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_domain_entities_payrollline", "label": "PayrollLine.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLine.cs", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "label": "PayrollLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLine", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLine.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_domain_entities_payrollline_cs_list", "label": "List", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 57, "community_name": "Payroll Line Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_payrolllinecomponent", "label": "PayrollLineComponent.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineComponent.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLineComponent.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "label": "PayrollLineComponent", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineComponent", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Domain/Entities/PayrollLineComponent.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_entities_payrollrun", "label": "PayrollRun.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRun.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "label": "PayrollRun", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRun", "community": 127, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/PayrollRun.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_domain_entities_payrollrun_cs_datetime", "label": "DateTime", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 127, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_payrollrun_cs_list", "label": "List", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 127, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_payrollstatutorysetting", "label": "PayrollStatutorySetting.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySetting.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/PayrollStatutorySetting.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "label": "PayrollStatutorySetting", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySetting", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/PayrollStatutorySetting.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_entities_payrollstatutorysetting_cs_datetime", "label": "DateTime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_payslip", "label": "Payslip.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Payslip.cs", "community": 141, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Payslip.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "label": "Payslip", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Payslip", "community": 141, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Payslip.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_payslip_cs_datetime", "label": "DateTime", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 141, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_permission", "label": "Permission.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Permission.cs", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Domain/Entities/Permission.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "label": "Permission", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Permission", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Domain/Entities/Permission.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_entities_poline", "label": "PoLine.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PoLine.cs", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/PoLine.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "label": "PoLine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PoLine", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/PoLine.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_domain_entities_productconfig", "label": "ProductConfig.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfig.cs", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "label": "ProductConfig", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfig", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Domain/Entities/ProductConfig.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_domain_entities_productconfig_cs_int", "label": "int", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "int", "community": 60, "community_name": "Product Config Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_productconfig_cs_datetime", "label": "DateTime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 60, "community_name": "Product Config Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_productionrun", "label": "ProductionRun.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRun.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "label": "ProductionRun", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRun", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Domain/Entities/ProductionRun.cs", "file_type": "code", "degree": 22}, {"id": "backend_erpcore_domain_entities_productionrun_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_productionrun_cs_icollection", "label": "ICollection", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_productiontemplate", "label": "ProductionTemplate.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionTemplate.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "label": "ProductionTemplate", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionTemplate", "community": 116, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/ProductionTemplate.cs", "file_type": "code", "degree": 15}, {"id": "backend_erpcore_domain_entities_productiontemplate_cs_datetime", "label": "DateTime", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 116, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_productiontemplate_cs_icollection", "label": "ICollection", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 116, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_purchaseorder", "label": "PurchaseOrder.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrder.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "label": "PurchaseOrder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrder", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseOrder.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_domain_entities_purchaseorder_cs_datetime", "label": "DateTime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_purchaseorder_cs_icollection", "label": "ICollection", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_purchasereturn", "label": "PurchaseReturn.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturn.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "label": "PurchaseReturn", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturn", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturn.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_domain_entities_purchasereturn_cs_datetime", "label": "DateTime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_purchasereturn_cs_icollection", "label": "ICollection", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_purchasereturnline", "label": "PurchaseReturnLine.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnLine.cs", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "label": "PurchaseReturnLine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnLine", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/PurchaseReturnLine.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_entities_reasoncode", "label": "ReasonCode.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCode.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/ReasonCode.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "label": "ReasonCode", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCode", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Domain/Entities/ReasonCode.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_requisition", "label": "Requisition.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Requisition.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "label": "Requisition", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Requisition", "community": 97, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Domain/Entities/Requisition.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_domain_entities_requisition_cs_datetime", "label": "DateTime", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 97, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_requisition_cs_icollection", "label": "ICollection", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 97, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_requisitionline", "label": "RequisitionLine.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionLine.cs", "community": 97, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Domain/Entities/RequisitionLine.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "label": "RequisitionLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionLine", "community": 97, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Domain/Entities/RequisitionLine.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_entities_requisitionline_cs_dateonly", "label": "DateOnly", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateOnly", "community": 97, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_rfq", "label": "Rfq.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Rfq.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "label": "Rfq", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Rfq", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Domain/Entities/Rfq.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_domain_entities_rfq_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 69, "community_name": "RFQ Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_rfq_cs_icollection", "label": "ICollection", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 69, "community_name": "RFQ Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_rfqline", "label": "RfqLine.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqLine.cs", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Domain/Entities/RfqLine.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "label": "RfqLine", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqLine", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Domain/Entities/RfqLine.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_role", "label": "Role.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Role.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "label": "Role", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Role", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Domain/Entities/Role.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_domain_entities_role_cs_guid", "label": "Guid", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 55, "community_name": "Navigation Item Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_role_cs_datetime", "label": "DateTime", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 55, "community_name": "Navigation Item Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_rolepermission", "label": "RolePermission.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RolePermission.cs", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "label": "RolePermission", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RolePermission", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Domain/Entities/RolePermission.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_runedge", "label": "RunEdge.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RunEdge.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "label": "RunEdge", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RunEdge", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/RunEdge.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_runstage", "label": "RunStage.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStage.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "label": "RunStage", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStage", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Domain/Entities/RunStage.cs", "file_type": "code", "degree": 19}, {"id": "backend_erpcore_domain_entities_runstage_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_runstage_cs_icollection", "label": "ICollection", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_runstageevent", "label": "RunStageEvent.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageEvent.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/RunStageEvent.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "label": "RunStageEvent", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageEvent", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/RunStageEvent.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_runstageevent_cs_datetime", "label": "DateTime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_runstageinput", "label": "RunStageInput.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageInput.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "label": "RunStageInput", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageInput", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/RunStageInput.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_runstageoutput", "label": "RunStageOutput.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageOutput.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "label": "RunStageOutput", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageOutput", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/RunStageOutput.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_domain_entities_salarycomponent", "label": "SalaryComponent.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponent.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/SalaryComponent.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "label": "SalaryComponent", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponent", "community": 128, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/SalaryComponent.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_domain_entities_salarycomponent_cs_datetime", "label": "DateTime", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 128, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_serial", "label": "Serial.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Serial.cs", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "label": "Serial", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Serial", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Domain/Entities/Serial.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_stageedge", "label": "StageEdge.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StageEdge.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "label": "StageEdge", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StageEdge", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/StageEdge.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_stageinput", "label": "StageInput.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StageInput.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "label": "StageInput", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "StageInput", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/StageInput.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_stageoutput", "label": "StageOutput.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StageOutput.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/StageOutput.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "label": "StageOutput", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "StageOutput", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/StageOutput.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_domain_entities_stockadjustment", "label": "StockAdjustment.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustment.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "label": "StockAdjustment", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustment", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustment.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_domain_entities_stockadjustment_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 84, "community_name": "Reason Code Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_stockadjustment_cs_icollection", "label": "ICollection", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 84, "community_name": "Reason Code Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_stockadjustmentline", "label": "StockAdjustmentLine.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustmentLine.cs", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustmentLine.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "label": "StockAdjustmentLine", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustmentLine", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockAdjustmentLine.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_stockcount", "label": "StockCount.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCount.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "label": "StockCount", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCount", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Domain/Entities/StockCount.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_domain_entities_stockcount_cs_datetime", "label": "DateTime", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_stockcount_cs_icollection", "label": "ICollection", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_stockcountline", "label": "StockCountLine.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCountLine.cs", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Domain/Entities/StockCountLine.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "label": "StockCountLine", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCountLine", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Domain/Entities/StockCountLine.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_stocklayer", "label": "StockLayer.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StockLayer.cs", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "label": "StockLayer", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockLayer", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockLayer.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_domain_entities_stocklayer_cs_datetime", "label": "DateTime", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 87, "community_name": "Batch Processing Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_stockledger", "label": "StockLedger.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockLedger.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockLedger.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "label": "StockLedger", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StockLedger", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockLedger.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_domain_entities_stockledger_cs_datetime", "label": "DateTime", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_stocktransfer", "label": "StockTransfer.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransfer.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "label": "StockTransfer", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransfer", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockTransfer.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_domain_entities_stocktransfer_cs_datetime", "label": "DateTime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 60, "community_name": "Product Config Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_stocktransfer_cs_icollection", "label": "ICollection", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 60, "community_name": "Product Config Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_stocktransferline", "label": "StockTransferLine.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransferLine.cs", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockTransferLine.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "label": "StockTransferLine", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransferLine", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Domain/Entities/StockTransferLine.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_subcategory", "label": "SubCategory.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SubCategory.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "label": "SubCategory", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "SubCategory", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/SubCategory.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_subcategory_cs_datetime", "label": "DateTime", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_subnavitem", "label": "SubNavItem.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SubNavItem.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "label": "SubNavItem", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "SubNavItem", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Domain/Entities/SubNavItem.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_entities_taxslab", "label": "TaxSlab.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxSlab.cs", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Domain/Entities/TaxSlab.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "label": "TaxSlab", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxSlab", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Domain/Entities/TaxSlab.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_domain_entities_taxslab_cs_datetime", "label": "DateTime", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 57, "community_name": "Payroll Line Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_templatestage", "label": "TemplateStage.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateStage.cs", "community": 116, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/TemplateStage.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "label": "TemplateStage", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateStage", "community": 116, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/TemplateStage.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_domain_entities_templatestage_cs_icollection", "label": "ICollection", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 116, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_uom", "label": "Uom.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Uom.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "label": "Uom", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Uom", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/Uom.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_domain_entities_uomconversion", "label": "UomConversion.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConversion.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/UomConversion.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "label": "UomConversion", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConversion", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Entities/UomConversion.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_user", "label": "User.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "User.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "User", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "User", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Domain/Entities/User.cs", "file_type": "code", "degree": 23}, {"id": "backend_erpcore_domain_entities_user_cs_int", "label": "int", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "int", "community": 60, "community_name": "Product Config Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_user_cs_guid", "label": "Guid", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 60, "community_name": "Product Config Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_vendor", "label": "Vendor.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Vendor.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/Vendor.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "label": "Vendor", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Vendor", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/Vendor.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_domain_entities_vendor_cs_datetime", "label": "DateTime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_vendorquotation", "label": "VendorQuotation.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorQuotation.cs", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotation.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "label": "VendorQuotation", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorQuotation", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotation.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_domain_entities_vendorquotation_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 69, "community_name": "RFQ Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_vendorquotation_cs_icollection", "label": "ICollection", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 69, "community_name": "RFQ Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_vendorquotationline", "label": "VendorQuotationLine.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorQuotationLine.cs", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "label": "VendorQuotationLine", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorQuotationLine", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Domain/Entities/VendorQuotationLine.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_entities_warehouse", "label": "Warehouse.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Warehouse.cs", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/Warehouse.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "Warehouse", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Warehouse", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Entities/Warehouse.cs", "file_type": "code", "degree": 15}, {"id": "backend_erpcore_domain_entities_warehouse_cs_icollection", "label": "ICollection", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ICollection", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_workshift", "label": "WorkShift.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShift.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Entities/WorkShift.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "label": "WorkShift", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShift", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Entities/WorkShift.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_domain_entities_workshift_cs_timespan", "label": "TimeSpan", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TimeSpan", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_entities_workshift_cs_datetime", "label": "DateTime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_enums_adjustmentstatus", "label": "AdjustmentStatus.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentStatus.cs", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Domain/Enums/AdjustmentStatus.cs", "file_type": "code", "degree": 2}, {"id": "csharp_namespace:fbf43dc91365a344", "label": "ERPCore.Domain.Enums", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 34.5, "font": {"size": 12, "color": "#ffffff"}, "title": "ERPCore.Domain.Enums", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Enums/AdjustmentStatus.cs", "file_type": "code", "degree": 234}, {"id": "backend_erpcore_domain_enums_adjustmentstatus_erpcore_domain_enums_adjustmentstatus", "label": "AdjustmentStatus", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentStatus", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Domain/Enums/AdjustmentStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_attendancebatchstatus", "label": "AttendanceBatchStatus.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceBatchStatus.cs", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceBatchStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "label": "AttendanceBatchStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceBatchStatus", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceBatchStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_enums_attendancesourcetype", "label": "AttendanceSourceType.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceSourceType.cs", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceSourceType.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_attendancesourcetype_erpcore_domain_enums_attendancesourcetype", "label": "AttendanceSourceType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceSourceType", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceSourceType.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_attendancestatus", "label": "AttendanceStatus.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceStatus.cs", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_attendancestatus_erpcore_domain_enums_attendancestatus", "label": "AttendanceStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceStatus", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Enums/AttendanceStatus.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_enums_auditaction", "label": "AuditAction.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditAction.cs", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_auditaction_erpcore_domain_enums_auditaction", "label": "AuditAction", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditAction", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Domain/Enums/AuditAction.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_enums_countstatus", "label": "CountStatus.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CountStatus.cs", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Domain/Enums/CountStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "label": "CountStatus", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CountStatus", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Domain/Enums/CountStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_enums_counttype", "label": "CountType.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CountType.cs", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Domain/Enums/CountType.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_counttype_erpcore_domain_enums_counttype", "label": "CountType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CountType", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Domain/Enums/CountType.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_enums_customfieldtype", "label": "CustomFieldType.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomFieldType.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Enums/CustomFieldType.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_customfieldtype_erpcore_domain_enums_customfieldtype", "label": "CustomFieldType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomFieldType", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Enums/CustomFieldType.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_domain_enums_direction", "label": "Direction.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Direction.cs", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Domain/Enums/Direction.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_direction_erpcore_domain_enums_direction", "label": "Direction", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Direction", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Domain/Enums/Direction.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_domain_enums_employeedocumentstatus", "label": "EmployeeDocumentStatus.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocumentStatus.cs", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeDocumentStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "label": "EmployeeDocumentStatus", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocumentStatus", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeDocumentStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_enums_employeestatus", "label": "EmployeeStatus.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeStatus.cs", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "label": "EmployeeStatus", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeStatus", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Domain/Enums/EmployeeStatus.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_domain_enums_entitystatus", "label": "EntityStatus.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityStatus.cs", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "EntityStatus", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 21.5, "font": {"size": 12, "color": "#ffffff"}, "title": "EntityStatus", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Domain/Enums/EntityStatus.cs", "file_type": "code", "degree": 110}, {"id": "backend_erpcore_domain_enums_gender", "label": "Gender.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Gender.cs", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Domain/Enums/Gender.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_gender_erpcore_domain_enums_gender", "label": "Gender", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Gender", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Domain/Enums/Gender.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_domain_enums_grnstatus", "label": "GrnStatus.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnStatus.cs", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Domain/Enums/GrnStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "label": "GrnStatus", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnStatus", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Domain/Enums/GrnStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_enums_holdstatus", "label": "HoldStatus.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HoldStatus.cs", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Domain/Enums/HoldStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_holdstatus_erpcore_domain_enums_holdstatus", "label": "HoldStatus", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "HoldStatus", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Domain/Enums/HoldStatus.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_enums_hrdocumentcategory", "label": "HrDocumentCategory.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentCategory.cs", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Domain/Enums/HrDocumentCategory.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_hrdocumentcategory_erpcore_domain_enums_hrdocumentcategory", "label": "HrDocumentCategory", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentCategory", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Domain/Enums/HrDocumentCategory.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_domain_enums_leaverequeststatus", "label": "LeaveRequestStatus.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestStatus.cs", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Domain/Enums/LeaveRequestStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "label": "LeaveRequestStatus", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestStatus", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Domain/Enums/LeaveRequestStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_enums_loaninstallmentstatus", "label": "LoanInstallmentStatus.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanInstallmentStatus.cs", "community": 96, "community_name": "Employee Loan Entities", "source_file": "Backend/ERPCore/Domain/Enums/LoanInstallmentStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_loaninstallmentstatus_erpcore_domain_enums_loaninstallmentstatus", "label": "LoanInstallmentStatus", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanInstallmentStatus", "community": 96, "community_name": "Employee Loan Entities", "source_file": "Backend/ERPCore/Domain/Enums/LoanInstallmentStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_loankind", "label": "LoanKind.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanKind.cs", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Domain/Enums/LoanKind.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_loankind_erpcore_domain_enums_loankind", "label": "LoanKind", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanKind", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Domain/Enums/LoanKind.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_enums_loanstatus", "label": "LoanStatus.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanStatus.cs", "community": 96, "community_name": "Employee Loan Entities", "source_file": "Backend/ERPCore/Domain/Enums/LoanStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_loanstatus_erpcore_domain_enums_loanstatus", "label": "LoanStatus", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanStatus", "community": 96, "community_name": "Employee Loan Entities", "source_file": "Backend/ERPCore/Domain/Enums/LoanStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_payrolllinecomponentcategory", "label": "PayrollLineComponentCategory.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineComponentCategory.cs", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Domain/Enums/PayrollLineComponentCategory.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_payrolllinecomponentcategory_erpcore_domain_enums_payrolllinecomponentcategory", "label": "PayrollLineComponentCategory", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineComponentCategory", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Domain/Enums/PayrollLineComponentCategory.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_payrollrunstatus", "label": "PayrollRunStatus.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunStatus.cs", "community": 127, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Enums/PayrollRunStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "label": "PayrollRunStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunStatus", "community": 127, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Enums/PayrollRunStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_enums_productionrunstatus", "label": "ProductionRunStatus.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunStatus.cs", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Domain/Enums/ProductionRunStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "label": "ProductionRunStatus", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunStatus", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Domain/Enums/ProductionRunStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_enums_productionstagestatus", "label": "ProductionStageStatus.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionStageStatus.cs", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Domain/Enums/ProductionStageStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_productionstagestatus_erpcore_domain_enums_productionstagestatus", "label": "ProductionStageStatus", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionStageStatus", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Domain/Enums/ProductionStageStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_purchaseorderstatus", "label": "PurchaseOrderStatus.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderStatus.cs", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Domain/Enums/PurchaseOrderStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "label": "PurchaseOrderStatus", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderStatus", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Domain/Enums/PurchaseOrderStatus.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_enums_reasoncontext", "label": "ReasonContext.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonContext.cs", "community": 75, "community_name": "Reason Codes API", "source_file": "Backend/ERPCore/Domain/Enums/ReasonContext.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "label": "ReasonContext", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonContext", "community": 75, "community_name": "Reason Codes API", "source_file": "Backend/ERPCore/Domain/Enums/ReasonContext.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_domain_enums_requisitionstatus", "label": "RequisitionStatus.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionStatus.cs", "community": 97, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Domain/Enums/RequisitionStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "label": "RequisitionStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionStatus", "community": 97, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Domain/Enums/RequisitionStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_enums_returnstatus", "label": "ReturnStatus.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReturnStatus.cs", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Enums/ReturnStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_returnstatus_erpcore_domain_enums_returnstatus", "label": "ReturnStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReturnStatus", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Domain/Enums/ReturnStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_rfqstatus", "label": "RfqStatus.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqStatus.cs", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Domain/Enums/RfqStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "label": "RfqStatus", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqStatus", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Domain/Enums/RfqStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_enums_rowvalidationstatus", "label": "RowValidationStatus.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RowValidationStatus.cs", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Enums/RowValidationStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "label": "RowValidationStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RowValidationStatus", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Domain/Enums/RowValidationStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_enums_runstageeventtype", "label": "RunStageEventType.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageEventType.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Enums/RunStageEventType.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_runstageeventtype_erpcore_domain_enums_runstageeventtype", "label": "RunStageEventType", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageEventType", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Enums/RunStageEventType.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_enums_salarycomponenttype", "label": "SalaryComponentType.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentType.cs", "community": 128, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Enums/SalaryComponentType.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_salarycomponenttype_erpcore_domain_enums_salarycomponenttype", "label": "SalaryComponentType", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentType", "community": 128, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Domain/Enums/SalaryComponentType.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_domain_enums_salarystructurestatus", "label": "SalaryStructureStatus.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryStructureStatus.cs", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_salarystructurestatus_erpcore_domain_enums_salarystructurestatus", "label": "SalaryStructureStatus", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryStructureStatus", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Domain/Enums/SalaryStructureStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_stageinputsource", "label": "StageInputSource.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StageInputSource.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Enums/StageInputSource.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_stageinputsource_erpcore_domain_enums_stageinputsource", "label": "StageInputSource", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StageInputSource", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Domain/Enums/StageInputSource.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_domain_enums_stocknature", "label": "StockNature.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StockNature.cs", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Domain/Enums/StockNature.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_stocknature_erpcore_domain_enums_stocknature", "label": "StockNature", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockNature", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Domain/Enums/StockNature.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_domain_enums_trackingmode", "label": "TrackingMode.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TrackingMode.cs", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Domain/Enums/TrackingMode.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "label": "TrackingMode", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TrackingMode", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Domain/Enums/TrackingMode.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_domain_enums_transferstatus", "label": "TransferStatus.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferStatus.cs", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Domain/Enums/TransferStatus.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "label": "TransferStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferStatus", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Domain/Enums/TransferStatus.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_domain_ledgersourcetypes", "label": "LedgerSourceTypes.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LedgerSourceTypes.cs", "community": 151, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Domain/LedgerSourceTypes.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_ledgersourcetypes_erpcore_domain_ledgersourcetypes", "label": "LedgerSourceTypes", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LedgerSourceTypes", "community": 151, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Domain/LedgerSourceTypes.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_domain_ledgersourcetypes_cs_string", "label": "string", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 151, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_audit_auditdtos", "label": "AuditDtos.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditDtos.cs", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "file_type": "code", "degree": 4}, {"id": "csharp_namespace:31295fa7bfc1d154", "label": "ERPCore.Dtos.Audit", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Audit", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_auditlogdto", "label": "AuditLogDto", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditLogDto", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_journalentrystubdto", "label": "JournalEntryStubDto", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "JournalEntryStubDto", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Dtos/Audit/AuditDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_auth_authaltdtos", "label": "AuthAltDtos.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthAltDtos.cs", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "file_type": "code", "degree": 6}, {"id": "csharp_namespace:5ee9edd53badd68a", "label": "ERPCore.Dtos.Auth", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Auth", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "file_type": "code", "degree": 17}, {"id": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "label": "IsAvailableRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IsAvailableRequest", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "label": "IsAvailableResponse", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "IsAvailableResponse", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authaltdtos_cs_jsonelement", "label": "JsonElement", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonElement", "community": 53, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "label": "SendOtpRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "SendOtpRequest", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "label": "SendOtpResponse", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "SendOtpResponse", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authaltdtos_cs_datetime", "label": "DateTime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 53, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "label": "VerifyAltOtpRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "VerifyAltOtpRequest", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthAltDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authaltdtos_cs_guid", "label": "Guid", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 53, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_auth_authrecoverydtos", "label": "AuthRecoveryDtos.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthRecoveryDtos.cs", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "label": "ForgotPasswordRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ForgotPasswordRequest", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "label": "ForgotPasswordResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ForgotPasswordResponse", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authrecoverydtos_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 59, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "label": "VerifyRecoveryOtpRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "VerifyRecoveryOtpRequest", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "label": "VerifyRecoveryOtpResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "VerifyRecoveryOtpResponse", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authrecoverydtos_cs_guid", "label": "Guid", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 59, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "label": "ResetPasswordRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ResetPasswordRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "label": "ResetPasswordWithTokenRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ResetPasswordWithTokenRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRecoveryDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authroledtos", "label": "AuthRoleDtos.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthRoleDtos.cs", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "label": "AuthHexRoleDto", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthHexRoleDto", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_dtos_auth_authroledtos_cs_guid", "label": "Guid", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 36, "community_name": "Auth Role DTOs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_auth_authroledtos_cs_datetime", "label": "DateTime", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 36, "community_name": "Auth Role DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_createauthhexrolerequest", "label": "CreateAuthHexRoleRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateAuthHexRoleRequest", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_updateauthhexrolerequest", "label": "UpdateAuthHexRoleRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateAuthHexRoleRequest", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Dtos/Auth/AuthRoleDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_auth_authuserdtos", "label": "AuthUserDtos.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthUserDtos.cs", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 24}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "label": "UserSummaryDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UserSummaryDto", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "label": "Guid", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "label": "AuthSessionResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthSessionResponse", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "label": "RegisterRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RegisterRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "label": "LoginRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "LoginRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "label": "VerifyOtpForLoginRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "VerifyOtpForLoginRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "label": "OtpLoginVerifiedResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "OtpLoginVerifiedResponse", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_refreshtokenrequest", "label": "RefreshTokenRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RefreshTokenRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "label": "GetUserDetailsResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "GetUserDetailsResponse", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_auth_authuserdtos_cs_jsonelement", "label": "JsonElement", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonElement", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usertypedto", "label": "UserTypeDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UserTypeDto", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "label": "SessionDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "SessionDto", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authuserdtos_cs_datetime", "label": "DateTime", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserstatusrequest", "label": "ChangeUserStatusRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeUserStatusRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_lockuseraccountrequest", "label": "LockUserAccountRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LockUserAccountRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "label": "ChangeUserPasswordRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeUserPasswordRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "label": "VerifyPasswordRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "VerifyPasswordRequest", "community": 139, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "label": "VerifyPasswordResponse", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "VerifyPasswordResponse", "community": 139, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "label": "UpdateUserRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateUserRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "label": "TwoFaSetupResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TwoFaSetupResponse", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "label": "CompleteTwoFaSetupRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CompleteTwoFaSetupRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "label": "CompleteTwoFaSetupResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CompleteTwoFaSetupResponse", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_auth_authuserdtos_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "label": "VerifyTwoFaRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "VerifyTwoFaRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "label": "DisableTwoFaRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "DisableTwoFaRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "label": "TwoFaStatusResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TwoFaStatusResponse", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "label": "LogoutRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LogoutRequest", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Auth/AuthUserDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_brands_branddtos", "label": "BrandDtos.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "BrandDtos.cs", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "file_type": "code", "degree": 6}, {"id": "csharp_namespace:a0fc09c7a8910489", "label": "ERPCore.Dtos.Brands", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Brands", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "label": "BrandDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "BrandDto", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_createbrandrequest", "label": "CreateBrandRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateBrandRequest", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandrequest", "label": "UpdateBrandRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateBrandRequest", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandstatusrequest", "label": "UpdateBrandStatusRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateBrandStatusRequest", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Dtos/Brands/BrandDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_categories_categorydtos", "label": "CategoryDtos.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CategoryDtos.cs", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "file_type": "code", "degree": 10}, {"id": "csharp_namespace:760215680402ba47", "label": "ERPCore.Dtos.Categories", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Categories", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "label": "CategoryDto", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CategoryDto", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "label": "SubCategoryDto", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "SubCategoryDto", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createcategoryrequest", "label": "CreateCategoryRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateCategoryRequest", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategoryrequest", "label": "UpdateCategoryRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateCategoryRequest", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategorystatusrequest", "label": "UpdateCategoryStatusRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateCategoryStatusRequest", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createsubcategoryrequest", "label": "CreateSubCategoryRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateSubCategoryRequest", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategoryrequest", "label": "UpdateSubCategoryRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateSubCategoryRequest", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategorystatusrequest", "label": "UpdateSubCategoryStatusRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateSubCategoryStatusRequest", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Dtos/Categories/CategoryDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_common_pagequery", "label": "PageQuery.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PageQuery.cs", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Dtos/Common/PageQuery.cs", "file_type": "code", "degree": 2}, {"id": "csharp_namespace:e897964dbb11f998", "label": "ERPCore.Dtos.Common", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 21.3, "font": {"size": 12, "color": "#ffffff"}, "title": "ERPCore.Dtos.Common", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Common/PageQuery.cs", "file_type": "code", "degree": 108}, {"id": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "PageQuery", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 22.1, "font": {"size": 12, "color": "#ffffff"}, "title": "PageQuery", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Dtos/Common/PageQuery.cs", "file_type": "code", "degree": 116}, {"id": "backend_erpcore_dtos_common_pagequery_cs_int", "label": "int", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "int", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_common_pagedresponse", "label": "PagedResponse.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PagedResponse.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "PagedResponse", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 22.1, "font": {"size": 12, "color": "#ffffff"}, "title": "PagedResponse", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "file_type": "code", "degree": 116}, {"id": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse_create", "label": ".Create()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".Create()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_common_pagedresponse_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_paginationdto", "label": "PaginationDto", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginationDto", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Common/PagedResponse.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_config_productconfigdtos", "label": "ProductConfigDtos.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfigDtos.cs", "community": 77, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "file_type": "code", "degree": 3}, {"id": "csharp_namespace:20bf164dfbde34b2", "label": "ERPCore.Dtos.Config", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Config", "community": 149, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "label": "ProductConfigDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfigDto", "community": 77, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_updateproductconfigrequest", "label": "UpdateProductConfigRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateProductConfigRequest", "community": 77, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Dtos/Config/ProductConfigDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_dashboard_dashboarddtos", "label": "DashboardDtos.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardDtos.cs", "community": 74, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "file_type": "code", "degree": 3}, {"id": "csharp_namespace:6112ff8a942c07bf", "label": "ERPCore.Dtos.Dashboard", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Dashboard", "community": 148, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_dashboardstatsdto", "label": "DashboardStatsDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardStatsDto", "community": 74, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_warehousevaluationdto", "label": "WarehouseValuationDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehouseValuationDto", "community": 74, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Dtos/Dashboard/DashboardDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_grn_grndtos", "label": "GrnDtos.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnDtos.cs", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 12}, {"id": "csharp_namespace:9fa7078d318d766d", "label": "ERPCore.Dtos.Grn", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Grn", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnlinedto", "label": "GrnLineDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnLineDto", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "label": "GrnDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnDto", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnsummarydto", "label": "GrnSummaryDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnSummaryDto", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_createdlayerdto", "label": "CreatedLayerDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatedLayerDto", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "label": "GrnConfirmResultDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnConfirmResultDto", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselineresultdto", "label": "ReleaseLineResultDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReleaseLineResultDto", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_batchinput", "label": "BatchInput", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BatchInput", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_grn_grndtos_cs_dateonly", "label": "DateOnly", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateOnly", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnlineinput", "label": "CreateGrnLineInput", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateGrnLineInput", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "label": "CreateGrnRequest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateGrnRequest", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_grn_grndtos_cs_list", "label": "List", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselinerequest", "label": "ReleaseLineRequest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReleaseLineRequest", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Dtos/Grn/GrnDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_attendancedtos", "label": "AttendanceDtos.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceDtos.cs", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "file_type": "code", "degree": 8}, {"id": "csharp_namespace:91dcdb897603f8ee", "label": "ERPCore.Dtos.Hrm", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ERPCore.Dtos.Hrm", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "file_type": "code", "degree": 67}, {"id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "label": "AttendanceUploadBatchDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceUploadBatchDto", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "file_type": "code", "degree": 20}, {"id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_uploadattendancebatchmetadata", "label": "UploadAttendanceBatchMetadata", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UploadAttendanceBatchMetadata", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_hrm_attendancedtos_cs_datetime", "label": "DateTime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "label": "AttendanceRecordDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceRecordDto", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "label": "UpdateAttendanceRecordRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateAttendanceRecordRequest", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_hrm_attendancedtos_cs_timespan", "label": "TimeSpan", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TimeSpan", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_resolveduplicaterequest", "label": "ResolveDuplicateRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ResolveDuplicateRequest", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_unlockattendancebatchrequest", "label": "UnlockAttendanceBatchRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UnlockAttendanceBatchRequest", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Dtos/Hrm/AttendanceDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_documentdtos", "label": "DocumentDtos.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentDtos.cs", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "label": "HrDocumentTypeDto", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentTypeDto", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "label": "CreateHrDocumentTypeRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateHrDocumentTypeRequest", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "label": "UpdateHrDocumentTypeRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateHrDocumentTypeRequest", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "label": "EmployeeDocumentDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocumentDto", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "label": "UploadEmployeeDocumentRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UploadEmployeeDocumentRequest", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_documentdtos_cs_datetime", "label": "DateTime", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 62, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updateemployeedocumentstatusrequest", "label": "UpdateEmployeeDocumentStatusRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateEmployeeDocumentStatusRequest", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/DocumentDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_hrm_employeedtos", "label": "EmployeeDtos.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDtos.cs", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeelistitemdto", "label": "EmployeeListItemDto", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeListItemDto", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "label": "EmployeeDetailDto", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDetailDto", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "label": "CreateEmployeeRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateEmployeeRequest", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_hrm_employeedtos_cs_datetime", "label": "DateTime", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 41, "community_name": "HR Domain Enums", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "label": "UpdateEmployeeRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateEmployeeRequest", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeestatusrequest", "label": "UpdateEmployeeStatusRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateEmployeeStatusRequest", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "label": "EmployeeBankDetailDto", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeBankDetailDto", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_upsertemployeebankdetailrequest", "label": "UpsertEmployeeBankDetailRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpsertEmployeeBankDetailRequest", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "label": "ReplaceEmployeeBankDetailsRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ReplaceEmployeeBankDetailsRequest", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_hrm_employeedtos_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 41, "community_name": "HR Domain Enums", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "label": "EmployeeUserLinkDtos.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeUserLinkDtos.cs", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchdto", "label": "EmployeeMatchDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeMatchDto", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchdto", "label": "UserMatchDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UserMatchDto", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchresponse", "label": "EmployeeMatchResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeMatchResponse", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchresponse", "label": "UserMatchResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UserMatchResponse", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_linkuserrequest", "label": "LinkUserRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LinkUserRequest", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/EmployeeUserLinkDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_leavedtos", "label": "LeaveDtos.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveDtos.cs", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "label": "LeaveTypeDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveTypeDto", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleavetyperequest", "label": "CreateLeaveTypeRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateLeaveTypeRequest", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavetyperequest", "label": "UpdateLeaveTypeRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateLeaveTypeRequest", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "label": "LeaveRequestDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestDto", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "file_type": "code", "degree": 23}, {"id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "label": "CreateLeaveRequestRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateLeaveRequestRequest", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_leavedtos_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_rejectleaverequestrequest", "label": "RejectLeaveRequestRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RejectLeaveRequestRequest", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "label": "LeaveBalanceDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalanceDto", "community": 129, "community_name": "Leave Domain", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalanceadjustmentitem", "label": "LeaveBalanceAdjustmentItem", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalanceAdjustmentItem", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "label": "UpdateLeaveBalancesRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateLeaveBalancesRequest", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Dtos/Hrm/LeaveDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_hrm_leavedtos_cs_list", "label": "List", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos", "label": "OrgMasterDtos.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "OrgMasterDtos.cs", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 18}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "label": "BranchDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "BranchDto", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createbranchrequest", "label": "CreateBranchRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateBranchRequest", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatebranchrequest", "label": "UpdateBranchRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateBranchRequest", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "label": "DepartmentDto", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "DepartmentDto", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdepartmentrequest", "label": "CreateDepartmentRequest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateDepartmentRequest", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedepartmentrequest", "label": "UpdateDepartmentRequest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateDepartmentRequest", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "label": "DesignationDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "DesignationDto", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdesignationrequest", "label": "CreateDesignationRequest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateDesignationRequest", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedesignationrequest", "label": "UpdateDesignationRequest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateDesignationRequest", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "label": "EmploymentTypeDto", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentTypeDto", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createemploymenttyperequest", "label": "CreateEmploymentTypeRequest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateEmploymentTypeRequest", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateemploymenttyperequest", "label": "UpdateEmploymentTypeRequest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateEmploymentTypeRequest", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "label": "WorkShiftDto", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShiftDto", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "label": "CreateWorkShiftRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateWorkShiftRequest", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_cs_timespan", "label": "TimeSpan", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TimeSpan", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "label": "UpdateWorkShiftRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateWorkShiftRequest", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "UpdateHrMasterStatusRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateHrMasterStatusRequest", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Dtos/Hrm/OrgMasterDtos.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_dtos_hrm_payrolldtos", "label": "PayrollDtos.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollDtos.cs", "community": 119, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 23}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "label": "SalaryComponentDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentDto", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "label": "CreateSalaryComponentRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateSalaryComponentRequest", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_updatesalarycomponentrequest", "label": "UpdateSalaryComponentRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateSalaryComponentRequest", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructurelinedto", "label": "EmployeeSalaryStructureLineDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructureLineDto", "community": 119, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "label": "EmployeeSalaryStructureDto", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructureDto", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarystructurelinerequest", "label": "SalaryStructureLineRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryStructureLineRequest", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "label": "CreateSalaryStructureRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateSalaryStructureRequest", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 119, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 71, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_loaninstallmentdto", "label": "LoanInstallmentDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanInstallmentDto", "community": 119, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "label": "EmployeeLoanDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeLoanDto", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "label": "CreateEmployeeLoanRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateEmployeeLoanRequest", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "label": "PayrollStatutorySettingDto", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySettingDto", "community": 66, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "label": "UpsertPayrollStatutorySettingRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UpsertPayrollStatutorySettingRequest", "community": 119, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "label": "TaxSlabDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxSlabDto", "community": 68, "community_name": "Tax Slab API", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "label": "CreateTaxSlabRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateTaxSlabRequest", "community": 119, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinecomponentdto", "label": "PayrollLineComponentDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineComponentDto", "community": 119, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "label": "PayrollLineDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineDto", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "label": "PayrollLineDetailDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineDetailDto", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "label": "PayrollRunDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunDto", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 20}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_generatepayrollrunrequest", "label": "GeneratePayrollRunRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GeneratePayrollRunRequest", "community": 119, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_unlockpayrollrunrequest", "label": "UnlockPayrollRunRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UnlockPayrollRunRequest", "community": 119, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "label": "PayslipDto", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PayslipDto", "community": 86, "community_name": "Payslip API", "source_file": "Backend/ERPCore/Dtos/Hrm/PayrollDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_hrm_reportdtos", "label": "ReportDtos.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ReportDtos.cs", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_attendancesummaryrowdto", "label": "AttendanceSummaryRowDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceSummaryRowDto", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_overtimereportrowdto", "label": "OvertimeReportRowDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "OvertimeReportRowDto", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_latearrivalreportrowdto", "label": "LateArrivalReportRowDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LateArrivalReportRowDto", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_payrollregisterrowdto", "label": "PayrollRegisterRowDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRegisterRowDto", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_salaryhistoryrowdto", "label": "SalaryHistoryRowDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryHistoryRowDto", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_leavebalancereportrowdto", "label": "LeaveBalanceReportRowDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalanceReportRowDto", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_documentexpiryreportrowdto", "label": "DocumentExpiryReportRowDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentExpiryReportRowDto", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Dtos/Hrm/ReportDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_itemtypes_itemtypedtos", "label": "ItemTypeDtos.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemTypeDtos.cs", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "file_type": "code", "degree": 6}, {"id": "csharp_namespace:42396404480c4f5e", "label": "ERPCore.Dtos.ItemTypes", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.ItemTypes", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "label": "ItemTypeDto", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemTypeDto", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_createitemtyperequest", "label": "CreateItemTypeRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateItemTypeRequest", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtyperequest", "label": "UpdateItemTypeRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateItemTypeRequest", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtypestatusrequest", "label": "UpdateItemTypeStatusRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateItemTypeStatusRequest", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Dtos/ItemTypes/ItemTypeDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_items_itemdtos", "label": "ItemDtos.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemDtos.cs", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 15}, {"id": "csharp_namespace:5a7b34076b9a66d5", "label": "ERPCore.Dtos.Items", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Items", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemlistitemdto", "label": "ItemListItemDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemListItemDto", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreorderdto", "label": "ItemReorderDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemReorderDto", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "label": "ItemDetailDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemDetailDto", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_uomconversiondto", "label": "UomConversionDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConversionDto", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemuomconversionsdto", "label": "ItemUomConversionsDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemUomConversionsDto", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreordersettingsdto", "label": "ItemReorderSettingsDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemReorderSettingsDto", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "label": "CreateItemRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateItemRequest", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "label": "UpdateItemRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateItemRequest", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemstatusrequest", "label": "UpdateItemStatusRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateItemStatusRequest", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_reordersettinginput", "label": "ReorderSettingInput", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReorderSettingInput", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "label": "UpdateReorderRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateReorderRequest", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_items_itemdtos_cs_list", "label": "List", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_uomconversioninput", "label": "UomConversionInput", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConversionInput", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "label": "UpdateUomConversionsRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateUomConversionsRequest", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Dtos/Items/ItemDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_procurement_purchaseorderdtos", "label": "PurchaseOrderDtos.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderDtos.cs", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "file_type": "code", "degree": 10}, {"id": "csharp_namespace:cf70b279825cd52c", "label": "ERPCore.Dtos.Procurement", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Procurement", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "file_type": "code", "degree": 19}, {"id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_polinedto", "label": "PoLineDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PoLineDto", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_pototalsdto", "label": "PoTotalsDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PoTotalsDto", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "label": "PurchaseOrderDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderDto", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "file_type": "code", "degree": 20}, {"id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseordersummarydto", "label": "PurchaseOrderSummaryDto", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderSummaryDto", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "label": "CreatePoLineInput", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatePoLineInput", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "label": "CreatePurchaseOrderRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatePurchaseOrderRequest", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_procurement_purchaseorderdtos_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "label": "UpdatePurchaseOrderRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdatePurchaseOrderRequest", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_cancelpurchaseorderrequest", "label": "CancelPurchaseOrderRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancelPurchaseOrderRequest", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseOrderDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_procurement_purchasereturndtos", "label": "PurchaseReturnDtos.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnDtos.cs", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnlinedto", "label": "PurchaseReturnLineDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnLineDto", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "label": "PurchaseReturnDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnDto", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnsummarydto", "label": "PurchaseReturnSummaryDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnSummaryDto", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnlineinput", "label": "CreatePurchaseReturnLineInput", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatePurchaseReturnLineInput", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "label": "CreatePurchaseReturnRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatePurchaseReturnRequest", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Dtos/Procurement/PurchaseReturnDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_procurement_purchasereturndtos_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_procurement_requisitiondtos", "label": "RequisitionDtos.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionDtos.cs", "community": 91, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionlinedto", "label": "RequisitionLineDto", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionLineDto", "community": 91, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "label": "RequisitionDto", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionDto", "community": 113, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionsummarydto", "label": "RequisitionSummaryDto", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionSummaryDto", "community": 91, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionlineinput", "label": "CreateRequisitionLineInput", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRequisitionLineInput", "community": 91, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_procurement_requisitiondtos_cs_dateonly", "label": "DateOnly", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateOnly", "community": 91, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "label": "CreateRequisitionRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRequisitionRequest", "community": 91, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Dtos/Procurement/RequisitionDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_procurement_requisitiondtos_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 91, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_procurement_rfqdtos", "label": "RfqDtos.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqDtos.cs", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqlinedto", "label": "RfqLineDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqLineDto", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "label": "RfqDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqDto", "community": 99, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqsummarydto", "label": "RfqSummaryDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqSummaryDto", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_quotationlinedto", "label": "QuotationLineDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QuotationLineDto", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_vendorquotationdto", "label": "VendorQuotationDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorQuotationDto", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisoncelldto", "label": "RfqComparisonCellDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqComparisonCellDto", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisonrowdto", "label": "RfqComparisonRowDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqComparisonRowDto", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisondto", "label": "RfqComparisonDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqComparisonDto", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqlineinput", "label": "CreateRfqLineInput", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRfqLineInput", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "label": "CreateRfqRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRfqRequest", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_cs_list", "label": "List", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 44, "community_name": "RFQ Management API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationlineinput", "label": "CreateQuotationLineInput", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateQuotationLineInput", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "label": "CreateQuotationRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateQuotationRequest", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Dtos/Procurement/RfqDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_production_rundtos", "label": "RunDtos.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RunDtos.cs", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 14}, {"id": "csharp_namespace:35cf4a2455d5ed07", "label": "ERPCore.Dtos.Production", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Production", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_stagesummarydto", "label": "StageSummaryDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StageSummaryDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runsummarydto", "label": "RunSummaryDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RunSummaryDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_costpooldto", "label": "CostPoolDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CostPoolDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstageinputdto", "label": "RunStageInputDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageInputDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstageoutputdto", "label": "RunStageOutputDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageOutputDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "label": "RunStageDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageDto", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runedgedto", "label": "RunEdgeDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunEdgeDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runeventdto", "label": "RunEventDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunEventDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "label": "RunGraphDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "RunGraphDto", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_createrunrequest", "label": "CreateRunRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRunRequest", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "label": "UpdateStageQuantitiesRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateStageQuantitiesRequest", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_production_rundtos_cs_list", "label": "List", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_stagequantityline", "label": "StageQuantityLine", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StageQuantityLine", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/RunDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_stageactiondtos", "label": "StageActionDtos.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StageActionDtos.cs", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 25}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_consumedlayerdto", "label": "ConsumedLayerDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConsumedLayerDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_consumedinputdto", "label": "ConsumedInputDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConsumedInputDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_startstageresultdto", "label": "StartStageResultDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StartStageResultDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "label": "CompleteStageRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CompleteStageRequest", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_production_stageactiondtos_cs_list", "label": "List", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_stageactiondtos_cs_jsonelement", "label": "JsonElement", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonElement", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completeoutputline", "label": "CompleteOutputLine", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CompleteOutputLine", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferdto", "label": "TransferDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_receiptdto", "label": "ReceiptDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReceiptDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestageresultdto", "label": "ApproveStageResultDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ApproveStageResultDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "label": "ApproveStageRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ApproveStageRequest", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferline", "label": "TransferLine", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferLine", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferremainderrequest", "label": "TransferRemainderRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferRemainderRequest", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferresultdto", "label": "TransferResultDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferResultDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverrequest", "label": "ReturnLeftoverRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReturnLeftoverRequest", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_productioncreatedlayerdto", "label": "ProductionCreatedLayerDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionCreatedLayerDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverresultdto", "label": "ReturnLeftoverResultDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReturnLeftoverResultDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "label": "RejectRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RejectRequest", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_pulledbackdto", "label": "PulledBackDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PulledBackDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectintakeresultdto", "label": "RejectIntakeResultDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RejectIntakeResultDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_terminalrejectresultdto", "label": "TerminalRejectResultDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TerminalRejectResultDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunrequest", "label": "CancelRunRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancelRunRequest", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelreturndto", "label": "CancelReturnDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancelReturnDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_scrapwriteoffdto", "label": "ScrapWriteOffDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScrapWriteOffDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunresultdto", "label": "CancelRunResultDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancelRunResultDto", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Dtos/Production/StageActionDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_templatedtos", "label": "TemplateDtos.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateDtos.cs", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 16}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatesummarydto", "label": "TemplateSummaryDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateSummaryDto", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_fielddefdto", "label": "FieldDefDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldDefDto", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_stageinputdto", "label": "StageInputDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StageInputDto", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_stageoutputdto", "label": "StageOutputDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StageOutputDto", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatestagedto", "label": "TemplateStageDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateStageDto", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templateedgedto", "label": "TemplateEdgeDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateEdgeDto", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_canvasannotationdto", "label": "CanvasAnnotationDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CanvasAnnotationDto", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "label": "TemplateGraphDto", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateGraphDto", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "label": "SaveTemplateRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveTemplateRequest", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_production_templatedtos_cs_list", "label": "List", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 92, "community_name": "Production Template DTOs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "label": "SaveStageRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveStageRequest", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveinputrequest", "label": "SaveInputRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveInputRequest", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveoutputrequest", "label": "SaveOutputRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveOutputRequest", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveedgerequest", "label": "SaveEdgeRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveEdgeRequest", "community": 92, "community_name": "Production Template DTOs", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_updatetemplatestatusrequest", "label": "UpdateTemplateStatusRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateTemplateStatusRequest", "community": 83, "community_name": "Production Templates API", "source_file": "Backend/ERPCore/Dtos/Production/TemplateDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_rbac_medtos", "label": "MeDtos.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "MeDtos.cs", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "file_type": "code", "degree": 2}, {"id": "csharp_namespace:cf4d04315ea8addf", "label": "ERPCore.Dtos.Rbac", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Rbac", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "label": "MeResponseDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "MeResponseDto", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Dtos/Rbac/MeDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_rbac_navdtos", "label": "NavDtos.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "NavDtos.cs", "community": 110, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_subnavitemdto", "label": "SubNavItemDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SubNavItemDto", "community": 110, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_navitemdto", "label": "NavItemDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "NavItemDto", "community": 110, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Dtos/Rbac/NavDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_rbac_roledtos", "label": "RoleDtos.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "RoleDtos.cs", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "label": "RoleDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RoleDto", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_createrolerequest", "label": "CreateRoleRequest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRoleRequest", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolerequest", "label": "UpdateRoleRequest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateRoleRequest", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolestatusrequest", "label": "UpdateRoleStatusRequest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateRoleStatusRequest", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "label": "AssignRolePermissionsRequest", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AssignRolePermissionsRequest", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_rbac_roledtos_cs_list", "label": "List", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "label": "RolePermissionsDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RolePermissionsDto", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Dtos/Rbac/RoleDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_reference_reasoncodedtos", "label": "ReasonCodeDtos.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCodeDtos.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "file_type": "code", "degree": 4}, {"id": "csharp_namespace:961e9c7c568982f0", "label": "ERPCore.Dtos.Reference", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Reference", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "label": "ReasonCodeDto", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCodeDto", "community": 75, "community_name": "Reason Codes API", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "label": "CreateReasonCodeRequest", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateReasonCodeRequest", "community": 75, "community_name": "Reason Codes API", "source_file": "Backend/ERPCore/Dtos/Reference/ReasonCodeDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_stock_adjustmentdtos", "label": "AdjustmentDtos.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentDtos.cs", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "file_type": "code", "degree": 7}, {"id": "csharp_namespace:8db4266f43636fa7", "label": "ERPCore.Dtos.Stock", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Stock", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "file_type": "code", "degree": 21}, {"id": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentlinedto", "label": "AdjustmentLineDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentLineDto", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "label": "AdjustmentDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentDto", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentsummarydto", "label": "AdjustmentSummaryDto", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentSummaryDto", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentlineinput", "label": "CreateAdjustmentLineInput", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateAdjustmentLineInput", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "label": "CreateAdjustmentRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateAdjustmentRequest", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Dtos/Stock/AdjustmentDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_stock_adjustmentdtos_cs_list", "label": "List", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_stock_countdtos", "label": "CountDtos.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CountDtos.cs", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countlinedto", "label": "CountLineDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CountLineDto", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "label": "CountDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CountDto", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countsummarydto", "label": "CountSummaryDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CountSummaryDto", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countpostresultdto", "label": "CountPostResultDto", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CountPostResultDto", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "label": "CreateCountRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateCountRequest", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_stock_countdtos_cs_list", "label": "List", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountlineinput", "label": "EnterCountLineInput", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EnterCountLineInput", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "label": "EnterCountsRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "EnterCountsRequest", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Dtos/Stock/CountDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_stock_reorderdtos", "label": "ReorderDtos.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReorderDtos.cs", "community": 106, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Dtos/Stock/ReorderDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_stock_reorderdtos_erpcore_dtos_stock_reorderalertdto", "label": "ReorderAlertDto", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReorderAlertDto", "community": 106, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Dtos/Stock/ReorderDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_stock_stockdtos", "label": "StockDtos.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StockDtos.cs", "community": 100, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "label": "StockOnHandDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "StockOnHandDto", "community": 100, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockledgerrowdto", "label": "StockLedgerRowDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockLedgerRowDto", "community": 100, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationlayerdto", "label": "StockValuationLayerDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StockValuationLayerDto", "community": 100, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "label": "StockValuationDto", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StockValuationDto", "community": 100, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Dtos/Stock/StockDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_stock_transferdtos", "label": "TransferDtos.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferDtos.cs", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferlinedto", "label": "TransferLineDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferLineDto", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "label": "TransferDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferDto", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfersummarydto", "label": "TransferSummaryDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferSummaryDto", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_consumedlayerdto", "label": "ConsumedLayerDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConsumedLayerDto", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_dispatchresultdto", "label": "DispatchResultDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DispatchResultDto", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfercreatedlayerdto", "label": "TransferCreatedLayerDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferCreatedLayerDto", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receiveresultdto", "label": "ReceiveResultDto", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReceiveResultDto", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferlineinput", "label": "CreateTransferLineInput", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateTransferLineInput", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "label": "CreateTransferRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateTransferRequest", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_stock_transferdtos_cs_list", "label": "List", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferlineinput", "label": "ReceiveTransferLineInput", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReceiveTransferLineInput", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "label": "ReceiveTransferRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ReceiveTransferRequest", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Dtos/Stock/TransferDtos.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_dtos_uoms_uomdtos", "label": "UomDtos.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UomDtos.cs", "community": 78, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "file_type": "code", "degree": 3}, {"id": "csharp_namespace:6957198080ecba5a", "label": "ERPCore.Dtos.Uoms", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Uoms", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "label": "UomDto", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "UomDto", "community": 78, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_createuomrequest", "label": "CreateUomRequest", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateUomRequest", "community": 78, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Dtos/Uoms/UomDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_users_userdtos", "label": "UserDtos.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UserDtos.cs", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "file_type": "code", "degree": 6}, {"id": "csharp_namespace:c4a57c1bab5d94c3", "label": "ERPCore.Dtos.Users", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Users", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "label": "ManagedUserDto", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ManagedUserDto", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "label": "CreateUserRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateUserRequest", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_dtos_users_userdtos_cs_guid", "label": "Guid", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_updateuserrolerequest", "label": "UpdateUserRoleRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateUserRoleRequest", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_usertypeoptiondto", "label": "UserTypeOptionDto", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UserTypeOptionDto", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Dtos/Users/UserDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_vendors_vendordtos", "label": "VendorDtos.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorDtos.cs", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "file_type": "code", "degree": 6}, {"id": "csharp_namespace:99965268be1ae8a2", "label": "ERPCore.Dtos.Vendors", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Vendors", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "label": "VendorDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorDto", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_createvendorrequest", "label": "CreateVendorRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateVendorRequest", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorrequest", "label": "UpdateVendorRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateVendorRequest", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorstatusrequest", "label": "UpdateVendorStatusRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateVendorStatusRequest", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Dtos/Vendors/VendorDtos.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_dtos_warehouses_warehousedtos", "label": "WarehouseDtos.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehouseDtos.cs", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "file_type": "code", "degree": 5}, {"id": "csharp_namespace:8ae1b0096119b211", "label": "ERPCore.Dtos.Warehouses", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Dtos.Warehouses", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "label": "WarehouseDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehouseDto", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "label": "BinDto", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "BinDto", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createwarehouserequest", "label": "CreateWarehouseRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateWarehouseRequest", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createbinrequest", "label": "CreateBinRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateBinRequest", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Dtos/Warehouses/WarehouseDtos.cs", "file_type": "code", "degree": 4}, {"id": "framework_net10_0", "label": "net10.0", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "net10.0", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "concept", "degree": 1}, {"id": "nuget_closedxml", "label": "ClosedXML (0.105.0)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ClosedXML (0.105.0)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "nuget_csvhelper", "label": "CsvHelper (33.1.0)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CsvHelper (33.1.0)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "nuget_microsoft_entityframeworkcore", "label": "Microsoft.EntityFrameworkCore (10.0.9)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft.EntityFrameworkCore (10.0.9)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "nuget_microsoft_entityframeworkcore_design", "label": "Microsoft.EntityFrameworkCore.Design (10.0.9)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft.EntityFrameworkCore.Design (10.0.9)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "nuget_microsoft_entityframeworkcore_tools", "label": "Microsoft.EntityFrameworkCore.Tools (10.0.9)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft.EntityFrameworkCore.Tools (10.0.9)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "nuget_npgsql_entityframeworkcore_postgresql", "label": "Npgsql.EntityFrameworkCore.PostgreSQL (10.0.2)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Npgsql.EntityFrameworkCore.PostgreSQL (10.0.2)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "nuget_microsoft_aspnetcore_authentication_jwtbearer", "label": "Microsoft.AspNetCore.Authentication.JwtBearer (10.0.9)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft.AspNetCore.Authentication.JwtBearer (10.0.9)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "nuget_microsoft_extensions_diagnostics_healthchecks_entityframeworkcore", "label": "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (10.0.9)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft.Extensions.Diagnostics.HealthChecks.EntityFrameworkCore (10.0.9)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "nuget_serilog_aspnetcore", "label": "Serilog.AspNetCore (9.0.0)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Serilog.AspNetCore (9.0.0)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "nuget_serilog_sinks_file", "label": "Serilog.Sinks.File (6.0.0)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Serilog.Sinks.File (6.0.0)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "nuget_swashbuckle_aspnetcore", "label": "Swashbuckle.AspNetCore (10.2.3)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Swashbuckle.AspNetCore (10.2.3)", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "code", "degree": 1}, {"id": "sdk_microsoft_net_sdk_web", "label": "Microsoft.NET.Sdk.Web", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Microsoft.NET.Sdk.Web", "community": 85, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/ERPCore.csproj", "file_type": "concept", "degree": 1}, {"id": "backend_erpcore_infra_auth_authcookiewriter", "label": "AuthCookieWriter.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthCookieWriter.cs", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "file_type": "code", "degree": 2}, {"id": "csharp_namespace:bf3cdac67588f626", "label": "ERPCore.Infra.Auth", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Infra.Auth", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "file_type": "code", "degree": 27}, {"id": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter", "label": "AuthCookieWriter", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthCookieWriter", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "label": ".WriteSession()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".WriteSession()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "file_type": "code", "degree": 8}, {"id": "httpresponse", "label": "HttpResponse", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpResponse", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession", "label": ".ClearSession()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ClearSession()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_generatecsrftoken", "label": ".GenerateCsrfToken()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".GenerateCsrfToken()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthCookieWriter.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_auth_authhexclaims", "label": "AuthHexClaims.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthHexClaims.cs", "community": 152, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "label": "AuthHexClaims", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthHexClaims", "community": 152, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHexClaims.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_auth_authhexclaims_cs_string", "label": "string", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 152, "community_name": "AuthHex Identity Client", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient", "label": "AuthHexClient.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthHexClient.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 4}, {"id": "csharp_namespace:5e940f0b6b0b1a35", "label": "ERPCore.Infra.Auth.AuthHex", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Infra.Auth.AuthHex", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "label": "AuthHexClient", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthHexClient", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 36}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_cs_jsonserializeroptions", "label": "JsonSerializerOptions", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonSerializerOptions", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "", "file_type": "code", "degree": 1}, {"id": "httpclient", "label": "HttpClient", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpClient", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "label": ".RegisterAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".RegisterAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "", "file_type": "code", "degree": 32}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "label": "Task", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "", "file_type": "code", "degree": 32}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "label": ".LoginAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LoginAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "label": ".VerifyOtpForLoginAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyOtpForLoginAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_refreshtokenasync", "label": ".RefreshTokenAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".RefreshTokenAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "label": ".GetUserDetailsAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetUserDetailsAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_cs_guid", "label": "Guid", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "label": ".ListUserTypesAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListUserTypesAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_cs_list", "label": "List", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "label": ".GetUserSessionsAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetUserSessionsAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserstatusasync", "label": ".ChangeUserStatusAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ChangeUserStatusAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_lockuseraccountasync", "label": ".LockUserAccountAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".LockUserAccountAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "label": ".ChangeUserPasswordAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ChangeUserPasswordAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "label": ".VerifyPasswordAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyPasswordAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "label": ".LogoutUserAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LogoutUserAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "label": ".UpdateUserAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateUserAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_initiatetwofasetupasync", "label": ".InitiateTwoFaSetupAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".InitiateTwoFaSetupAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "label": ".CompleteTwoFaSetupAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".CompleteTwoFaSetupAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "label": ".VerifyTwoFaAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyTwoFaAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "label": ".DisableTwoFaAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".DisableTwoFaAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_gettwofastatusasync", "label": ".GetTwoFaStatusAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetTwoFaStatusAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "label": ".ForgotPasswordAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ForgotPasswordAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "label": ".VerifyRecoveryOtpAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyRecoveryOtpAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "label": ".ResetPasswordAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPasswordAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "label": ".ResetPasswordWithTokenAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPasswordWithTokenAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "label": ".IsAvailableAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".IsAvailableAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "label": ".SendOtpAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SendOtpAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "label": ".VerifyAltOtpAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyAltOtpAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "label": ".CreateRoleAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateRoleAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "label": ".ListRolesAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListRolesAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "label": ".GetRoleAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetRoleAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "label": ".UpdateRoleAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateRoleAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "label": ".DeleteRoleAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".DeleteRoleAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": ".CallVoidAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".CallVoidAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callasync", "label": ".CallAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".CallAsync()", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexClient.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_auth_authhex_authhexenvelope", "label": "AuthHexEnvelope.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthHexEnvelope.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexenvelope", "label": "AuthHexEnvelope", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthHexEnvelope", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexrequestbody", "label": "AuthHexRequestBody", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthHexRequestBody", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "label": "AuthHexSessionResult", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthHexSessionResult", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/AuthHexEnvelope.cs", "file_type": "code", "degree": 15}, {"id": "backend_erpcore_infra_auth_authhex_authhexenvelope_cs_guid", "label": "Guid", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 32, "community_name": "AuthHex Identity Client", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient", "label": "IAuthHexClient.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IAuthHexClient.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "label": "IAuthHexClient", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "IAuthHexClient", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 37}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "label": ".RegisterAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".RegisterAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 36, "community_name": "Auth Role DTOs", "source_file": "", "file_type": "code", "degree": 30}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 36, "community_name": "Auth Role DTOs", "source_file": "", "file_type": "code", "degree": 30}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "label": ".LoginAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".LoginAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "label": ".VerifyOtpForLoginAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyOtpForLoginAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "label": ".RefreshTokenAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".RefreshTokenAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "label": ".GetUserDetailsAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetUserDetailsAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_guid", "label": "Guid", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 36, "community_name": "Auth Role DTOs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "label": ".ListUserTypesAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListUserTypesAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_list", "label": "List", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 36, "community_name": "Auth Role DTOs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "label": ".GetUserSessionsAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetUserSessionsAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserstatusasync", "label": ".ChangeUserStatusAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ChangeUserStatusAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_lockuseraccountasync", "label": ".LockUserAccountAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".LockUserAccountAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "label": ".ChangeUserPasswordAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ChangeUserPasswordAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "label": ".VerifyPasswordAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyPasswordAsync()", "community": 139, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "label": ".LogoutUserAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LogoutUserAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "label": ".UpdateUserAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateUserAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "label": ".InitiateTwoFaSetupAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".InitiateTwoFaSetupAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "label": ".CompleteTwoFaSetupAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CompleteTwoFaSetupAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "label": ".VerifyTwoFaAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyTwoFaAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "label": ".DisableTwoFaAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".DisableTwoFaAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "label": ".GetTwoFaStatusAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetTwoFaStatusAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "label": ".ForgotPasswordAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ForgotPasswordAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "label": ".VerifyRecoveryOtpAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyRecoveryOtpAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "label": ".ResetPasswordAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPasswordAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "label": ".ResetPasswordWithTokenAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPasswordWithTokenAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "label": ".IsAvailableAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".IsAvailableAsync()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "label": ".SendOtpAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SendOtpAsync()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "label": ".VerifyAltOtpAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyAltOtpAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "label": ".CreateRoleAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateRoleAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "label": ".ListRolesAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListRolesAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "label": ".GetRoleAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetRoleAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "label": ".UpdateRoleAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateRoleAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "label": ".DeleteRoleAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".DeleteRoleAsync()", "community": 36, "community_name": "Auth Role DTOs", "source_file": "Backend/ERPCore/Infra/Auth/AuthHex/IAuthHexClient.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_currentuser", "label": "CurrentUser.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CurrentUser.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Auth/CurrentUser.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_auth_currentuser_erpcore_infra_auth_currentuser", "label": "CurrentUser", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CurrentUser", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Infra/Auth/CurrentUser.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_auth_currentuser_cs_string", "label": "string", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "ihttpcontextaccessor", "label": "IHttpContextAccessor", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IHttpContextAccessor", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_icurrentuser", "label": "ICurrentUser.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ICurrentUser.cs", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Infra/Auth/ICurrentUser.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "label": "ICurrentUser", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ICurrentUser", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Infra/Auth/ICurrentUser.cs", "file_type": "code", "degree": 19}, {"id": "backend_erpcore_infra_auth_jwtauthextensions", "label": "JwtAuthExtensions.cs", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "JwtAuthExtensions.cs", "community": 142, "community_name": "Auth Infrastructure", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions", "label": "JwtAuthExtensions", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "JwtAuthExtensions", "community": 142, "community_name": "Auth Infrastructure", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_auth_jwtauthextensions_cs_string", "label": "string", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 142, "community_name": "Auth Infrastructure", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions_adderpjwtauth", "label": ".AddErpJwtAuth()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddErpJwtAuth()", "community": 142, "community_name": "Auth Infrastructure", "source_file": "Backend/ERPCore/Infra/Auth/JwtAuthExtensions.cs", "file_type": "code", "degree": 3}, {"id": "iservicecollection", "label": "IServiceCollection", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IServiceCollection", "community": 142, "community_name": "Auth Infrastructure", "source_file": "", "file_type": "code", "degree": 1}, {"id": "iconfiguration", "label": "IConfiguration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IConfiguration", "community": 142, "community_name": "Auth Infrastructure", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "label": "ShadowUserClaimsTransformation.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ShadowUserClaimsTransformation.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "label": "ShadowUserClaimsTransformation", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ShadowUserClaimsTransformation", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "file_type": "code", "degree": 5}, {"id": "iclaimstransformation", "label": "IClaimsTransformation", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IClaimsTransformation", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_transformasync", "label": ".TransformAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".TransformAsync()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "file_type": "code", "degree": 4}, {"id": "claimsprincipal", "label": "ClaimsPrincipal", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ClaimsPrincipal", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_shadowuserclaimstransformation_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "label": ".ResolveOrProvisionAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResolveOrProvisionAsync()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Auth/ShadowUserClaimsTransformation.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_auth_shadowuserclaimstransformation_cs_guid", "label": "Guid", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_validatecsrfattribute", "label": "ValidateCsrfAttribute.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ValidateCsrfAttribute.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute", "label": "ValidateCsrfAttribute", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ValidateCsrfAttribute", "community": 134, "community_name": "Component Group 134", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "file_type": "code", "degree": 4}, {"id": "attribute", "label": "Attribute", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Attribute", "community": 134, "community_name": "Component Group 134", "source_file": "", "file_type": "code", "degree": 1}, {"id": "iasyncactionfilter", "label": "IAsyncActionFilter", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IAsyncActionFilter", "community": 134, "community_name": "Component Group 134", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute_onactionexecutionasync", "label": ".OnActionExecutionAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".OnActionExecutionAsync()", "community": 134, "community_name": "Component Group 134", "source_file": "Backend/ERPCore/Infra/Auth/ValidateCsrfAttribute.cs", "file_type": "code", "degree": 4}, {"id": "actionexecutingcontext", "label": "ActionExecutingContext", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionExecutingContext", "community": 134, "community_name": "Component Group 134", "source_file": "", "file_type": "code", "degree": 1}, {"id": "actionexecutiondelegate", "label": "ActionExecutionDelegate", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ActionExecutionDelegate", "community": 134, "community_name": "Component Group 134", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_auth_validatecsrfattribute_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 134, "community_name": "Component Group 134", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe", "label": "AuditScribe.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditScribe.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "file_type": "code", "degree": 5}, {"id": "csharp_namespace:33d5be8a1ef5b862", "label": "ERPCore.Infra.Persistence.Auditing", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Infra.Persistence.Auditing", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_pendingaudit", "label": "PendingAudit", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PendingAudit", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "label": "AuditScribe", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditScribe", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_hashset", "label": "HashSet", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HashSet", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_jsonserializeroptions", "label": "JsonSerializerOptions", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonSerializerOptions", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "label": ".Capture()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Capture()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "file_type": "code", "degree": 8}, {"id": "changetracker", "label": "ChangeTracker", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChangeTracker", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_list", "label": "List", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "label": ".ToLog()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToLog()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_datetime", "label": "DateTime", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_readkey", "label": ".ReadKey()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReadKey()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "file_type": "code", "degree": 4}, {"id": "entityentry", "label": "EntityEntry", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityEntry", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_buildchangeset", "label": ".BuildChangeSet()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".BuildChangeSet()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Auditing/AuditScribe.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "label": "AttendanceRecordConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceRecordConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "csharp_namespace:b44089145e3ae115", "label": "ERPCore.Infra.Persistence.Configurations", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "ERPCore.Infra.Persistence.Configurations", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "file_type": "code", "degree": 53}, {"id": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "label": "AttendanceRecordConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceRecordConfiguration", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "ientitytypeconfiguration", "label": "IEntityTypeConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 18.4, "font": {"size": 12, "color": "#ffffff"}, "title": "IEntityTypeConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 80}, {"id": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceRecordConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "label": "AttendanceUploadBatchConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceUploadBatchConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "label": "AttendanceUploadBatchConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceUploadBatchConfiguration", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AttendanceUploadBatchConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_auditconfiguration", "label": "AuditConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration", "label": "AuditLogConfiguration", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditLogConfiguration", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration_configure", "label": ".Configure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_auditconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration", "label": "JournalEntryStubConfiguration", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "JournalEntryStubConfiguration", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration_configure", "label": ".Configure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/AuditConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration", "label": "BatchSerialConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BatchSerialConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration", "label": "BatchConfiguration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BatchConfiguration", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration_configure", "label": ".Configure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 87, "community_name": "Batch Processing Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration", "label": "SerialConfiguration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SerialConfiguration", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration_configure", "label": ".Configure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BatchSerialConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_binconfiguration", "label": "BinConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "BinConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration", "label": "BinConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BinConfiguration", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BinConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_binconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_branchconfiguration", "label": "BranchConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BranchConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration", "label": "BranchConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BranchConfiguration", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BranchConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_branchconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_brandconfiguration", "label": "BrandConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BrandConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration", "label": "BrandConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "BrandConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/BrandConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_brandconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_categoryconfiguration", "label": "CategoryConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CategoryConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration", "label": "CategoryConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CategoryConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/CategoryConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_departmentconfiguration", "label": "DepartmentConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DepartmentConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration", "label": "DepartmentConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DepartmentConfiguration", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DepartmentConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_designationconfiguration", "label": "DesignationConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DesignationConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration", "label": "DesignationConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DesignationConfiguration", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/DesignationConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_designationconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "label": "EmployeeBankDetailConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeBankDetailConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "label": "EmployeeBankDetailConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeBankDetailConfiguration", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeBankDetailConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_employeeconfiguration", "label": "EmployeeConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration", "label": "EmployeeConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeConfiguration", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "label": "EmployeeDocumentConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocumentConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "label": "EmployeeDocumentConfiguration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocumentConfiguration", "community": 112, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration_configure", "label": ".Configure()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 112, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeDocumentConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 112, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration", "label": "EmployeeLoanConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeLoanConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration", "label": "EmployeeLoanConfiguration", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeLoanConfiguration", "community": 96, "community_name": "Employee Loan Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration_configure", "label": ".Configure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 96, "community_name": "Employee Loan Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 96, "community_name": "Employee Loan Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration", "label": "LoanInstallmentConfiguration", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanInstallmentConfiguration", "community": 96, "community_name": "Employee Loan Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration_configure", "label": ".Configure()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 96, "community_name": "Employee Loan Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeLoanConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "label": "EmployeeSalaryStructureConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructureConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "label": "EmployeeSalaryStructureConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructureConfiguration", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration", "label": "EmployeeSalaryStructureLineConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructureLineConfiguration", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmployeeSalaryStructureConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "label": "EmploymentTypeConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentTypeConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "label": "EmploymentTypeConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentTypeConfiguration", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/EmploymentTypeConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_grnconfiguration", "label": "GrnConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration", "label": "GrnConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnConfiguration", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_grnconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration", "label": "GrnLineConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnLineConfiguration", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/GrnConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "label": "HrDocumentTypeConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentTypeConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "label": "HrDocumentTypeConfiguration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentTypeConfiguration", "community": 112, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_configure", "label": ".Configure()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 112, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/HrDocumentTypeConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 112, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_itemconfiguration", "label": "ItemConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration", "label": "ItemConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_itemconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration", "label": "ItemReorderConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemReorderConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration", "label": "ItemReorderConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemReorderConfiguration", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemReorderConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration", "label": "ItemTypeConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemTypeConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration", "label": "ItemTypeConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemTypeConfiguration", "community": 140, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 140, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ItemTypeConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 140, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "label": "LeaveBalanceConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalanceConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "label": "LeaveBalanceConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalanceConfiguration", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveBalanceConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 24, "community_name": "Branch & Department Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration", "label": "LeaveRequestConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration", "label": "LeaveRequestConfiguration", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestConfiguration", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration_configure", "label": ".Configure()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveRequestConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration", "label": "LeaveTypeConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveTypeConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration", "label": "LeaveTypeConfiguration", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveTypeConfiguration", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration_configure", "label": ".Configure()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/LeaveTypeConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_navitemconfiguration", "label": "NavItemConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NavItemConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration", "label": "NavItemConfiguration", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NavItemConfiguration", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration_configure", "label": ".Configure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NavItemConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 55, "community_name": "Navigation Item Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "label": "NumberSequenceConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberSequenceConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "label": "NumberSequenceConfiguration", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberSequenceConfiguration", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration_configure", "label": ".Configure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/NumberSequenceConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration", "label": "PayrollLineConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration", "label": "PayrollLineConfiguration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineConfiguration", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration_configure", "label": ".Configure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 57, "community_name": "Payroll Line Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration", "label": "PayrollLineComponentConfiguration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineComponentConfiguration", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration_configure", "label": ".Configure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollLineConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration", "label": "PayrollRunConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration", "label": "PayrollRunConfiguration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunConfiguration", "community": 127, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration_configure", "label": ".Configure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 127, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollRunConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 127, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "label": "PayrollStatutorySettingConfiguration.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySettingConfiguration.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "label": "PayrollStatutorySettingConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySettingConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration", "label": "TaxSlabConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxSlabConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayrollStatutorySettingConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_payslipconfiguration", "label": "PayslipConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayslipConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration", "label": "PayslipConfiguration", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayslipConfiguration", "community": 141, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration_configure", "label": ".Configure()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 141, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PayslipConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 141, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_permissionconfiguration", "label": "PermissionConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PermissionConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration", "label": "PermissionConfiguration", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PermissionConfiguration", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration_configure", "label": ".Configure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PermissionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 55, "community_name": "Navigation Item Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration", "label": "ProductConfigConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfigConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration", "label": "ProductConfigConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfigConfiguration", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductConfigConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 60, "community_name": "Product Config Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "label": "ProductionConfiguration.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionConfiguration.cs", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration", "label": "ProductionTemplateConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionTemplateConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration", "label": "TemplateStageConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateStageConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration", "label": "StageEdgeConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StageEdgeConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration", "label": "StageInputConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StageInputConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration", "label": "StageOutputConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StageOutputConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration", "label": "ProductionRunConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration", "label": "RunStageConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration", "label": "RunEdgeConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RunEdgeConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration", "label": "RunStageInputConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageInputConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration", "label": "RunStageOutputConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageOutputConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration", "label": "RunStageEventConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageEventConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ProductionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "label": "PurchaseOrderConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "label": "PurchaseOrderConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderConfiguration", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration", "label": "PoLineConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PoLineConfiguration", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseOrderConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "label": "PurchaseReturnConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "label": "PurchaseReturnConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnConfiguration", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration", "label": "PurchaseReturnLineConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnLineConfiguration", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/PurchaseReturnConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "label": "ReasonCodeConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCodeConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "label": "ReasonCodeConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCodeConfiguration", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/ReasonCodeConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 84, "community_name": "Reason Code Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration", "label": "RequisitionConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration", "label": "RequisitionConfiguration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionConfiguration", "community": 97, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration_configure", "label": ".Configure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 97, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 97, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration", "label": "RequisitionLineConfiguration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionLineConfiguration", "community": 97, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration_configure", "label": ".Configure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 97, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RequisitionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "label": "RfqConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration", "label": "RfqConfiguration", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqConfiguration", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration_configure", "label": ".Configure()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 69, "community_name": "RFQ Entities", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration", "label": "RfqLineConfiguration", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqLineConfiguration", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration_configure", "label": ".Configure()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration", "label": "VendorQuotationConfiguration", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorQuotationConfiguration", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration_configure", "label": ".Configure()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration", "label": "VendorQuotationLineConfiguration", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorQuotationLineConfiguration", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration_configure", "label": ".Configure()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 69, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RfqConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_roleconfiguration", "label": "RoleConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RoleConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration", "label": "RoleConfiguration", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RoleConfiguration", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration_configure", "label": ".Configure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RoleConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_roleconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 55, "community_name": "Navigation Item Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "label": "RolePermissionConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RolePermissionConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "label": "RolePermissionConfiguration", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RolePermissionConfiguration", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration_configure", "label": ".Configure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/RolePermissionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 55, "community_name": "Navigation Item Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "label": "SalaryComponentConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "label": "SalaryComponentConfiguration", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentConfiguration", "community": 128, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration_configure", "label": ".Configure()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 128, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SalaryComponentConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 128, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "label": "StockAdjustmentConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustmentConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "label": "StockAdjustmentConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustmentConfiguration", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 84, "community_name": "Reason Code Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration", "label": "StockAdjustmentLineConfiguration", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustmentLineConfiguration", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration_configure", "label": ".Configure()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 84, "community_name": "Reason Code Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockAdjustmentConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_stockconfiguration", "label": "StockConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration", "label": "StockLayerConfiguration", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockLayerConfiguration", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration_configure", "label": ".Configure()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 87, "community_name": "Batch Processing Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_stockconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration", "label": "StockLedgerConfiguration", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockLedgerConfiguration", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration_configure", "label": ".Configure()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration", "label": "StockCountConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCountConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration", "label": "StockCountConfiguration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCountConfiguration", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration_configure", "label": ".Configure()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration", "label": "StockCountLineConfiguration", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCountLineConfiguration", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration_configure", "label": ".Configure()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockCountConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration", "label": "StockTransferConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransferConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration", "label": "StockTransferConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransferConfiguration", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 60, "community_name": "Product Config Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration", "label": "StockTransferLineConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransferLineConfiguration", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/StockTransferConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration", "label": "SubCategoryConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SubCategoryConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration", "label": "SubCategoryConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SubCategoryConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubCategoryConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration", "label": "SubNavItemConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SubNavItemConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration", "label": "SubNavItemConfiguration", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SubNavItemConfiguration", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration_configure", "label": ".Configure()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/SubNavItemConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 55, "community_name": "Navigation Item Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_uomconfiguration", "label": "UomConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration", "label": "UomConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_uomconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration", "label": "UomConversionConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConversionConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration", "label": "UomConversionConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConversionConfiguration", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 10, "community_name": "Core Domain Models", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UomConversionConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 10, "community_name": "Core Domain Models", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_userconfiguration", "label": "UserConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UserConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration", "label": "UserConfiguration", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UserConfiguration", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration_configure", "label": ".Configure()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/UserConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_userconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 60, "community_name": "Product Config Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_vendorconfiguration", "label": "VendorConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration", "label": "VendorConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorConfiguration", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/VendorConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration", "label": "WarehouseConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehouseConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration", "label": "WarehouseConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehouseConfiguration", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WarehouseConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration", "label": "WorkShiftConfiguration.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShiftConfiguration.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration", "label": "WorkShiftConfiguration", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShiftConfiguration", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration_configure", "label": ".Configure()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Configure()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Infra/Persistence/Configurations/WorkShiftConfiguration.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_cs_entitytypebuilder", "label": "EntityTypeBuilder", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EntityTypeBuilder", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_dataseeder", "label": "DataSeeder.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DataSeeder.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "file_type": "code", "degree": 4}, {"id": "csharp_namespace:32bca361f3e30e9f", "label": "ERPCore.Infra.Persistence", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Infra.Persistence", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "label": "DataSeeder", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "DataSeeder", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_persistence_dataseeder_cs_string", "label": "string", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "label": ".SeedAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SeedAsync()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_infra_persistence_dataseeder_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_dataseeder_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "label": ".SeedReasonCodesAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SeedReasonCodesAsync()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "label": ".SeedItemTypesAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SeedItemTypesAsync()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "label": ".SeedProductConfigAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SeedProductConfigAsync()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/DataSeeder.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_persistence_erpdbcontext", "label": "ErpDbContext.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ErpDbContext.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "ErpDbContext", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 20.1, "font": {"size": 12, "color": "#ffffff"}, "title": "ErpDbContext", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "file_type": "code", "degree": 97}, {"id": "dbcontext", "label": "DbContext", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DbContext", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_erpdbcontext_cs_dbset", "label": "DbSet", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DbSet", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_onmodelcreating", "label": ".OnModelCreating()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".OnModelCreating()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "file_type": "code", "degree": 2}, {"id": "modelbuilder", "label": "ModelBuilder", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ModelBuilder", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "label": ".SaveChangesAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".SaveChangesAsync()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_infra_persistence_erpdbcontext_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_erpdbcontext_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechanges", "label": ".SaveChanges()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".SaveChanges()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "label": ".WriteAuditLogs()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".WriteAuditLogs()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/Persistence/ErpDbContext.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_infra_persistence_erpdbcontext_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_storage_ifilestorageservice", "label": "IFileStorageService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "IFileStorageService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "file_type": "code", "degree": 2}, {"id": "csharp_namespace:76ad6416ab3d118a", "label": "ERPCore.Infra.Storage", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Infra.Storage", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "label": "IFileStorageService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "IFileStorageService", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "label": ".SaveAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".SaveAsync()", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_cs_stream", "label": "Stream", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Stream", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_cs_storedfilename", "label": "StoredFileName", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StoredFileName", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_cs_relativepath", "label": "RelativePath", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RelativePath", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_cs_sizebytes", "label": "SizeBytes", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SizeBytes", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "label": ".OpenReadAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".OpenReadAsync()", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_deleteasync", "label": ".DeleteAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".DeleteAsync()", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_existsasync", "label": ".ExistsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ExistsAsync()", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/IFileStorageService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_storage_localfilestorageservice", "label": "LocalFileStorageService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LocalFileStorageService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "label": "LocalFileStorageService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "LocalFileStorageService", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_cs_string", "label": "string", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "label": ".SaveAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".SaveAsync()", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_cs_stream", "label": "Stream", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Stream", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_cs_storedfilename", "label": "StoredFileName", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StoredFileName", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_cs_relativepath", "label": "RelativePath", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RelativePath", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_cs_sizebytes", "label": "SizeBytes", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SizeBytes", "community": 61, "community_name": "File Storage Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "label": ".OpenReadAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".OpenReadAsync()", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_deleteasync", "label": ".DeleteAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".DeleteAsync()", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_existsasync", "label": ".ExistsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ExistsAsync()", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_resolvesafe", "label": ".ResolveSafe()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResolveSafe()", "community": 61, "community_name": "File Storage Service", "source_file": "Backend/ERPCore/Infra/Storage/LocalFileStorageService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_uow_iunitofwork", "label": "IUnitOfWork.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "IUnitOfWork.cs", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "file_type": "code", "degree": 2}, {"id": "csharp_namespace:53839c91ac3dcd36", "label": "ERPCore.Infra.UoW", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Infra.UoW", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "file_type": "code", "degree": 43}, {"id": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "label": "IUnitOfWork", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "IUnitOfWork", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "file_type": "code", "degree": 44}, {"id": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "label": ".SaveChangesAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 20.7, "font": {"size": 12, "color": "#ffffff"}, "title": ".SaveChangesAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "file_type": "code", "degree": 102}, {"id": "backend_erpcore_infra_uow_iunitofwork_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_uow_iunitofwork_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "label": ".ExecuteInTransactionAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".ExecuteInTransactionAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Infra/UoW/IUnitOfWork.cs", "file_type": "code", "degree": 31}, {"id": "backend_erpcore_infra_uow_iunitofwork_cs_func", "label": "Func", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Func", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_infra_uow_unitofwork", "label": "UnitOfWork.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UnitOfWork.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "label": "UnitOfWork", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UnitOfWork", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_savechangesasync", "label": ".SaveChangesAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".SaveChangesAsync()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_infra_uow_unitofwork_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_uow_unitofwork_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "label": ".ExecuteInTransactionAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ExecuteInTransactionAsync()", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "Backend/ERPCore/Infra/UoW/UnitOfWork.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_infra_uow_unitofwork_cs_func", "label": "Func", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Func", "community": 15, "community_name": "Audit & Finance Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_program", "label": "Program.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Program.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Program.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_properties_launchsettings", "label": "launchSettings.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "launchSettings.json", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_properties_launchsettings_schema", "label": "$schema", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "$schema", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_profiles", "label": "profiles", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "profiles", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_properties_launchsettings_profiles_http", "label": "http", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "http", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_properties_launchsettings_http_commandname", "label": "commandName", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "commandName", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_http_dotnetrunmessages", "label": "dotnetRunMessages", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dotnetRunMessages", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_http_launchbrowser", "label": "launchBrowser", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "launchBrowser", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_http_launchurl", "label": "launchUrl", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "launchUrl", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_http_applicationurl", "label": "applicationUrl", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "applicationUrl", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_http_environmentvariables", "label": "environmentVariables", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "environmentVariables", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_properties_launchsettings_environmentvariables_aspnetcore_environment", "label": "ASPNETCORE_ENVIRONMENT", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ASPNETCORE_ENVIRONMENT", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_properties_launchsettings_profiles_https", "label": "https", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "https", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_properties_launchsettings_https_commandname", "label": "commandName", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "commandName", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_https_dotnetrunmessages", "label": "dotnetRunMessages", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dotnetRunMessages", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_https_launchbrowser", "label": "launchBrowser", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "launchBrowser", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_https_launchurl", "label": "launchUrl", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "launchUrl", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_https_applicationurl", "label": "applicationUrl", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "applicationUrl", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_properties_launchsettings_https_environmentvariables", "label": "environmentVariables", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "environmentVariables", "community": 76, "community_name": "Launch Configuration", "source_file": "Backend/ERPCore/Properties/launchSettings.json", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_repositories_interfaces_irepository", "label": "IRepository.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "IRepository.cs", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "file_type": "code", "degree": 2}, {"id": "csharp_namespace:cf7fb5faf062c9f1", "label": "ERPCore.Repositories.Interfaces", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "ERPCore.Repositories.Interfaces", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "file_type": "code", "degree": 54}, {"id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "label": "IRepository", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "IRepository", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "file_type": "code", "degree": 59}, {"id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "label": ".GetByIdAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": ".GetByIdAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "file_type": "code", "degree": 53}, {"id": "backend_erpcore_repositories_interfaces_irepository_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_repositories_interfaces_irepository_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_listasync", "label": ".ListAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_repositories_interfaces_irepository_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "label": ".Query()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 31.3, "font": {"size": 12, "color": "#ffffff"}, "title": ".Query()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "file_type": "code", "degree": 204}, {"id": "backend_erpcore_repositories_interfaces_irepository_cs_iqueryable", "label": "IQueryable", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IQueryable", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "label": ".AddAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 15.3, "font": {"size": 12, "color": "#ffffff"}, "title": ".AddAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "file_type": "code", "degree": 51}, {"id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_update", "label": ".Update()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove", "label": ".Remove()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".Remove()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Repositories/Interfaces/IRepository.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_repositories_repository", "label": "Repository.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Repository.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "file_type": "code", "degree": 4}, {"id": "csharp_namespace:b0ee0c4d8bd1600a", "label": "ERPCore.Repositories", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Repositories", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "label": "Repository", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Repository", "community": 107, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_repositories_repository_cs_dbset", "label": "DbSet", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DbSet", "community": 107, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_getbyidasync", "label": ".GetByIdAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetByIdAsync()", "community": 107, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_repositories_repository_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 107, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_repositories_repository_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 107, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_listasync", "label": ".ListAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 107, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_repositories_repository_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 107, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_query", "label": ".Query()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".Query()", "community": 107, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_repositories_repository_cs_iqueryable", "label": "IQueryable", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IQueryable", "community": 107, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_addasync", "label": ".AddAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddAsync()", "community": 107, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_update", "label": ".Update()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Update()", "community": 107, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_repositories_repository_erpcore_repositories_repository_remove", "label": ".Remove()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Remove()", "community": 107, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Repositories/Repository.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_adjustmentservice", "label": "AdjustmentService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "file_type": "code", "degree": 12}, {"id": "csharp_namespace:602e875c51adb86a", "label": "ERPCore.Services", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Services", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "file_type": "code", "degree": 24}, {"id": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "label": "AdjustmentService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentService", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "label": ".ListAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_adjustmentservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_adjustmentservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "label": ".GetAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "label": ".CreateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "label": ".ToDto()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToDto()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/AdjustmentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_adjustmentservice_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_auditservice", "label": "AuditService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/AuditService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "label": "AuditService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AuditService", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/AuditService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "label": ".ListLogsAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListLogsAsync()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/AuditService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_auditservice_cs_dateonly", "label": "DateOnly", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateOnly", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_auditservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_auditservice_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "label": ".ListJournalAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListJournalAsync()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/AuditService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_auth_authaltservice", "label": "AuthAltService.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthAltService.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "file_type": "code", "degree": 6}, {"id": "csharp_namespace:0f1cf5a554393b2d", "label": "ERPCore.Services.Auth", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Services.Auth", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "label": "AuthAltService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthAltService", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "label": ".IsAvailableAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".IsAvailableAsync()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authaltservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 53, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_auth_authaltservice_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 53, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "label": ".SendOtpAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SendOtpAsync()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "label": ".VerifyOtpAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyOtpAsync()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthAltService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authrecoveryservice", "label": "AuthRecoveryService.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthRecoveryService.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "label": "AuthRecoveryService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthRecoveryService", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "label": ".ForgotPasswordAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ForgotPasswordAsync()", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authrecoveryservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 59, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_auth_authrecoveryservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 59, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "label": ".VerifyOtpAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyOtpAsync()", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "label": ".ResetPasswordAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPasswordAsync()", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "label": ".ResetPasswordWithTokenAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPasswordWithTokenAsync()", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthRecoveryService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authsessionresult", "label": "AuthSessionResult.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthSessionResult.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "label": "AuthSessionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthSessionResult", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "label": "OtpAuthSessionResult", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "OtpAuthSessionResult", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthSessionResult.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_auth_authuserservice", "label": "AuthUserService.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthUserService.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "label": "AuthUserService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthUserService", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 22}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "label": ".RegisterAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".RegisterAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 58, "community_name": "Auth Session & Roles", "source_file": "", "file_type": "code", "degree": 17}, {"id": "backend_erpcore_services_auth_authuserservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 58, "community_name": "Auth Session & Roles", "source_file": "", "file_type": "code", "degree": 17}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "label": ".LoginAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".LoginAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "label": ".VerifyOtpForLoginAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyOtpForLoginAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "label": ".RefreshTokenAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".RefreshTokenAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "label": ".GetUserDetailsAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetUserDetailsAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authuserservice_cs_guid", "label": "Guid", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 58, "community_name": "Auth Session & Roles", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "label": ".GetUserSessionsAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetUserSessionsAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authuserservice_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 58, "community_name": "Auth Session & Roles", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "label": ".ChangeUserStatusAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ChangeUserStatusAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "label": ".LockUserAccountAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LockUserAccountAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "label": ".ChangeUserPasswordAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ChangeUserPasswordAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "label": ".VerifyPasswordAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyPasswordAsync()", "community": 139, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "label": ".LogoutUserAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LogoutUserAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "label": ".UpdateUserAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateUserAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "label": ".InitiateTwoFaSetupAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".InitiateTwoFaSetupAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "label": ".CompleteTwoFaSetupAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CompleteTwoFaSetupAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "label": ".VerifyTwoFaAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyTwoFaAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "label": ".DisableTwoFaAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".DisableTwoFaAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "label": ".GetTwoFaStatusAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetTwoFaStatusAsync()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "label": ".ToSessionResult()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToSessionResult()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tootpsessionresult", "label": ".ToOtpSessionResult()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToOtpSessionResult()", "community": 58, "community_name": "Auth Session & Roles", "source_file": "Backend/ERPCore/Services/Auth/AuthUserService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_brandservice", "label": "BrandService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BrandService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/BrandService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "label": "BrandService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "BrandService", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/BrandService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "label": ".ListAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/BrandService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_brandservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_brandservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "label": ".GetAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/BrandService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "label": ".CreateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/BrandService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/BrandService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/BrandService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_brandservice_erpcore_services_brandservice_map", "label": ".Map()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/BrandService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_categoryservice", "label": "CategoryService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CategoryService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "label": "CategoryService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CategoryService", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 17}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "label": ".ListAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_categoryservice_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "label": ".GetAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "label": ".CreateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "label": ".ListSubCategoriesAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListSubCategoriesAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "label": ".GetSubCategoryAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSubCategoryAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "label": ".CreateSubCategoryAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateSubCategoryAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "label": ".UpdateSubCategoryAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateSubCategoryAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "label": ".SetSubCategoryStatusAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetSubCategoryStatusAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "label": ".SaveGuardingConcurrencyAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SaveGuardingConcurrencyAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_map", "label": ".Map()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "label": ".MapSub()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".MapSub()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/CategoryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_countservice", "label": "CountService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CountService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/CountService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_countservice_erpcore_services_countservice", "label": "CountService", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CountService", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/CountService.cs", "file_type": "code", "degree": 15}, {"id": "backend_erpcore_services_countservice_cs_string", "label": "string", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "label": ".ListAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/CountService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_countservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_countservice_cs_task", "label": "Task", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "label": ".GetAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/CountService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "label": ".CreateAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/CountService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "label": ".EnterCountsAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnterCountsAsync()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/CountService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "label": ".PostAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".PostAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/CountService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_countservice_erpcore_services_countservice_map", "label": ".Map()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/CountService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_dashboardservice", "label": "DashboardService.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardService.cs", "community": 148, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "label": "DashboardService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardService", "community": 74, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "label": ".GetStatsAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetStatsAsync()", "community": 74, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Services/DashboardService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_dashboardservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 74, "community_name": "Dashboard API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_dashboardservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 74, "community_name": "Dashboard API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_grnservice", "label": "GrnService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "label": "GrnService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnService", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 21}, {"id": "decimal", "label": "decimal", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "decimal", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "label": ".ListAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_grnservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_grnservice_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "label": ".GetAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "label": ".CreateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "label": ".ConfirmAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ConfirmAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "label": ".ReleaseLineAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReleaseLineAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "label": ".ResolveBatchAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResolveBatchAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_grnservice_cs_dictionary", "label": "Dictionary", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dictionary", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "label": ".ToBaseAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToBaseAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_grnservice_cs_qtybase", "label": "QtyBase", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QtyBase", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_grnservice_cs_unitcostbase", "label": "UnitCostBase", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UnitCostBase", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "label": ".UpdatePoStatusAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdatePoStatusAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "label": ".GetPoStatusAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetPoStatusAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "label": ".BuildConfirmResultAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".BuildConfirmResultAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tocreatedlayer", "label": ".ToCreatedLayer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToCreatedLayer()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_grnservice_erpcore_services_grnservice_map", "label": ".Map()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/GrnService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_attendancecomputationservice", "label": "AttendanceComputationService.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceComputationService.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "file_type": "code", "degree": 5}, {"id": "csharp_namespace:a2f324f58a9ec51b", "label": "ERPCore.Services.Hrm", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Services.Hrm", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "file_type": "code", "degree": 24}, {"id": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice", "label": "AttendanceComputationService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceComputationService", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice_compute", "label": ".Compute()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Compute()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceComputationService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice", "label": "AttendanceUploadService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceUploadService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "label": "AttendanceUploadService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceUploadService", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 22}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_string", "label": "string", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "label": ".ListBatchesAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListBatchesAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "label": ".GetBatchAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetBatchAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "label": ".UploadAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".UploadAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_stream", "label": "Stream", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Stream", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "label": ".ListRecordsAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListRecordsAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_list", "label": "List", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "label": ".UpdateRecordAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateRecordAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "label": ".ResolveDuplicateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResolveDuplicateAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "label": ".ValidateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ValidateAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "label": ".ConfirmAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ConfirmAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "label": ".UnlockAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".UnlockAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_generatetemplate", "label": ".GenerateTemplate()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".GenerateTemplate()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_content", "label": "Content", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Content", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_contenttype", "label": "ContentType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ContentType", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_cs_filename", "label": "FileName", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileName", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_parsedrow", "label": "ParsedRow", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ParsedRow", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "label": ".ParseExcel()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ParseExcel()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "label": ".ParseCsv()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ParseCsv()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "label": ".Map()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/AttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_branchservice", "label": "BranchService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BranchService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "label": "BranchService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "BranchService", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "label": ".ListAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_branchservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "label": ".GetAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "label": ".CreateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_map", "label": ".Map()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Services/Hrm/BranchService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_departmentservice", "label": "DepartmentService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DepartmentService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "label": "DepartmentService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DepartmentService", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "label": ".ListAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_departmentservice_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "label": ".GetAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "label": ".CreateAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "label": ".EnsureNoCycleAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnsureNoCycleAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_map", "label": ".Map()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Hrm/DepartmentService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_designationservice", "label": "DesignationService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DesignationService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "label": "DesignationService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "DesignationService", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "label": ".ListAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_designationservice_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "label": ".GetAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "label": ".CreateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_map", "label": ".Map()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Services/Hrm/DesignationService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_employeedocumentservice", "label": "EmployeeDocumentService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocumentService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "label": "EmployeeDocumentService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocumentService", "community": 94, "community_name": "Employee Documents Service", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "file_type": "code", "degree": 12}, {"id": "iemployeedocumentservice", "label": "IEmployeeDocumentService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeDocumentService", "community": 94, "community_name": "Employee Documents Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_cs_dictionary", "label": "Dictionary", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dictionary", "community": 94, "community_name": "Employee Documents Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "long", "label": "long", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "long", "community": 94, "community_name": "Employee Documents Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "label": ".ListAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 94, "community_name": "Employee Documents Service", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 94, "community_name": "Employee Documents Service", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 94, "community_name": "Employee Documents Service", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_cs_list", "label": "List", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 94, "community_name": "Employee Documents Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": ".UploadAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".UploadAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_cs_stream", "label": "Stream", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Stream", "community": 94, "community_name": "Employee Documents Service", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "label": ".DownloadAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".DownloadAsync()", "community": 94, "community_name": "Employee Documents Service", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_cs_content", "label": "Content", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Content", "community": 94, "community_name": "Employee Documents Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_cs_filename", "label": "FileName", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileName", "community": 94, "community_name": "Employee Documents Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_cs_contenttype", "label": "ContentType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ContentType", "community": 94, "community_name": "Employee Documents Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 94, "community_name": "Employee Documents Service", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_map", "label": ".Map()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 112, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeDocumentService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_employeeloanservice", "label": "EmployeeLoanService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeLoanService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "label": "EmployeeLoanService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeLoanService", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "label": ".ListAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employeeloanservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 64, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_employeeloanservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 64, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_employeeloanservice_cs_list", "label": "List", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 64, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "label": ".GetAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "label": ".CreateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "label": ".GetDueInstallmentsAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetDueInstallmentsAsync()", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_map", "label": ".Map()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeLoanService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_employeesalarystructureservice", "label": "EmployeeSalaryStructureService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructureService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "label": "EmployeeSalaryStructureService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructureService", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "label": ".ListHistoryAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListHistoryAsync()", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 71, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 71, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 71, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "label": ".GetCurrentAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetCurrentAsync()", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_map", "label": ".Map()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeSalaryStructureService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_employeeservice", "label": "EmployeeService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "label": "EmployeeService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeService", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 41, "community_name": "HR Domain Enums", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_employeeservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 41, "community_name": "HR Domain Enums", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "label": ".GetAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "label": ".ListBankDetailsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListBankDetailsAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employeeservice_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 41, "community_name": "HR Domain Enums", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": ".ReplaceBankDetailsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReplaceBankDetailsAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_map", "label": ".Map()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_employeeuserlinkservice", "label": "EmployeeUserLinkService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeUserLinkService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "label": "EmployeeUserLinkService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeUserLinkService", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "label": ".FindStaffCandidateByEmailAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".FindStaffCandidateByEmailAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "label": ".FindUserCandidateByEmailAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".FindUserCandidateByEmailAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "label": ".LinkAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".LinkAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "label": ".UnlinkAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".UnlinkAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/EmployeeUserLinkService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_employmenttypeservice", "label": "EmploymentTypeService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentTypeService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "label": "EmploymentTypeService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentTypeService", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "label": ".ListAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "label": ".GetAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_map", "label": ".Map()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Hrm/EmploymentTypeService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_hrdocumenttypeservice", "label": "HrDocumentTypeService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentTypeService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "label": "HrDocumentTypeService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentTypeService", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "label": ".ListAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "label": ".GetAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_map", "label": ".Map()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Hrm/HrDocumentTypeService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_hrreportservice", "label": "HrReportService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "HrReportService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "label": "HrReportService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "HrReportService", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "label": ".AttendanceSummaryAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".AttendanceSummaryAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_hrreportservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_hrreportservice_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "label": ".OvertimeReportAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".OvertimeReportAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "label": ".LateArrivalReportAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".LateArrivalReportAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "label": ".PayrollRegisterAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".PayrollRegisterAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "label": ".SalaryHistoryAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SalaryHistoryAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "label": ".LeaveBalanceReportAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".LeaveBalanceReportAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "label": ".DocumentExpiryReportAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".DocumentExpiryReportAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Hrm/HrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_leavebalanceservice", "label": "LeaveBalanceService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalanceService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "label": "LeaveBalanceService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalanceService", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_leavebalanceservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_leavebalanceservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_leavebalanceservice_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "label": ".ApplyAdjustmentsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApplyAdjustmentsAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "label": ".IncrementTakenDaysAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".IncrementTakenDaysAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "label": ".GetOrCreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetOrCreateAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_map", "label": ".Map()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 24, "community_name": "Branch & Department Entities", "source_file": "Backend/ERPCore/Services/Hrm/LeaveBalanceService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_leaverequestservice", "label": "LeaveRequestService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "label": "LeaveRequestService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestService", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 16}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "label": ".ListAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "label": ".GetAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "label": ".CreateAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "label": ".SubmitAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SubmitAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "label": ".ApproveAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApproveAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "label": ".RejectAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".RejectAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "label": ".CancelAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CancelAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "label": ".FindApprovedLeaveCoveringAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".FindApprovedLeaveCoveringAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_leaverequestservice_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "label": ".GetTrackedAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetTrackedAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_map", "label": ".Map()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveRequestService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_leavetypeservice", "label": "LeaveTypeService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveTypeService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "label": "LeaveTypeService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveTypeService", "community": 130, "community_name": "HRM Service Layer", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "label": ".ListAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 130, "community_name": "HRM Service Layer", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 130, "community_name": "HRM Service Layer", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 130, "community_name": "HRM Service Layer", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "label": ".GetAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 130, "community_name": "HRM Service Layer", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 130, "community_name": "HRM Service Layer", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 130, "community_name": "HRM Service Layer", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 130, "community_name": "HRM Service Layer", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_map", "label": ".Map()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Hrm/LeaveTypeService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_payrollcalculationservice", "label": "PayrollCalculationService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollCalculationService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "label": "PayrollCalculationService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollCalculationService", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "label": ".CalculateAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".CalculateAsync()", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_payrollcalculationservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 57, "community_name": "Payroll Line Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_payrollcalculationservice_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 57, "community_name": "Payroll Line Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_computemarginaltax", "label": ".ComputeMarginalTax()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ComputeMarginalTax()", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Services/Hrm/PayrollCalculationService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_payrollcalculationservice_cs_list", "label": "List", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 57, "community_name": "Payroll Line Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_payrollrunservice", "label": "PayrollRunService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "label": "PayrollRunService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunService", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 20}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "label": ".ListAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 70, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 70, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "label": ".GetAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "label": ".ListLinesAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListLinesAsync()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_payrollrunservice_cs_list", "label": "List", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 70, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "label": ".GetLineAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetLineAsync()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "label": ".GenerateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".GenerateAsync()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "label": ".ApproveAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApproveAsync()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "label": ".LockAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".LockAsync()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "label": ".UnlockAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".UnlockAsync()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "label": ".GeneratePayslipsAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GeneratePayslipsAsync()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "label": ".GetTrackedAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetTrackedAsync()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_map", "label": ".Map()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_mapline", "label": ".MapLine()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".MapLine()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "label": ".MapLineDetail()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".MapLineDetail()", "community": 70, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Hrm/PayrollRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "label": "PayrollStatutorySettingService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySettingService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "label": "PayrollStatutorySettingService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySettingService", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "label": ".GetEffectiveAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetEffectiveAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_datetime", "label": "DateTime", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_map", "label": ".Map()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 66, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Services/Hrm/PayrollStatutorySettingService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_payslipservice", "label": "PayslipService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "PayslipService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "label": "PayslipService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PayslipService", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "label": ".GetAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_payslipservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_hrm_payslipservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_renderhtmlasync", "label": ".RenderHtmlAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".RenderHtmlAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/PayslipService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_hrm_salarycomponentservice", "label": "SalaryComponentService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "label": "SalaryComponentService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentService", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "label": ".ListAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "label": ".GetAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "label": ".CreateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_map", "label": ".Map()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 128, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Services/Hrm/SalaryComponentService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_taxslabservice", "label": "TaxSlabService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxSlabService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "label": "TaxSlabService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxSlabService", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_taxslabservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_taxslabservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_taxslabservice_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "label": ".GetEffectiveSlabsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetEffectiveSlabsAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_hrm_taxslabservice_cs_datetime", "label": "DateTime", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_map", "label": ".Map()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Services/Hrm/TaxSlabService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_hrm_workshiftservice", "label": "WorkShiftService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShiftService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "label": "WorkShiftService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShiftService", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "label": ".ListAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_workshiftservice_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "label": ".GetAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "label": ".CreateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_map", "label": ".Map()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Hrm/WorkShiftService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iadjustmentservice", "label": "IAdjustmentService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IAdjustmentService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "file_type": "code", "degree": 4}, {"id": "csharp_namespace:e502197c785fa079", "label": "ERPCore.Services.Interfaces", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 26.0, "font": {"size": 12, "color": "#ffffff"}, "title": "ERPCore.Services.Interfaces", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "file_type": "code", "degree": 153}, {"id": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "label": "IAdjustmentService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IAdjustmentService", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "label": ".ListAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iadjustmentservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iadjustmentservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "label": ".GetAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "label": ".CreateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/Interfaces/IAdjustmentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iattendancecomputationservice", "label": "IAttendanceComputationService.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IAttendanceComputationService.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice", "label": "IAttendanceComputationService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IAttendanceComputationService", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute", "label": ".Compute()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".Compute()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceComputationService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice", "label": "IAttendanceUploadService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IAttendanceUploadService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "label": "IAttendanceUploadService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IAttendanceUploadService", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "label": ".ListBatchesAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListBatchesAsync()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "label": ".GetBatchAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetBatchAsync()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "label": ".UploadAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UploadAsync()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_stream", "label": "Stream", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stream", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_datetime", "label": "DateTime", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "label": ".ListRecordsAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListRecordsAsync()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_list", "label": "List", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "label": ".UpdateRecordAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateRecordAsync()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "label": ".ResolveDuplicateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResolveDuplicateAsync()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "label": ".ValidateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ValidateAsync()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "label": ".ConfirmAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ConfirmAsync()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "label": ".UnlockAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".UnlockAsync()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "label": ".GenerateTemplate()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GenerateTemplate()", "community": 13, "community_name": "Attendance Batch API", "source_file": "Backend/ERPCore/Services/Interfaces/IAttendanceUploadService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_content", "label": "Content", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Content", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_contenttype", "label": "ContentType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ContentType", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_filename", "label": "FileName", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileName", "community": 13, "community_name": "Attendance Batch API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iauditservice", "label": "IAuditService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IAuditService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "label": "IAuditService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IAuditService", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "label": ".ListLogsAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListLogsAsync()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iauditservice_cs_dateonly", "label": "DateOnly", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateOnly", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iauditservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iauditservice_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "label": ".ListJournalAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListJournalAsync()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuditService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iauthaltservice", "label": "IAuthAltService.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IAuthAltService.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "label": "IAuthAltService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IAuthAltService", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "label": ".IsAvailableAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".IsAvailableAsync()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthaltservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 53, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iauthaltservice_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 53, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "label": ".SendOtpAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SendOtpAsync()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "label": ".VerifyOtpAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyOtpAsync()", "community": 53, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthAltService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthrecoveryservice", "label": "IAuthRecoveryService.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IAuthRecoveryService.cs", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "label": "IAuthRecoveryService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "IAuthRecoveryService", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "label": ".ForgotPasswordAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ForgotPasswordAsync()", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 59, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 59, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "label": ".VerifyOtpAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyOtpAsync()", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "label": ".ResetPasswordAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPasswordAsync()", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "label": ".ResetPasswordWithTokenAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResetPasswordWithTokenAsync()", "community": 59, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthRecoveryService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iauthuserservice", "label": "IAuthUserService.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IAuthUserService.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "label": "IAuthUserService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "IAuthUserService", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 21}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "label": ".RegisterAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".RegisterAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 17}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 17}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "label": ".LoginAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".LoginAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "label": ".VerifyOtpForLoginAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyOtpForLoginAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "label": ".RefreshTokenAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".RefreshTokenAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "label": ".GetUserDetailsAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetUserDetailsAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_cs_guid", "label": "Guid", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Guid", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "label": ".GetUserSessionsAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetUserSessionsAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 8, "community_name": "Authentication API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "label": ".ChangeUserStatusAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ChangeUserStatusAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "label": ".LockUserAccountAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LockUserAccountAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "label": ".ChangeUserPasswordAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ChangeUserPasswordAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "label": ".VerifyPasswordAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyPasswordAsync()", "community": 139, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "label": ".LogoutUserAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LogoutUserAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "label": ".UpdateUserAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateUserAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "label": ".InitiateTwoFaSetupAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".InitiateTwoFaSetupAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "label": ".CompleteTwoFaSetupAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CompleteTwoFaSetupAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "label": ".VerifyTwoFaAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".VerifyTwoFaAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "label": ".DisableTwoFaAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".DisableTwoFaAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "label": ".GetTwoFaStatusAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetTwoFaStatusAsync()", "community": 8, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IAuthUserService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ibranchservice", "label": "IBranchService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IBranchService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "label": "IBranchService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IBranchService", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "label": ".ListAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 56, "community_name": "HRM Branches API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "label": ".GetAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "label": ".CreateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 56, "community_name": "HRM Branches API", "source_file": "Backend/ERPCore/Services/Interfaces/IBranchService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ibrandservice", "label": "IBrandService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IBrandService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "label": "IBrandService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IBrandService", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "label": ".ListAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 38, "community_name": "Brand Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "label": ".GetAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "label": ".CreateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 38, "community_name": "Brand Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IBrandService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_icategoryservice", "label": "ICategoryService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ICategoryService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "label": "ICategoryService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ICategoryService", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "label": ".ListAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "label": ".GetAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "label": ".CreateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "label": ".ListSubCategoriesAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListSubCategoriesAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "label": ".GetSubCategoryAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetSubCategoryAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "label": ".CreateSubCategoryAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateSubCategoryAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "label": ".UpdateSubCategoryAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateSubCategoryAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "label": ".SetSubCategoryStatusAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetSubCategoryStatusAsync()", "community": 16, "community_name": "ETag Concurrency Layer", "source_file": "Backend/ERPCore/Services/Interfaces/ICategoryService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_icountservice", "label": "ICountService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ICountService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "label": "ICountService", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ICountService", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "label": ".ListAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_icountservice_cs_task", "label": "Task", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 22, "community_name": "Stock Count API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "label": ".GetAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "label": ".CreateAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "label": ".EnterCountsAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnterCountsAsync()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "label": ".PostAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".PostAsync()", "community": 22, "community_name": "Stock Count API", "source_file": "Backend/ERPCore/Services/Interfaces/ICountService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_idashboardservice", "label": "IDashboardService.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IDashboardService.cs", "community": 148, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice", "label": "IDashboardService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IDashboardService", "community": 74, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "label": ".GetStatsAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetStatsAsync()", "community": 74, "community_name": "Dashboard API", "source_file": "Backend/ERPCore/Services/Interfaces/IDashboardService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_idashboardservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 74, "community_name": "Dashboard API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_idashboardservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 74, "community_name": "Dashboard API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_idepartmentservice", "label": "IDepartmentService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IDepartmentService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "label": "IDepartmentService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IDepartmentService", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "label": ".ListAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 45, "community_name": "Department Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "label": ".GetAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "label": ".CreateAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 45, "community_name": "Department Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IDepartmentService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_idesignationservice", "label": "IDesignationService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IDesignationService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "label": "IDesignationService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IDesignationService", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "label": ".ListAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "label": ".GetAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "label": ".CreateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 40, "community_name": "HRM Branches & Designations", "source_file": "Backend/ERPCore/Services/Interfaces/IDesignationService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice", "label": "IEmployeeDocumentService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeDocumentService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "label": "IEmployeeDocumentService", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeDocumentService", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "label": ".ListAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 62, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_task", "label": "Task", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 62, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_list", "label": "List", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 62, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "label": ".UploadAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UploadAsync()", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_stream", "label": "Stream", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Stream", "community": 62, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "label": ".DownloadAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".DownloadAsync()", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_content", "label": "Content", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Content", "community": 62, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_filename", "label": "FileName", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FileName", "community": 62, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_contenttype", "label": "ContentType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ContentType", "community": 62, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 62, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeDocumentService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iemployeeloanservice", "label": "IEmployeeLoanService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeLoanService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "label": "IEmployeeLoanService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeLoanService", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "label": ".ListAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 64, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 64, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_list", "label": "List", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 64, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "label": ".GetAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "label": ".CreateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "label": ".GetDueInstallmentsAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetDueInstallmentsAsync()", "community": 64, "community_name": "HR Document Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeLoanService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_loaninstallment", "label": "LoanInstallment", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanInstallment", "community": 64, "community_name": "HR Document Enums", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice", "label": "IEmployeeSalaryStructureService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeSalaryStructureService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "label": "IEmployeeSalaryStructureService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeSalaryStructureService", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "label": ".ListHistoryAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListHistoryAsync()", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 71, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 71, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 71, "community_name": "Payroll DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_getcurrentasync", "label": ".GetCurrentAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetCurrentAsync()", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 71, "community_name": "Payroll DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeSalaryStructureService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeeservice", "label": "IEmployeeService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "label": "IEmployeeService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeService", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 41, "community_name": "HR Domain Enums", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 41, "community_name": "HR Domain Enums", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "label": ".GetAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "label": ".ListBankDetailsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListBankDetailsAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 41, "community_name": "HR Domain Enums", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "label": ".ReplaceBankDetailsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReplaceBankDetailsAsync()", "community": 41, "community_name": "HR Domain Enums", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice", "label": "IEmployeeUserLinkService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeUserLinkService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "label": "IEmployeeUserLinkService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmployeeUserLinkService", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "label": ".FindStaffCandidateByEmailAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".FindStaffCandidateByEmailAsync()", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 98, "community_name": "Employee DTOs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 98, "community_name": "Employee DTOs", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "label": ".FindUserCandidateByEmailAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".FindUserCandidateByEmailAsync()", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync", "label": ".LinkAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LinkAsync()", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_unlinkasync", "label": ".UnlinkAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".UnlinkAsync()", "community": 98, "community_name": "Employee DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/IEmployeeUserLinkService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iemploymenttypeservice", "label": "IEmploymentTypeService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmploymentTypeService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "label": "IEmploymentTypeService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IEmploymentTypeService", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "label": ".ListAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 35, "community_name": "Employment Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "label": ".GetAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 35, "community_name": "Employment Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IEmploymentTypeService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ififocostingservice", "label": "IFifoCostingService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IFifoCostingService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "label": "IFifoCostingService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IFifoCostingService", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "label": ".CreateInboundLayerAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateInboundLayerAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_cs_datetime", "label": "DateTime", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "label": ".ConsumeAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ConsumeAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "label": ".PostLedgerAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".PostLedgerAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "file_type": "code", "degree": 15}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "label": ".GetOnHandAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetOnHandAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "label": ".GetValuationAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetValuationAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_consumedsegment", "label": "ConsumedSegment", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ConsumedSegment", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IFifoCostingService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_igrnservice", "label": "IGrnService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IGrnService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "label": "IGrnService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IGrnService", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "label": ".ListAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_igrnservice_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 20, "community_name": "GRN Receiving API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "label": ".GetAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "label": ".CreateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "label": ".ConfirmAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ConfirmAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "label": ".ReleaseLineAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReleaseLineAsync()", "community": 20, "community_name": "GRN Receiving API", "source_file": "Backend/ERPCore/Services/Interfaces/IGrnService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "label": "IHrDocumentTypeService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IHrDocumentTypeService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "label": "IHrDocumentTypeService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IHrDocumentTypeService", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "label": ".ListAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 46, "community_name": "HR Document Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "label": ".GetAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 46, "community_name": "HR Document Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrDocumentTypeService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ihrreportservice", "label": "IHrReportService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IHrReportService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "label": "IHrReportService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IHrReportService", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "label": ".AttendanceSummaryAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".AttendanceSummaryAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 28, "community_name": "HR Reports API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "label": ".OvertimeReportAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".OvertimeReportAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "label": ".LateArrivalReportAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".LateArrivalReportAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "label": ".PayrollRegisterAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".PayrollRegisterAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "label": ".SalaryHistoryAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SalaryHistoryAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "label": ".LeaveBalanceReportAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".LeaveBalanceReportAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "label": ".DocumentExpiryReportAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".DocumentExpiryReportAsync()", "community": 28, "community_name": "HR Reports API", "source_file": "Backend/ERPCore/Services/Interfaces/IHrReportService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iitemservice", "label": "IItemService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IItemService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "label": "IItemService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IItemService", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "label": ".ListAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iitemservice_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "label": ".GetAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "label": ".CreateAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "label": ".UpdateReorderAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateReorderAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "label": ".UpdateUomConversionsAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateUomConversionsAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iitemtypeservice", "label": "IItemTypeService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IItemTypeService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "label": "IItemTypeService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IItemTypeService", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 51, "community_name": "Item Types API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "label": ".GetAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 51, "community_name": "Item Types API", "source_file": "Backend/ERPCore/Services/Interfaces/IItemTypeService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ileavebalanceservice", "label": "ILeaveBalanceService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ILeaveBalanceService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "label": "ILeaveBalanceService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ILeaveBalanceService", "community": 129, "community_name": "Leave Domain", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "label": ".ListAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 129, "community_name": "Leave Domain", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 129, "community_name": "Leave Domain", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 129, "community_name": "Leave Domain", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_list", "label": "List", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 129, "community_name": "Leave Domain", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "label": ".ApplyAdjustmentsAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApplyAdjustmentsAsync()", "community": 129, "community_name": "Leave Domain", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_incrementtakendaysasync", "label": ".IncrementTakenDaysAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".IncrementTakenDaysAsync()", "community": 129, "community_name": "Leave Domain", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveBalanceService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice", "label": "ILeaveRequestService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ILeaveRequestService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "label": "ILeaveRequestService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ILeaveRequestService", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "label": ".ListAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "label": ".GetAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "label": ".CreateAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "label": ".SubmitAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SubmitAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "label": ".ApproveAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApproveAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "label": ".RejectAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".RejectAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "label": ".CancelAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".CancelAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "label": ".FindApprovedLeaveCoveringAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".FindApprovedLeaveCoveringAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveRequestService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_ileaverequestservice_cs_leaverequest", "label": "LeaveRequest", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequest", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_ileavetypeservice", "label": "ILeaveTypeService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ILeaveTypeService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "label": "ILeaveTypeService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ILeaveTypeService", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "label": ".ListAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 9, "community_name": "Leave Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "label": ".GetAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 9, "community_name": "Leave Management API", "source_file": "Backend/ERPCore/Services/Interfaces/ILeaveTypeService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_inumbersequenceservice", "label": "INumberSequenceService.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "INumberSequenceService.cs", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "label": "INumberSequenceService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "INumberSequenceService", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "file_type": "code", "degree": 16}, {"id": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "label": ".NextAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".NextAsync()", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "Backend/ERPCore/Services/Interfaces/INumberSequenceService.cs", "file_type": "code", "degree": 17}, {"id": "backend_erpcore_services_interfaces_inumbersequenceservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_inumbersequenceservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_ipayrollcalculationservice", "label": "IPayrollCalculationService.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IPayrollCalculationService.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice", "label": "IPayrollCalculationService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IPayrollCalculationService", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "label": ".CalculateAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CalculateAsync()", "community": 57, "community_name": "Payroll Line Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollCalculationService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ipayrollcalculationservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 57, "community_name": "Payroll Line Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_ipayrollcalculationservice_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 57, "community_name": "Payroll Line Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice", "label": "IPayrollRunService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IPayrollRunService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "label": "IPayrollRunService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IPayrollRunService", "community": 101, "community_name": "Service Interfaces", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 101, "community_name": "Service Interfaces", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 101, "community_name": "Service Interfaces", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 101, "community_name": "Service Interfaces", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "label": ".GetAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 101, "community_name": "Service Interfaces", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "label": ".ListLinesAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListLinesAsync()", "community": 101, "community_name": "Service Interfaces", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_list", "label": "List", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 101, "community_name": "Service Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "label": ".GetLineAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetLineAsync()", "community": 101, "community_name": "Service Interfaces", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "label": ".GenerateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GenerateAsync()", "community": 101, "community_name": "Service Interfaces", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "label": ".ApproveAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApproveAsync()", "community": 101, "community_name": "Service Interfaces", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "label": ".LockAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LockAsync()", "community": 101, "community_name": "Service Interfaces", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "label": ".UnlockAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".UnlockAsync()", "community": 101, "community_name": "Service Interfaces", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "label": ".GeneratePayslipsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GeneratePayslipsAsync()", "community": 101, "community_name": "Service Interfaces", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice", "label": "IPayrollStatutorySettingService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IPayrollStatutorySettingService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "label": "IPayrollStatutorySettingService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "IPayrollStatutorySettingService", "community": 66, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "label": ".ListAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 66, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_list", "label": "List", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "label": ".CreateAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 66, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "label": ".GetEffectiveAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetEffectiveAsync()", "community": 66, "community_name": "Payroll API", "source_file": "Backend/ERPCore/Services/Interfaces/IPayrollStatutorySettingService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_datetime", "label": "DateTime", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_payrollstatutorysetting", "label": "PayrollStatutorySetting", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySetting", "community": 66, "community_name": "Payroll API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_ipayslipservice", "label": "IPayslipService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IPayslipService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "label": "IPayslipService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IPayslipService", "community": 86, "community_name": "Payslip API", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "label": ".GetAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 86, "community_name": "Payslip API", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipayslipservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 86, "community_name": "Payslip API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_ipayslipservice_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 86, "community_name": "Payslip API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_renderhtmlasync", "label": ".RenderHtmlAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".RenderHtmlAsync()", "community": 86, "community_name": "Payslip API", "source_file": "Backend/ERPCore/Services/Interfaces/IPayslipService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iproductconfigservice", "label": "IProductConfigService.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IProductConfigService.cs", "community": 149, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "label": "IProductConfigService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IProductConfigService", "community": 77, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "label": ".GetAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 77, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iproductconfigservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 77, "community_name": "Product Config API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iproductconfigservice_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 77, "community_name": "Product Config API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 77, "community_name": "Product Config API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductConfigService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice", "label": "IProductionRunService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IProductionRunService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "label": "IProductionRunService", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IProductionRunService", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 15}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "label": ".ListAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "label": "Task", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 12, "community_name": "Production Runs API", "source_file": "", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "label": ".GetAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "label": ".CreateAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "label": ".UpdateStageQuantitiesAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateStageQuantitiesAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "label": ".StartStageAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".StartStageAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "label": ".CompleteStageAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CompleteStageAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "label": ".ApproveStageAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApproveStageAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "label": ".TransferAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".TransferAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "label": ".ReturnLeftoverAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReturnLeftoverAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "label": ".RejectIntakeAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".RejectIntakeAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "label": ".RejectTerminalAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".RejectTerminalAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "label": ".CancelAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CancelAsync()", "community": 12, "community_name": "Production Runs API", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductiontemplateservice", "label": "IProductionTemplateService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IProductionTemplateService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "label": "IProductionTemplateService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IProductionTemplateService", "community": 131, "community_name": "Production Template Service", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 131, "community_name": "Production Template Service", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 131, "community_name": "Production Template Service", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 131, "community_name": "Production Template Service", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "label": ".GetAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 131, "community_name": "Production Template Service", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 131, "community_name": "Production Template Service", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 131, "community_name": "Production Template Service", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 131, "community_name": "Production Template Service", "source_file": "Backend/ERPCore/Services/Interfaces/IProductionTemplateService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice", "label": "IPurchaseOrderService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IPurchaseOrderService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "label": "IPurchaseOrderService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IPurchaseOrderService", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "label": ".ListAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "label": ".GetAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "label": ".CreateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "label": ".ApproveAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApproveAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "label": ".CancelAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".CancelAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "label": ".SubmitAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SubmitAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_deleteasync", "label": ".DeleteAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".DeleteAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseOrderService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_ipurchasereturnservice", "label": "IPurchaseReturnService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IPurchaseReturnService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "label": "IPurchaseReturnService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IPurchaseReturnService", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "label": ".ListAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "label": ".GetAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "label": ".CreateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Services/Interfaces/IPurchaseReturnService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ireasoncodeservice", "label": "IReasonCodeService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IReasonCodeService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "label": "IReasonCodeService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IReasonCodeService", "community": 75, "community_name": "Reason Codes API", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "label": ".ListAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 75, "community_name": "Reason Codes API", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 75, "community_name": "Reason Codes API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 75, "community_name": "Reason Codes API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 75, "community_name": "Reason Codes API", "source_file": "Backend/ERPCore/Services/Interfaces/IReasonCodeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ireorderservice", "label": "IReorderService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IReorderService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "label": "IReorderService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IReorderService", "community": 106, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "label": ".GetAlertsAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAlertsAsync()", "community": 106, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ireorderservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 106, "community_name": "Data Transfer Objects", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_ireorderservice_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 106, "community_name": "Data Transfer Objects", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "label": ".CreateSuggestedRequisitionAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateSuggestedRequisitionAsync()", "community": 106, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/Interfaces/IReorderService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_irequisitionservice", "label": "IRequisitionService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IRequisitionService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "label": "IRequisitionService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IRequisitionService", "community": 91, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 91, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_irequisitionservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 91, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_irequisitionservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 91, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "label": ".GetAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 91, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 91, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "label": ".SubmitAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SubmitAsync()", "community": 91, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/Interfaces/IRequisitionService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_irfqservice", "label": "IRfqService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IRfqService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "label": "IRfqService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IRfqService", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "label": ".ListAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 44, "community_name": "RFQ Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_irfqservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 44, "community_name": "RFQ Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "label": ".GetAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "label": ".CreateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "label": ".AddQuotationAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddQuotationAsync()", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "label": ".GetComparisonAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetComparisonAsync()", "community": 44, "community_name": "RFQ Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRfqService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iroleservice", "label": "IRoleService.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IRoleService.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "label": "IRoleService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IRoleService", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "label": ".ListAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_interfaces_iroleservice_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 30, "community_name": "Role Management API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "label": ".GetAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "label": ".CreateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_deleteasync", "label": ".DeleteAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".DeleteAsync()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "label": ".GetPermissionsAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetPermissionsAsync()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "label": ".AssignPermissionsAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".AssignPermissionsAsync()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "label": ".GetMeAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetMeAsync()", "community": 30, "community_name": "Role Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IRoleService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_isalarycomponentservice", "label": "ISalaryComponentService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ISalaryComponentService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "label": "ISalaryComponentService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ISalaryComponentService", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "label": ".ListAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 54, "community_name": "Salary Components API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "label": ".GetAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "label": ".CreateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 54, "community_name": "Salary Components API", "source_file": "Backend/ERPCore/Services/Interfaces/ISalaryComponentService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_istockmutator", "label": "IStockMutator.cs", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IStockMutator.cs", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_stockdelta", "label": "StockDelta", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockDelta", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "label": "IStockMutator", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IStockMutator", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "label": ".ApplyAsync()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApplyAsync()", "community": 34, "community_name": "Stock Adjustment API", "source_file": "Backend/ERPCore/Services/Interfaces/IStockMutator.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_interfaces_istockmutator_cs_datetime", "label": "DateTime", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_istockmutator_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_istockmutator_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_istockmutator_cs_task", "label": "Task", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 34, "community_name": "Stock Adjustment API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_istockservice", "label": "IStockService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IStockService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "label": "IStockService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IStockService", "community": 100, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "label": ".GetOnHandAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetOnHandAsync()", "community": 100, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_istockservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 100, "community_name": "Data Transfer Objects", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_istockservice_cs_task", "label": "Task", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 100, "community_name": "Data Transfer Objects", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "label": ".GetOnHandListAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetOnHandListAsync()", "community": 100, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "label": ".GetLedgerAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetLedgerAsync()", "community": 100, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_istockservice_cs_dateonly", "label": "DateOnly", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateOnly", "community": 100, "community_name": "Data Transfer Objects", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "label": ".GetValuationAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetValuationAsync()", "community": 100, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/Interfaces/IStockService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_itaxslabservice", "label": "ITaxSlabService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ITaxSlabService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "label": "ITaxSlabService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ITaxSlabService", "community": 68, "community_name": "Tax Slab API", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "label": ".ListAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 68, "community_name": "Tax Slab API", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_itaxslabservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_itaxslabservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_itaxslabservice_cs_list", "label": "List", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "label": ".CreateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 68, "community_name": "Tax Slab API", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "label": ".GetEffectiveSlabsAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetEffectiveSlabsAsync()", "community": 68, "community_name": "Tax Slab API", "source_file": "Backend/ERPCore/Services/Interfaces/ITaxSlabService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_itaxslabservice_cs_datetime", "label": "DateTime", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_itaxslabservice_cs_taxslab", "label": "TaxSlab", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxSlab", "community": 68, "community_name": "Tax Slab API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_itransferservice", "label": "ITransferService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ITransferService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "label": "ITransferService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ITransferService", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "label": ".ListAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_itransferservice_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "label": ".GetAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "label": ".CreateAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "label": ".DispatchAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".DispatchAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "label": ".ReceiveAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReceiveAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/Interfaces/ITransferService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iuomconverter", "label": "IUomConverter.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "IUomConverter.cs", "community": 6, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "label": "IUomConverter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IUomConverter", "community": 95, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "label": ".ToBaseAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToBaseAsync()", "community": 95, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iuomconverter_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 95, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iuomconverter_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 95, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iuomconverter_cs_qtybase", "label": "QtyBase", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QtyBase", "community": 95, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iuomconverter_cs_unitcostbase", "label": "UnitCostBase", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UnitCostBase", "community": 95, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "label": ".ToBaseQtyAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToBaseQtyAsync()", "community": 95, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Services/Interfaces/IUomConverter.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iuomservice", "label": "IUomService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IUomService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "label": "IUomService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "IUomService", "community": 78, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "label": ".ListAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 78, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iuomservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 78, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iuomservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 78, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "label": ".CreateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 78, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Services/Interfaces/IUomService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iusermanagementservice", "label": "IUserManagementService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IUserManagementService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "label": "IUserManagementService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IUserManagementService", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "label": ".ListAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "label": ".GetAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "label": ".CreateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "label": ".UpdateRoleAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateRoleAsync()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "label": ".ListUserTypesAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListUserTypesAsync()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IUserManagementService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iusermanagementservice_cs_list", "label": "List", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_ivendorservice", "label": "IVendorService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IVendorService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "label": "IVendorService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IVendorService", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "label": ".ListAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 49, "community_name": "Vendor Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "label": ".GetAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "label": ".CreateAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 49, "community_name": "Vendor Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IVendorService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iwarehouseservice", "label": "IWarehouseService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "IWarehouseService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "label": "IWarehouseService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IWarehouseService", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "label": ".ListAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "label": ".GetAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "label": ".CreateAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "label": ".ListBinsAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListBinsAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iwarehouseservice_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "label": ".CreateBinAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateBinAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/Interfaces/IWarehouseService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iworkshiftservice", "label": "IWorkShiftService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "IWorkShiftService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "label": "IWorkShiftService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "IWorkShiftService", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "label": ".ListAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 43, "community_name": "Work Shift API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "label": ".GetAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "label": ".CreateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 43, "community_name": "Work Shift API", "source_file": "Backend/ERPCore/Services/Interfaces/IWorkShiftService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_itemservice", "label": "ItemService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "label": "ItemService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemService", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 15}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "label": ".ListAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_itemservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_itemservice_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 17, "community_name": "Inventory Items API", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "label": ".GetAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "label": ".CreateAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "label": ".UpdateReorderAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateReorderAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "label": ".UpdateUomConversionsAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateUomConversionsAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "label": ".ValidateReferencesAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ValidateReferencesAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "label": ".SaveGuardingConcurrencyAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".SaveGuardingConcurrencyAsync()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "label": ".ToDetail()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToDetail()", "community": 17, "community_name": "Inventory Items API", "source_file": "Backend/ERPCore/Services/ItemService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_itemtypeservice", "label": "ItemTypeService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemTypeService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "label": "ItemTypeService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemTypeService", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_itemtypeservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "label": ".GetAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_map", "label": ".Map()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 140, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Services/ItemTypeService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_numbersequenceservice", "label": "NumberSequenceService.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberSequenceService.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "label": "NumberSequenceService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberSequenceService", "community": 143, "community_name": "Accounting Stubs", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_nextasync", "label": ".NextAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".NextAsync()", "community": 143, "community_name": "Accounting Stubs", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_numbersequenceservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 143, "community_name": "Accounting Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_numbersequenceservice_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 143, "community_name": "Accounting Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_addparam", "label": ".AddParam()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddParam()", "community": 143, "community_name": "Accounting Stubs", "source_file": "Backend/ERPCore/Services/NumberSequenceService.cs", "file_type": "code", "degree": 3}, {"id": "idbcommand", "label": "IDbCommand", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IDbCommand", "community": 143, "community_name": "Accounting Stubs", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_productconfigservice", "label": "ProductConfigService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfigService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "label": "ProductConfigService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfigService", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "label": ".GetAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_productconfigservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_productconfigservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_map", "label": ".Map()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 60, "community_name": "Product Config Entities", "source_file": "Backend/ERPCore/Services/ProductConfigService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_production_productiongraphvalidator", "label": "ProductionGraphValidator.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionGraphValidator.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "file_type": "code", "degree": 4}, {"id": "csharp_namespace:f92d8ba7ec4a76f5", "label": "ERPCore.Services.Production", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Services.Production", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "label": "ProductionGraphValidator", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionGraphValidator", "community": 89, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_inputdraft", "label": "InputDraft", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "InputDraft", "community": 89, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_outputdraft", "label": "OutputDraft", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OutputDraft", "community": 89, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_stagedraft", "label": "StageDraft", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StageDraft", "community": 89, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_edgedraft", "label": "EdgeDraft", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EdgeDraft", "community": 89, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "label": ".Validate()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".Validate()", "community": 89, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_production_productiongraphvalidator_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 89, "community_name": "Production Graph Validator", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "label": ".Reach()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".Reach()", "community": 89, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_production_productiongraphvalidator_cs_ienumerable", "label": "IEnumerable", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IEnumerable", "community": 89, "community_name": "Production Graph Validator", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiongraphvalidator_cs_dictionary", "label": "Dictionary", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dictionary", "community": 89, "community_name": "Production Graph Validator", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiongraphvalidator_cs_list", "label": "List", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 89, "community_name": "Production Graph Validator", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiongraphvalidator_cs_hashset", "label": "HashSet", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HashSet", "community": 89, "community_name": "Production Graph Validator", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_invalid", "label": ".Invalid()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Invalid()", "community": 89, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionGraphValidator.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_production_productionjson", "label": "ProductionJson.cs", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionJson.cs", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "label": "ProductionJson", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionJson", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_production_productionjson_cs_jsonserializeroptions", "label": "JsonSerializerOptions", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonSerializerOptions", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_serialize", "label": ".Serialize()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".Serialize()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_deserialize", "label": ".Deserialize()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".Deserialize()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionJson.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productionrunservice", "label": "ProductionRunService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "label": "ProductionRunService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunService", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 34}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "label": ".ListAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 16}, {"id": "backend_erpcore_services_production_productionrunservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 16}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "label": ".GetAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": ".CreateAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_scale", "label": ".Scale()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".Scale()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "label": ".UpdateStageQuantitiesAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateStageQuantitiesAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": ".StartStageAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".StartStageAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "label": ".CompleteStageAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".CompleteStageAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "label": ".ApproveStageAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApproveStageAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_receipt", "label": "Receipt", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Receipt", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "label": ".TransferAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".TransferAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "label": ".ReturnLeftoverAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReturnLeftoverAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "label": ".RejectIntakeAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".RejectIntakeAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "label": ".RejectTerminalAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".RejectTerminalAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "label": ".CancelAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".CancelAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "label": ".Deliver()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".Deliver()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_production_productionrunservice_cs_list", "label": "List", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": ".PostReceiptAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".PostReceiptAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 17}, {"id": "backend_erpcore_services_production_productionrunservice_cs_datetime", "label": "DateTime", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "pool", "label": "Pool", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Pool", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "entry", "label": "Entry", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Entry", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "label": ".IsTerminal()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".IsTerminal()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": ".LoadForActionAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LoadForActionAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 14}, {"id": "run", "label": "Run", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Run", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "stage", "label": "Stage", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stage", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "label": ".ValidateRequiredFields()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ValidateRequiredFields()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_production_productionrunservice_cs_jsonelement", "label": "JsonElement", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "JsonElement", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "label": ".EnsureProductionReasonAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnsureProductionReasonAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "label": ".RequireStageAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".RequireStageAsync()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "label": ".LoadGraphQuery()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".LoadGraphQuery()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_production_productionrunservice_cs_iqueryable", "label": "IQueryable", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IQueryable", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "label": ".RecomputeReadiness()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".RecomputeReadiness()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": ".AddEvent()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddEvent()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "label": ".ToGraphDto()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToGraphDto()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_parsejson", "label": ".ParseJson()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ParseJson()", "community": 19, "community_name": "Production Run Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionRunService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_production_productiontemplateservice", "label": "ProductionTemplateService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionTemplateService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "label": "ProductionTemplateService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionTemplateService", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 18}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "label": ".ListAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 93, "community_name": "Production Graph Validator", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_production_productiontemplateservice_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 93, "community_name": "Production Graph Validator", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "label": ".FlowOrderedNames()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".FlowOrderedNames()", "community": 144, "community_name": "Production Template Service", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_production_productiontemplateservice_cs_list", "label": "List", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 144, "community_name": "Production Template Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "stageid", "label": "StageId", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StageId", "community": 144, "community_name": "Production Template Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "name", "label": "Name", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Name", "community": 144, "community_name": "Production Template Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "parentstageid", "label": "ParentStageId", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ParentStageId", "community": 144, "community_name": "Production Template Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "childstageid", "label": "ChildStageId", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ChildStageId", "community": 144, "community_name": "Production Template Service", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "label": ".GetAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "label": ".CreateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "label": ".LoadGraphQuery()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".LoadGraphQuery()", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_production_productiontemplateservice_cs_iqueryable", "label": "IQueryable", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IQueryable", "community": 93, "community_name": "Production Graph Validator", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "label": ".ValidateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ValidateAsync()", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "label": ".TearDownGraph()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".TearDownGraph()", "community": 116, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_production_productiontemplateservice_cs_dictionary", "label": "Dictionary", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Dictionary", "community": 116, "community_name": "Domain Entities", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_resolvekeptid", "label": ".ResolveKeptId()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ResolveKeptId()", "community": 116, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "label": ".BuildGraph()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".BuildGraph()", "community": 116, "community_name": "Domain Entities", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "label": ".RequireGraphAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".RequireGraphAsync()", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "label": ".ToGraphDto()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToGraphDto()", "community": 93, "community_name": "Production Graph Validator", "source_file": "Backend/ERPCore/Services/Production/ProductionTemplateService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_purchaseorderservice", "label": "PurchaseOrderService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "label": "PurchaseOrderService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderService", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 21}, {"id": "backend_erpcore_services_purchaseorderservice_cs_string", "label": "string", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "label": ".ListAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_purchaseorderservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "label": ".GetAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "label": ".CreateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "label": ".ApproveAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApproveAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "label": ".CancelAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CancelAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "label": ".SubmitAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SubmitAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "label": ".DeleteAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".DeleteAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_iseditable", "label": ".IsEditable()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".IsEditable()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_toline", "label": ".ToLine()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToLine()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "label": ".ComputeTotals()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ComputeTotals()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_purchaseorderservice_cs_ienumerable", "label": "IEnumerable", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "IEnumerable", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "label": ".ValidateReferencesAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".ValidateReferencesAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 9}, {"id": "ireadonlycollection", "label": "IReadOnlyCollection", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyCollection", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "label": ".EnsureAllExistAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnsureAllExistAsync()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_purchaseorderservice_cs_iqueryable", "label": "IQueryable", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IQueryable", "community": 18, "community_name": "Purchase Orders API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_map", "label": ".Map()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 18, "community_name": "Purchase Orders API", "source_file": "Backend/ERPCore/Services/PurchaseOrderService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_purchasereturnservice", "label": "PurchaseReturnService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "label": "PurchaseReturnService", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnService", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "label": ".ListAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_purchasereturnservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_purchasereturnservice_cs_task", "label": "Task", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "label": ".GetAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": ".CreateAsync()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "label": ".ToDto()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToDto()", "community": 48, "community_name": "Purchase Returns API", "source_file": "Backend/ERPCore/Services/PurchaseReturnService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_purchasereturnservice_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 48, "community_name": "Purchase Returns API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_reasoncodeservice", "label": "ReasonCodeService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCodeService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "label": "ReasonCodeService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCodeService", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_reasoncodeservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_reasoncodeservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/ReasonCodeService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_reorderservice", "label": "ReorderService.cs", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ReorderService.cs", "community": 5, "community_name": "Backend API Controllers", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "label": "ReorderService", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ReorderService", "community": 106, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "label": ".GetAlertsAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAlertsAsync()", "community": 106, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_reorderservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 106, "community_name": "Data Transfer Objects", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_reorderservice_cs_task", "label": "Task", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 106, "community_name": "Data Transfer Objects", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "label": ".CreateSuggestedRequisitionAsync()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateSuggestedRequisitionAsync()", "community": 106, "community_name": "Data Transfer Objects", "source_file": "Backend/ERPCore/Services/ReorderService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_requisitionservice", "label": "RequisitionService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "label": "RequisitionService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionService", "community": 113, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "label": ".ListAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 113, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 113, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_requisitionservice_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 113, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "label": ".GetAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 113, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "label": ".CreateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 113, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "label": ".SubmitAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SubmitAsync()", "community": 113, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "label": ".EnsureItemsExistAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnsureItemsExistAsync()", "community": 113, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_requisitionservice_cs_ienumerable", "label": "IEnumerable", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IEnumerable", "community": 113, "community_name": "Requisition Domain", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_map", "label": ".Map()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 113, "community_name": "Requisition Domain", "source_file": "Backend/ERPCore/Services/RequisitionService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_rfqservice", "label": "RfqService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/RfqService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "label": "RfqService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqService", "community": 99, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Services/RfqService.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "label": ".ListAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 99, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Services/RfqService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 99, "community_name": "RFQ Entities", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_rfqservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 99, "community_name": "RFQ Entities", "source_file": "", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "label": ".GetAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 99, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Services/RfqService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "label": ".CreateAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 99, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Services/RfqService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "label": ".AddQuotationAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".AddQuotationAsync()", "community": 99, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Services/RfqService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "label": ".GetComparisonAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetComparisonAsync()", "community": 99, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Services/RfqService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "label": ".EnsureItemsExistAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnsureItemsExistAsync()", "community": 99, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Services/RfqService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_rfqservice_cs_ienumerable", "label": "IEnumerable", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "IEnumerable", "community": 99, "community_name": "RFQ Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "label": ".EnsureVendorsExistAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnsureVendorsExistAsync()", "community": 99, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Services/RfqService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "label": ".MapRfq()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".MapRfq()", "community": 99, "community_name": "RFQ Entities", "source_file": "Backend/ERPCore/Services/RfqService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_roleservice", "label": "RoleService.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RoleService.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "label": "RoleService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RoleService", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 15}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_roleservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_roleservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "label": ".GetAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "label": ".DeleteAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".DeleteAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "label": ".GetPermissionsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetPermissionsAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": ".AssignPermissionsAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".AssignPermissionsAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "label": ".GetMeAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetMeAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_roleservice_erpcore_services_roleservice_map", "label": ".Map()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 55, "community_name": "Navigation Item Domain", "source_file": "Backend/ERPCore/Services/RoleService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_stock_fifocostingservice", "label": "FifoCostingService.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "FifoCostingService.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "file_type": "code", "degree": 9}, {"id": "csharp_namespace:fb4a14b5a69536d8", "label": "ERPCore.Services.Stock", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ERPCore.Services.Stock", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "label": "FifoCostingService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FifoCostingService", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_stock_fifocostingservice_cs_string", "label": "string", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "label": ".CreateInboundLayerAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateInboundLayerAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_stock_fifocostingservice_cs_datetime", "label": "DateTime", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_stock_fifocostingservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "label": ".ConsumeAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ConsumeAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_stock_fifocostingservice_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "label": ".PostLedgerAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".PostLedgerAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getonhandasync", "label": ".GetOnHandAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetOnHandAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "label": ".GetValuationAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetValuationAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Stock/FifoCostingService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_stock_stockmutator", "label": "StockMutator.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "StockMutator.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "label": "StockMutator", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "StockMutator", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "label": ".ApplyAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".ApplyAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_stock_stockmutator_cs_datetime", "label": "DateTime", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_stock_stockmutator_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_stock_stockmutator_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_stock_stockmutator_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "label": ".LastCostAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".LastCostAsync()", "community": 31, "community_name": "Stock Ledger Entities", "source_file": "Backend/ERPCore/Services/Stock/StockMutator.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_stock_stockservice", "label": "StockService.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "StockService.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "label": "StockService", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "StockService", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "label": ".GetOnHandAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetOnHandAsync()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_stock_stockservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_stock_stockservice_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 4}, {"id": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "label": ".GetOnHandListAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetOnHandListAsync()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "label": ".GetLedgerAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetLedgerAsync()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_stock_stockservice_cs_dateonly", "label": "DateOnly", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateOnly", "community": 25, "community_name": "Audit Logs API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "label": ".GetValuationAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetValuationAsync()", "community": 25, "community_name": "Audit Logs API", "source_file": "Backend/ERPCore/Services/Stock/StockService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_stock_uomconverter", "label": "UomConverter.cs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConverter.cs", "community": 88, "community_name": "Shadow User Auth", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "label": "UomConverter", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConverter", "community": 95, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "label": ".ToBaseAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToBaseAsync()", "community": 95, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_stock_uomconverter_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 95, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_stock_uomconverter_cs_task", "label": "Task", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 95, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_stock_uomconverter_cs_qtybase", "label": "QtyBase", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QtyBase", "community": 95, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_stock_uomconverter_cs_unitcostbase", "label": "UnitCostBase", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UnitCostBase", "community": 95, "community_name": "Unit of Measure API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "label": ".ToBaseQtyAsync()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".ToBaseQtyAsync()", "community": 95, "community_name": "Unit of Measure API", "source_file": "Backend/ERPCore/Services/Stock/UomConverter.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_transferservice", "label": "TransferService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/TransferService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "label": "TransferService", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferService", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/TransferService.cs", "file_type": "code", "degree": 14}, {"id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "label": ".ListAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/TransferService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_transferservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_transferservice_cs_task", "label": "Task", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 27, "community_name": "Stock Transfer API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "label": ".GetAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/TransferService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "label": ".CreateAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/TransferService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "label": ".DispatchAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".DispatchAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/TransferService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": ".ReceiveAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": ".ReceiveAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/TransferService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "label": ".EnsureWarehouseAsync()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnsureWarehouseAsync()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/TransferService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_transferservice_erpcore_services_transferservice_map", "label": ".Map()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 27, "community_name": "Stock Transfer API", "source_file": "Backend/ERPCore/Services/TransferService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_uomservice", "label": "UomService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "UomService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/UomService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "label": "UomService", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "UomService", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/UomService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "label": ".ListAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/UomService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_uomservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_uomservice_cs_task", "label": "Task", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "label": ".CreateAsync()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 11, "community_name": "Repository & UoW Interfaces", "source_file": "Backend/ERPCore/Services/UomService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_usermanagementservice", "label": "UserManagementService.cs", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UserManagementService.cs", "community": 67, "community_name": "Authentication API", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "file_type": "code", "degree": 12}, {"id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "label": "UserManagementService", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "UserManagementService", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "file_type": "code", "degree": 13}, {"id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "label": ".ListAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_usermanagementservice_cs_task", "label": "Task", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "label": ".GetAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": ".CreateAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "label": ".UpdateRoleAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateRoleAsync()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "label": ".ListUserTypesAsync()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListUserTypesAsync()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_usermanagementservice_cs_list", "label": "List", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "List", "community": 33, "community_name": "User Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_map", "label": ".Map()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 33, "community_name": "User Management API", "source_file": "Backend/ERPCore/Services/UserManagementService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_vendorservice", "label": "VendorService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/VendorService.cs", "file_type": "code", "degree": 11}, {"id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "label": "VendorService", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorService", "community": 132, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Services/VendorService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "label": ".ListAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 132, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Services/VendorService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 132, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_vendorservice_cs_task", "label": "Task", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 132, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "label": ".GetAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 132, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Services/VendorService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "label": ".CreateAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 132, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Services/VendorService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "label": ".UpdateAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".UpdateAsync()", "community": 132, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Services/VendorService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "label": ".SetStatusAsync()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".SetStatusAsync()", "community": 132, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/Services/VendorService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_map", "label": ".Map()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".Map()", "community": 23, "community_name": "GRN & Bin Entities", "source_file": "Backend/ERPCore/Services/VendorService.cs", "file_type": "code", "degree": 3}, {"id": "backend_erpcore_services_warehouseservice", "label": "WarehouseService.cs", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehouseService.cs", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "label": "WarehouseService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehouseService", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "file_type": "code", "degree": 10}, {"id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "label": ".ListAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_warehouseservice_cs_task", "label": "Task", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Task", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "label": ".GetAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".GetAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "file_type": "code", "degree": 5}, {"id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "label": ".CreateAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "file_type": "code", "degree": 8}, {"id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "label": ".ListBinsAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".ListBinsAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "file_type": "code", "degree": 7}, {"id": "backend_erpcore_services_warehouseservice_cs_ireadonlylist", "label": "IReadOnlyList", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IReadOnlyList", "community": 39, "community_name": "Warehouse Management API", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "label": ".CreateBinAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".CreateBinAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "file_type": "code", "degree": 9}, {"id": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "label": ".EnsureWarehouseExistsAsync()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": ".EnsureWarehouseExistsAsync()", "community": 39, "community_name": "Warehouse Management API", "source_file": "Backend/ERPCore/Services/WarehouseService.cs", "file_type": "code", "degree": 6}, {"id": "backend_erpcore_system_errors_domainexception", "label": "DomainException.cs", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DomainException.cs", "community": 146, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "file_type": "code", "degree": 4}, {"id": "csharp_namespace:cdfd737e651e9341", "label": "ERPCore.System.Errors", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "ERPCore.System.Errors", "community": 21, "community_name": "Cross-Cutting Infrastructure", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "file_type": "code", "degree": 54}, {"id": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "label": "DomainException", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "DomainException", "community": 146, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "file_type": "code", "degree": 5}, {"id": "exception", "label": "Exception", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Exception", "community": 146, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_notfoundexception", "label": "NotFoundException", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "NotFoundException", "community": 146, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_conflictexception", "label": "ConflictException", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ConflictException", "community": 146, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/System/Errors/DomainException.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_system_errors_domainexceptionhandler", "label": "DomainExceptionHandler.cs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DomainExceptionHandler.cs", "community": 120, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler", "label": "DomainExceptionHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "DomainExceptionHandler", "community": 120, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "file_type": "code", "degree": 4}, {"id": "iexceptionhandler", "label": "IExceptionHandler", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IExceptionHandler", "community": 120, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "iproblemdetailsservice", "label": "IProblemDetailsService", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "IProblemDetailsService", "community": 120, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "label": ".TryHandleAsync()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".TryHandleAsync()", "community": 120, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/System/Errors/DomainExceptionHandler.cs", "file_type": "code", "degree": 5}, {"id": "httpcontext", "label": "HttpContext", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HttpContext", "community": 120, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_system_errors_domainexceptionhandler_cs_exception", "label": "Exception", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Exception", "community": 120, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_system_errors_domainexceptionhandler_cs_cancellationtoken", "label": "CancellationToken", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancellationToken", "community": 120, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "valuetask", "label": "ValueTask", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ValueTask", "community": 120, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_erpcore_system_errors_errorcodes", "label": "ErrorCodes.cs", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorCodes.cs", "community": 153, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/System/Errors/ErrorCodes.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_system_errors_errorcodes_erpcore_system_errors_errorcodes", "label": "ErrorCodes", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ErrorCodes", "community": 153, "community_name": "ERP Core Backend", "source_file": "Backend/ERPCore/System/Errors/ErrorCodes.cs", "file_type": "code", "degree": 2}, {"id": "backend_erpcore_system_errors_errorcodes_cs_string", "label": "string", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "string", "community": 153, "community_name": "ERP Core Backend", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_smoke_m2_templates", "label": "m2_templates.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "m2_templates.py", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "code", "degree": 10}, {"id": "backend_smoke_m2_templates_pick_fixtures", "label": "pick_fixtures()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "pick_fixtures()", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "code", "degree": 3}, {"id": "backend_smoke_m2_templates_diamond", "label": "diamond()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "diamond()", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "code", "degree": 3}, {"id": "backend_smoke_m2_templates_cleanup", "label": "cleanup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "cleanup()", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "code", "degree": 3}, {"id": "backend_smoke_m2_templates_main", "label": "main()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "code", "degree": 8}, {"id": "backend_smoke_m2_templates_rebuild_from_get", "label": "rebuild_from_get()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "rebuild_from_get()", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "code", "degree": 3}, {"id": "backend_smoke_m2_templates_key_of", "label": "key_of()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "key_of()", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m2_templates_output_key_of", "label": "output_key_of()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "output_key_of()", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m2_templates_rationale_1", "label": "M2 smoke test \u2014 production template CRUD + graph validation (docs/30 \u00a7D.1, FR-MF", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "M2 smoke test \u2014 production template CRUD + graph validation (docs/30 \u00a7D.1, FR-MF", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m2_templates_rationale_25", "label": "Grab two active items and a UOM to build a realistic template from.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Grab two active items and a UOM to build a realistic template from.", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m2_templates_rationale_36", "label": "A valid graph: two entry stages feeding one terminal stage.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "A valid graph: two entry stages feeding one terminal stage.", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m2_templates_rationale_84", "label": "Find any template this script left behind, and clear the edit-lock if later scri", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Find any template this script left behind, and clear the edit-lock if later scri", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m2_templates_rationale_310", "label": "Echo a fetched graph back as a save payload, reusing the server's keys.", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Echo a fetched graph back as a save payload, reusing the server&#x27;s keys.", "community": 102, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m2_templates.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m3_runs", "label": "m3_runs.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "m3_runs.py", "community": 121, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m3_runs.py", "file_type": "code", "degree": 5}, {"id": "backend_smoke_m3_runs_find_template", "label": "find_template()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "find_template()", "community": 121, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m3_runs.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m3_runs_main", "label": "main()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 121, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m3_runs.py", "file_type": "code", "degree": 3}, {"id": "backend_smoke_m3_runs_rationale_1", "label": "M3 smoke test \u2014 run creation, list/detail, quantity override (docs/30 \u00a7D.2, FR-M", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "M3 smoke test \u2014 run creation, list/detail, quantity override (docs/30 \u00a7D.2, FR-M", "community": 121, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m3_runs.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m4_stage_actions", "label": "m4_stage_actions.py", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "m4_stage_actions.py", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "code", "degree": 13}, {"id": "backend_smoke_m4_stage_actions_ensure_warehouse", "label": "ensure_warehouse()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_warehouse()", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m4_stage_actions_adjustment_reason", "label": "adjustment_reason()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "adjustment_reason()", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m4_stage_actions_production_reason", "label": "production_reason()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "production_reason()", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m4_stage_actions_on_hand", "label": "on_hand()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "on_hand()", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m4_stage_actions_ledger_rows", "label": "ledger_rows()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ledger_rows()", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m4_stage_actions_seed_stock", "label": "seed_stock()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "seed_stock()", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "code", "degree": 4}, {"id": "backend_smoke_m4_stage_actions_build_template", "label": "build_template()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "build_template()", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "code", "degree": 3}, {"id": "backend_smoke_m4_stage_actions_main", "label": "main()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "code", "degree": 10}, {"id": "backend_smoke_m4_stage_actions_rationale_1", "label": "M4 smoke test \u2014 stage start/complete/approve/transfer (docs/30 \u00a7D.3, FR-MFG-09..", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "M4 smoke test \u2014 stage start/complete/approve/transfer (docs/30 \u00a7D.3, FR-MFG-09..", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m4_stage_actions_rationale_69", "label": "Seed on-hand at explicit unit costs. Two raw layers at different costs mean the", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Seed on-hand at explicit unit costs. Two raw layers at different costs mean the", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m4_stage_actions_rationale_82", "label": "Cut (entry, stock input) \u2192 Assemble (terminal, upstream + a late stock input).", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cut (entry, stock input) \u2192 Assemble (terminal, upstream + a late stock input).", "community": 108, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4_stage_actions.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m4b_uom_conversion", "label": "m4b_uom_conversion.py", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "m4b_uom_conversion.py", "community": 121, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4b_uom_conversion.py", "file_type": "code", "degree": 4}, {"id": "backend_smoke_m4b_uom_conversion_main", "label": "main()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 121, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4b_uom_conversion.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m4b_uom_conversion_rationale_1", "label": "M4b smoke test \u2014 UOM conversion on production stock inputs. This covers the s", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "M4b smoke test \u2014 UOM conversion on production stock inputs. This covers the s", "community": 121, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m4b_uom_conversion.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m5_receipt", "label": "m5_receipt.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "m5_receipt.py", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m5_receipt.py", "file_type": "code", "degree": 8}, {"id": "backend_smoke_m5_receipt_on_hand", "label": "on_hand()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "on_hand()", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m5_receipt.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m5_receipt_ledger_sum", "label": "ledger_sum()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ledger_sum()", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m5_receipt.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m5_receipt_main", "label": "main()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m5_receipt.py", "file_type": "code", "degree": 6}, {"id": "backend_smoke_m5_receipt_rationale_1", "label": "M5 smoke test \u2014 terminal approve = production receipt + cost pool (FR-MFG-13).", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "M5 smoke test \u2014 terminal approve = production receipt + cost pool (FR-MFG-13).", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m5_receipt.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m6_m7_leftover_rework_cancel", "label": "m6_m7_leftover_rework_cancel.py", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "m6_m7_leftover_rework_cancel.py", "community": 122, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "file_type": "code", "degree": 11}, {"id": "backend_smoke_m6_m7_leftover_rework_cancel_on_hand", "label": "on_hand()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "on_hand()", "community": 122, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m6_m7_leftover_rework_cancel_ledger", "label": "ledger()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ledger()", "community": 122, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m6_m7_leftover_rework_cancel_prod_reason", "label": "prod_reason()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "prod_reason()", "community": 122, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m6_m7_leftover_rework_cancel_ensure_template", "label": "ensure_template()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_template()", "community": 122, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "file_type": "code", "degree": 3}, {"id": "backend_smoke_m6_m7_leftover_rework_cancel_new_run", "label": "new_run()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "new_run()", "community": 122, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_m6_m7_leftover_rework_cancel_main", "label": "main()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 122, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "file_type": "code", "degree": 9}, {"id": "backend_smoke_m6_m7_leftover_rework_cancel_rationale_1", "label": "M6 + M7 smoke test \u2014 leftover return, reject-intake, terminal reject, run cancel", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "M6 + M7 smoke test \u2014 leftover return, reject-intake, terminal reject, run cancel", "community": 122, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_m6_m7_leftover_rework_cancel_rationale_51", "label": "Cut (entry) -> Assemble (terminal). Cut has the stock input we return leftovers", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Cut (entry) -&gt; Assemble (terminal). Cut has the stock input we return leftovers", "community": 122, "community_name": "Smoke Tests", "source_file": "Backend/smoke/m6_m7_leftover_rework_cancel.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_run_all", "label": "run_all.py", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "run_all.py", "community": 154, "community_name": "Smoke Tests", "source_file": "Backend/smoke/run_all.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_run_all_main", "label": "main()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "main()", "community": 154, "community_name": "Smoke Tests", "source_file": "Backend/smoke/run_all.py", "file_type": "code", "degree": 1}, {"id": "backend_smoke_run_all_rationale_1", "label": "Run the whole manufacturing smoke suite in dependency order. python Backe", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Run the whole manufacturing smoke suite in dependency order. python Backe", "community": 154, "community_name": "Smoke Tests", "source_file": "Backend/smoke/run_all.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_smoke_common", "label": "smoke_common.py", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "smoke_common.py", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 17}, {"id": "backend_smoke_smoke_common_parse_args", "label": "parse_args()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "parse_args()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 4}, {"id": "namespace", "label": "Namespace", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Namespace", "community": 79, "community_name": "Smoke Tests", "source_file": "", "file_type": "code", "degree": 1}, {"id": "backend_smoke_smoke_common_response", "label": "Response", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Response", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 7}, {"id": "backend_smoke_smoke_common_response_init", "label": ".__init__()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 1}, {"id": "backend_smoke_smoke_common_response_code", "label": ".code()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": ".code()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 3}, {"id": "backend_smoke_smoke_common_response_etag", "label": ".etag()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".etag()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_smoke_common_response_repr", "label": ".__repr__()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__repr__()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 1}, {"id": "backend_smoke_smoke_common_client", "label": "Client", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Client", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 8}, {"id": "backend_smoke_smoke_common_client_init", "label": ".__init__()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 1}, {"id": "backend_smoke_smoke_common_client_request", "label": ".request()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": ".request()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 7}, {"id": "backend_smoke_smoke_common_client_get", "label": ".get()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": ".get()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 9}, {"id": "backend_smoke_smoke_common_client_post", "label": ".post()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": ".post()", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 5}, {"id": "backend_smoke_smoke_common_client_put", "label": ".put()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".put()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_smoke_common_client_patch", "label": ".patch()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".patch()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_smoke_common_decode", "label": "_decode()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "_decode()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_smoke_common_login", "label": "login()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "login()", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 4}, {"id": "backend_smoke_smoke_common_checker", "label": "Checker", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Checker", "community": 135, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 8}, {"id": "backend_smoke_smoke_common_checker_init", "label": ".__init__()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".__init__()", "community": 135, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 1}, {"id": "backend_smoke_smoke_common_checker_check", "label": ".check()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".check()", "community": 135, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 2}, {"id": "backend_smoke_smoke_common_checker_status", "label": ".status()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": ".status()", "community": 135, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 4}, {"id": "backend_smoke_smoke_common_checker_section", "label": ".section()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".section()", "community": 135, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 1}, {"id": "backend_smoke_smoke_common_checker_finish", "label": ".finish()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".finish()", "community": 135, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 1}, {"id": "backend_smoke_smoke_common_bootstrap", "label": "bootstrap()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "bootstrap()", "community": 121, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 18}, {"id": "backend_smoke_smoke_common_drain_stock", "label": "drain_stock()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "drain_stock()", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 10}, {"id": "backend_smoke_smoke_common_ensure_vendor", "label": "ensure_vendor()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ensure_vendor()", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 4}, {"id": "backend_smoke_smoke_common_seed_costed_stock", "label": "seed_costed_stock()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "seed_costed_stock()", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "code", "degree": 10}, {"id": "backend_smoke_smoke_common_rationale_1", "label": "Shared harness for the manufacturing smoke tests (docs/30-BACKEND-PHASE2.md).", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Shared harness for the manufacturing smoke tests (docs/30-BACKEND-PHASE2.md).", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_smoke_common_rationale_62", "label": "The RFC 7807 domain error code, when the body carries one (docs/11 \u00a71.8).", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "The RFC 7807 domain error code, when the body carries one (docs/11 \u00a71.8).", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_smoke_common_rationale_123", "label": "Obtain an AuthHex access token via its `{functionName, payload}` envelope.", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Obtain an AuthHex access token via its `{functionName, payload}` envelope.", "community": 79, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_smoke_common_rationale_147", "label": "Counts assertions so the pass total can be recorded in PROGRESS.md.", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Counts assertions so the pass total can be recorded in PROGRESS.md.", "community": 135, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_smoke_common_rationale_184", "label": "Standard entry point: parse args, log in, return (client, checker, args).", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Standard entry point: parse args, log in, return (client, checker, args).", "community": 121, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_smoke_common_rationale_200", "label": "Zero out every item's on-hand in a warehouse via one negative adjustment.", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Zero out every item&#x27;s on-hand in a warehouse via one negative adjustment.", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "rationale", "degree": 1}, {"id": "backend_smoke_smoke_common_rationale_240", "label": "Create on-hand at explicit unit costs via a direct GRN + confirm. `lines`", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Create on-hand at explicit unit costs via a direct GRN + confirm. `lines`", "community": 103, "community_name": "Smoke Tests", "source_file": "Backend/smoke/smoke_common.py", "file_type": "rationale", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "label": "attendance/[id]/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.2, "font": {"size": 0, "color": "#ffffff"}, "title": "attendance/[id]/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "file_type": "code", "degree": 40}, {"id": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_row_status_style", "label": "ROW_STATUS_STYLE", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ROW_STATUS_STYLE", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_minuteslabel", "label": "minutesLabel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "minutesLabel()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_attendancebatchdetailpage", "label": "AttendanceBatchDetailPage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceBatchDetailPage()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/[id]/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_hrm_attendance_page", "label": "attendance/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "attendance/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_app_dashboard_hrm_attendance_page_status_style", "label": "STATUS_STYLE", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "STATUS_STYLE", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_attendance_page_attendancebatchespage", "label": "AttendanceBatchesPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceBatchesPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/attendance/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "label": "employees/[id]/page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "employees/[id]/page.tsx", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "file_type": "code", "degree": 66}, {"id": "frontend_erp_system_app_dashboard_hrm_employees_id_page_tabs", "label": "TABS", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TABS", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_employees_id_page_tab", "label": "Tab", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Tab", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_employees_id_page_money", "label": "money()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "money()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_hrm_employees_id_page_employeedetailpage", "label": "EmployeeDetailPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDetailPage()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/[id]/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_hrm_employees_page", "label": "employees/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "employees/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "file_type": "code", "degree": 59}, {"id": "frontend_erp_system_app_dashboard_hrm_employees_page_emptyform", "label": "emptyForm", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "emptyForm", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_employees_page_employeespage", "label": "EmployeesPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeesPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/employees/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_hrm_leave_page", "label": "leave/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.5, "font": {"size": 12, "color": "#ffffff"}, "title": "leave/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "file_type": "code", "degree": 53}, {"id": "frontend_erp_system_app_dashboard_hrm_leave_page_status_style", "label": "STATUS_STYLE", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "STATUS_STYLE", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_leave_page_leaverequestspage", "label": "LeaveRequestsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestsPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/leave/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "label": "[lineId]/page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "[lineId]/page.tsx", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "file_type": "code", "degree": 10}, {"id": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_money", "label": "money()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "money()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_payrolllinedetailpage", "label": "PayrollLineDetailPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineDetailPage()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/lines/[lineId]/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "label": "payroll/[id]/page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "payroll/[id]/page.tsx", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "file_type": "code", "degree": 41}, {"id": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_money", "label": "money()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "money()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_payrollrundetailpage", "label": "PayrollRunDetailPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunDetailPage()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/[id]/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_hrm_payroll_page", "label": "payroll/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "payroll/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_app_dashboard_hrm_payroll_page_status_style", "label": "STATUS_STYLE", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "STATUS_STYLE", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_payroll_page_payrollrunspage", "label": "PayrollRunsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunsPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/payroll/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_hrm_reports_page", "label": "reports/page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "reports/page.tsx", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "file_type": "code", "degree": 35}, {"id": "frontend_erp_system_app_dashboard_hrm_reports_page_reports", "label": "REPORTS", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "REPORTS", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_reports_page_reportname", "label": "ReportName", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReportName", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_reports_page_now", "label": "now", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "now", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_reports_page_hrreportspage", "label": "HrReportsPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HrReportsPage()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/reports/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "label": "branches/page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "branches/page.tsx", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_branches_page_branchespage", "label": "BranchesPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BranchesPage()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/branches/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "label": "departments/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.0, "font": {"size": 12, "color": "#ffffff"}, "title": "departments/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "file_type": "code", "degree": 48}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_departments_page_departmentspage", "label": "DepartmentsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DepartmentsPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/departments/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "label": "designations/page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "designations/page.tsx", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_designations_page_designationspage", "label": "DesignationsPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DesignationsPage()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/designations/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "label": "document-types/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "document-types/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "file_type": "code", "degree": 50}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page_categories", "label": "CATEGORIES", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CATEGORIES", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page_documenttypespage", "label": "DocumentTypesPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentTypesPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/document-types/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "label": "employment-types/page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "employment-types/page.tsx", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page_employmenttypespage", "label": "EmploymentTypesPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentTypesPage()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/employment-types/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "label": "leave-types/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "leave-types/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page_leavetypespage", "label": "LeaveTypesPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveTypesPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/leave-types/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_page", "label": "hrm/settings/page.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "hrm/settings/page.tsx", "community": 158, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_page_cards", "label": "cards", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cards", "community": 158, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_page_hrmsettingspage", "label": "HrmSettingsPage()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "HrmSettingsPage()", "community": 158, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "label": "salary-components/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "salary-components/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "file_type": "code", "degree": 49}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page_salarycomponentspage", "label": "SalaryComponentsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentsPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/salary-components/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "label": "statutory/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "statutory/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "file_type": "code", "degree": 33}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page_statutorysettingspage", "label": "StatutorySettingsPage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatutorySettingsPage()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/statutory/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "label": "work-shifts/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.5, "font": {"size": 0, "color": "#ffffff"}, "title": "work-shifts/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "file_type": "code", "degree": 43}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page_days", "label": "DAYS", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DAYS", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page_workshiftspage", "label": "WorkShiftsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShiftsPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/hrm/settings/work-shifts/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_layout", "label": "dashboard/layout.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboard/layout.tsx", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "file_type": "code", "degree": 11}, {"id": "frontend_erp_system_app_dashboard_layout_dashboardlayout", "label": "DashboardLayout()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardLayout()", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/app/dashboard/layout.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_page", "label": "dashboard/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboard/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "file_type": "code", "degree": 39}, {"id": "frontend_erp_system_app_dashboard_page_isodate", "label": "isoDate()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "isoDate()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_page_sample_trend_in", "label": "SAMPLE_TREND_IN", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SAMPLE_TREND_IN", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_page_sample_trend_out", "label": "SAMPLE_TREND_OUT", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SAMPLE_TREND_OUT", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_page_dashboardpage", "label": "DashboardPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/page.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_app_dashboard_procurement_page", "label": "procurement/page.tsx", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "procurement/page.tsx", "community": 166, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_page_procurementhubpage", "label": "ProcurementHubPage()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProcurementHubPage()", "community": 166, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "label": "purchase-orders/[id]/page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.6, "font": {"size": 12, "color": "#ffffff"}, "title": "purchase-orders/[id]/page.tsx", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "file_type": "code", "degree": 54}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_draftline", "label": "DraftLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DraftLine", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_newkey", "label": "newKey()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "newKey()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "label": "PurchaseOrderDetailPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderDetailPage()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/[id]/page.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "label": "purchase-orders/new/page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.1, "font": {"size": 12, "color": "#ffffff"}, "title": "purchase-orders/new/page.tsx", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "file_type": "code", "degree": 58}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_draftline", "label": "DraftLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DraftLine", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newkey", "label": "newKey()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "newKey()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_emptyline", "label": "emptyLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "emptyLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "label": "NewPurchaseOrderContent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "NewPurchaseOrderContent()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseorderpage", "label": "NewPurchaseOrderPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NewPurchaseOrderPage()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "label": "purchase-orders/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "purchase-orders/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "file_type": "code", "degree": 39}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_statusfilter", "label": "StatusFilter", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatusFilter", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_purchaseorderslistpage", "label": "PurchaseOrdersListPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrdersListPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-orders/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "label": "purchase-returns/new/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.9, "font": {"size": 12, "color": "#ffffff"}, "title": "purchase-returns/new/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "file_type": "code", "degree": 56}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_linestate", "label": "LineState", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LineState", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturncontent", "label": "NewPurchaseReturnContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NewPurchaseReturnContent()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturnpage", "label": "NewPurchaseReturnPage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NewPurchaseReturnPage()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "label": "purchase-returns/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "purchase-returns/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "file_type": "code", "degree": 33}, {"id": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page_purchasereturnslistpage", "label": "PurchaseReturnsListPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnsListPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/procurement/purchase-returns/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "label": "requisitions/[id]/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "requisitions/[id]/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "file_type": "code", "degree": 29}, {"id": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page_requisitiondetailpage", "label": "RequisitionDetailPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionDetailPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/[id]/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "label": "requisitions/new/page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "requisitions/new/page.tsx", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_draftline", "label": "DraftLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DraftLine", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newkey", "label": "newKey()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "newKey()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_emptyline", "label": "emptyLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "emptyLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "label": "NewRequisitionPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NewRequisitionPage()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/new/page.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "label": "requisitions/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "requisitions/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "file_type": "code", "degree": 33}, {"id": "frontend_erp_system_app_dashboard_procurement_requisitions_page_statusfilter", "label": "StatusFilter", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatusFilter", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_requisitions_page_requisitionslistpage", "label": "RequisitionsListPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionsListPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/procurement/requisitions/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "label": "rfqs/[id]/page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "rfqs/[id]/page.tsx", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "file_type": "code", "degree": 49}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_quotedraft", "label": "QuoteDraft", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QuoteDraft", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_rfqdetailpage", "label": "RfqDetailPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqDetailPage()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/[id]/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "label": "rfqs/new/page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.4, "font": {"size": 12, "color": "#ffffff"}, "title": "rfqs/new/page.tsx", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "file_type": "code", "degree": 52}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_draftline", "label": "DraftLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DraftLine", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newkey", "label": "newKey()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "newKey()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_emptyline", "label": "emptyLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "emptyLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "label": "NewRfqContent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "NewRfqContent()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqpage", "label": "NewRfqPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "NewRfqPage()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "label": "rfqs/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "rfqs/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "file_type": "code", "degree": 22}, {"id": "frontend_erp_system_app_dashboard_procurement_rfqs_page_rfqslistpage", "label": "RfqsListPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqsListPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/procurement/rfqs/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "label": "CustomFieldForm.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomFieldForm.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "file_type": "code", "degree": 18}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_missingrequiredfields", "label": "missingRequiredFields()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "missingRequiredFields()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_customfieldform", "label": "CustomFieldForm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomFieldForm()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/CustomFieldForm.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "label": "RunActions.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "RunActions.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "file_type": "code", "degree": 34}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_runactions_fmt", "label": "fmt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fmt()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_runactions_money", "label": "money()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "money()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_runactions_returnable", "label": "Returnable", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Returnable", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_runactions_runactions", "label": "RunActions()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RunActions()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/RunActions.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "label": "StageDrawer.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "StageDrawer.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "file_type": "code", "degree": 59}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_fmt", "label": "fmt()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "fmt()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_money", "label": "money()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "money()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_minutessince", "label": "minutesSince()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "minutesSince()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_statuspill", "label": "StatusPill()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatusPill()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_row", "label": "Row()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Row()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "label": "StageDrawer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StageDrawer()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_inputcard", "label": "InputCard()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "InputCard()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_customfields", "label": "CustomFields()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomFields()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/StageDrawer.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_page", "label": "runs/[id]/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "runs/[id]/page.tsx", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "file_type": "code", "degree": 49}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_page_runstatusbadgeclass", "label": "runStatusBadgeClass()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "runStatusBadgeClass()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_page_nodetypes", "label": "nodeTypes", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nodeTypes", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_page_buildflow", "label": "buildFlow()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "buildFlow()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "label": "ProductionRunDetailPage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunDetailPage()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/[id]/page.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_app_dashboard_production_runs_page", "label": "runs/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.1, "font": {"size": 12, "color": "#ffffff"}, "title": "runs/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "file_type": "code", "degree": 58}, {"id": "frontend_erp_system_app_dashboard_production_runs_page_statusfilter", "label": "StatusFilter", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatusFilter", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_runs_page_runstatusbadgeclass", "label": "runStatusBadgeClass()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "runStatusBadgeClass()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_runs_page_summary_keys", "label": "SUMMARY_KEYS", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SUMMARY_KEYS", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_runs_page_productionrunspage", "label": "ProductionRunsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunsPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/production/runs/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "label": "AnnotationNodes.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AnnotationNodes.tsx", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "file_type": "code", "degree": 8}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_annotationnodedata", "label": "AnnotationNodeData", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AnnotationNodeData", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_deletehandle", "label": "DeleteHandle()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DeleteHandle()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_boxnode", "label": "BoxNode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BoxNode()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_linenode", "label": "LineNode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LineNode()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_linenodecomponent", "label": "LineNodeComponent", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LineNodeComponent", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/AnnotationNodes.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "label": "StageEditorPanel.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "StageEditorPanel.tsx", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "file_type": "code", "degree": 37}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_slugify", "label": "slugify()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "slugify()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_role_suggestions", "label": "ROLE_SUGGESTIONS", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ROLE_SUGGESTIONS", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_field_types", "label": "FIELD_TYPES", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "FIELD_TYPES", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_upstreamoutputoption", "label": "UpstreamOutputOption", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpstreamOutputOption", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_qtyrow", "label": "QtyRow()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "QtyRow()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_stageeditorpanel", "label": "StageEditorPanel()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StageEditorPanel()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageEditorPanel.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "label": "StageNode.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "StageNode.tsx", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageNode.tsx", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_stagenode_stagenode", "label": "StageNode()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StageNode()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/StageNode.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_page", "label": "templates/[id]/page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "templates/[id]/page.tsx", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "file_type": "code", "degree": 50}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_page_nodetypes", "label": "nodeTypes", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nodeTypes", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_page_default_box", "label": "DEFAULT_BOX", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_BOX", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_page_default_line", "label": "DEFAULT_LINE", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DEFAULT_LINE", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_page_graphtoflow", "label": "graphToFlow()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "graphToFlow()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_page_detectcycle", "label": "detectCycle()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "detectCycle()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_page_stagesnamedin", "label": "stagesNamedIn()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "stagesNamedIn()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "label": "TemplateBuilderPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateBuilderPage()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/page.tsx", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_types", "label": "types.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "types.ts", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "file_type": "code", "degree": 14}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_types_newkey", "label": "newKey()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "newKey()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_types_newlocalid", "label": "newLocalId()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "newLocalId()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_types_builderinput", "label": "BuilderInput", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "BuilderInput", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_types_builderoutput", "label": "BuilderOutput", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BuilderOutput", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_types_builderfielddef", "label": "BuilderFieldDef", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "BuilderFieldDef", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_types_stagenodedata", "label": "StageNodeData", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StageNodeData", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_production_templates_id_types_annotationdata", "label": "AnnotationData", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AnnotationData", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/[id]/types.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_production_templates_page", "label": "templates/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "templates/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_app_dashboard_production_templates_page_statusfilter", "label": "StatusFilter", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatusFilter", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_page_nodetypes", "label": "nodeTypes", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nodeTypes", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_production_templates_page_buildlinesgraph", "label": "buildLinesGraph()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "buildLinesGraph()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_production_templates_page_productiontemplatespage", "label": "ProductionTemplatesPage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionTemplatesPage()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/production/templates/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_products_id_page", "label": "products/[id]/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "products/[id]/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "file_type": "code", "degree": 41}, {"id": "frontend_erp_system_app_dashboard_products_id_page_itemdetailpage", "label": "ItemDetailPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemDetailPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/products/[id]/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_products_brands_page", "label": "brands/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.1, "font": {"size": 12, "color": "#ffffff"}, "title": "brands/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "file_type": "code", "degree": 58}, {"id": "frontend_erp_system_app_dashboard_products_brands_page_sortorder", "label": "SortOrder", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SortOrder", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_brands_page_sortkey", "label": "SortKey", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SortKey", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_brands_page_statusfilter", "label": "StatusFilter", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatusFilter", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_brands_page_brandspage", "label": "BrandsPage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BrandsPage()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_brands_page_sortableheader", "label": "SortableHeader()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SortableHeader()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/brands/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_categories_id_page", "label": "categories/[id]/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": "categories/[id]/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "file_type": "code", "degree": 47}, {"id": "frontend_erp_system_app_dashboard_products_categories_id_page_categorysubcategoriespage", "label": "CategorySubCategoriesPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CategorySubCategoriesPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/products/categories/[id]/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_products_categories_page", "label": "categories/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.1, "font": {"size": 12, "color": "#ffffff"}, "title": "categories/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "file_type": "code", "degree": 58}, {"id": "frontend_erp_system_app_dashboard_products_categories_page_sortorder", "label": "SortOrder", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SortOrder", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_categories_page_sortkey", "label": "SortKey", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SortKey", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_categories_page_statusfilter", "label": "StatusFilter", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatusFilter", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_categories_page_categoriespage", "label": "CategoriesPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CategoriesPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_products_categories_page_sortableheader", "label": "SortableHeader()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SortableHeader()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/categories/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_item_types_page", "label": "item-types/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.7, "font": {"size": 12, "color": "#ffffff"}, "title": "item-types/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "file_type": "code", "degree": 45}, {"id": "frontend_erp_system_app_dashboard_products_item_types_page_itemtypespage", "label": "ItemTypesPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemTypesPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/products/item-types/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_products_new_page", "label": "products/new/page.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.6, "font": {"size": 12, "color": "#ffffff"}, "title": "products/new/page.tsx", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "file_type": "code", "degree": 63}, {"id": "frontend_erp_system_app_dashboard_products_new_page_skusegment", "label": "skuSegment()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "skuSegment()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_products_new_page_buildvariantsku", "label": "buildVariantSku()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "buildVariantSku()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_products_new_page_builder_item_types", "label": "BUILDER_ITEM_TYPES", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BUILDER_ITEM_TYPES", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_products_new_page_isbuilderitemtype", "label": "isBuilderItemType()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isBuilderItemType()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "label": "NewItemPage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "NewItemPage()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/new/page.tsx", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_app_dashboard_products_page", "label": "products/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.9, "font": {"size": 12, "color": "#ffffff"}, "title": "products/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "file_type": "code", "degree": 47}, {"id": "frontend_erp_system_app_dashboard_products_page_statusfilter", "label": "StatusFilter", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatusFilter", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_page_trackingfilter", "label": "TrackingFilter", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TrackingFilter", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_page_itemspage", "label": "ItemsPage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemsPage()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_products_settings_page", "label": "products/settings/page.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "products/settings/page.tsx", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "file_type": "code", "degree": 19}, {"id": "frontend_erp_system_app_dashboard_products_settings_page_productsettingspage", "label": "ProductSettingsPage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductSettingsPage()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_products_settings_page_labels", "label": "LABELS", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LABELS", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_settings_page_togglerow", "label": "ToggleRow()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToggleRow()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/app/dashboard/products/settings/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_products_uoms_page", "label": "uoms/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.2, "font": {"size": 0, "color": "#ffffff"}, "title": "uoms/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "file_type": "code", "degree": 40}, {"id": "frontend_erp_system_app_dashboard_products_uoms_page_uomspage", "label": "UomsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UomsPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/products/uoms/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "label": "grn/[id]/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.9, "font": {"size": 0, "color": "#ffffff"}, "title": "grn/[id]/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "file_type": "code", "degree": 37}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_id_page_grndetailpage", "label": "GrnDetailPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnDetailPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/[id]/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "label": "grn/new/page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 16.7, "font": {"size": 12, "color": "#ffffff"}, "title": "grn/new/page.tsx", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "file_type": "code", "degree": 64}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_mode", "label": "Mode", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mode", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_draftline", "label": "DraftLine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DraftLine", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_computeline", "label": "computeLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "computeLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newkey", "label": "newKey()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "newKey()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_emptyline", "label": "emptyLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "emptyLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "label": "NewGrnPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "NewGrnPage()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/new/page.tsx", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_page", "label": "grn/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "grn/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "file_type": "code", "degree": 35}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_page_statusfilter", "label": "StatusFilter", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatusFilter", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_receiving_grn_page_grnlistpage", "label": "GrnListPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnListPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/receiving/grn/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_settings_page", "label": "dashboard/settings/page.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboard/settings/page.tsx", "community": 159, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/settings/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_settings_page_cards", "label": "cards", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cards", "community": 159, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/settings/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_settings_page_settingspage", "label": "SettingsPage()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SettingsPage()", "community": 159, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/settings/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_settings_roles_id_page", "label": "roles/[id]/page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "roles/[id]/page.tsx", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "file_type": "code", "degree": 30}, {"id": "frontend_erp_system_app_dashboard_settings_roles_id_page_roledetailpage", "label": "RoleDetailPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RoleDetailPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/[id]/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_settings_roles_page", "label": "roles/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.3, "font": {"size": 12, "color": "#ffffff"}, "title": "roles/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "file_type": "code", "degree": 51}, {"id": "frontend_erp_system_app_dashboard_settings_roles_page_derivecode", "label": "deriveCode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "deriveCode()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_settings_roles_page_rolespage", "label": "RolesPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RolesPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/settings/roles/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_settings_users_id_page", "label": "users/[id]/page.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "users/[id]/page.tsx", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "file_type": "code", "degree": 30}, {"id": "frontend_erp_system_app_dashboard_settings_users_id_page_userdetailpage", "label": "UserDetailPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UserDetailPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/settings/users/[id]/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_settings_users_page", "label": "users/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "users/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "file_type": "code", "degree": 57}, {"id": "frontend_erp_system_app_dashboard_settings_users_page_userspage", "label": "UsersPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UsersPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/settings/users/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "label": "adjustments/new/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "adjustments/new/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "file_type": "code", "degree": 49}, {"id": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_draftline", "label": "DraftLine", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DraftLine", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newkey", "label": "newKey()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "newKey()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_emptyline", "label": "emptyLine()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "emptyLine()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "label": "NewAdjustmentPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NewAdjustmentPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/new/page.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_app_dashboard_stock_adjustments_page", "label": "adjustments/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.9, "font": {"size": 0, "color": "#ffffff"}, "title": "adjustments/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "file_type": "code", "degree": 28}, {"id": "frontend_erp_system_app_dashboard_stock_adjustments_page_adjustmentslistpage", "label": "AdjustmentsListPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentsListPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/adjustments/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_stock_counts_id_page", "label": "counts/[id]/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.9, "font": {"size": 0, "color": "#ffffff"}, "title": "counts/[id]/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "file_type": "code", "degree": 28}, {"id": "frontend_erp_system_app_dashboard_stock_counts_id_page_countdetailpage", "label": "CountDetailPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CountDetailPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/[id]/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_stock_counts_new_page", "label": "counts/new/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "counts/new/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "file_type": "code", "degree": 33}, {"id": "frontend_erp_system_app_dashboard_stock_counts_new_page_newcountpage", "label": "NewCountPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "NewCountPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/new/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_stock_counts_page", "label": "counts/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "counts/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "file_type": "code", "degree": 26}, {"id": "frontend_erp_system_app_dashboard_stock_counts_page_countslistpage", "label": "CountsListPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CountsListPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/counts/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_stock_enquiry_page", "label": "enquiry/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "enquiry/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "file_type": "code", "degree": 35}, {"id": "frontend_erp_system_app_dashboard_stock_enquiry_page_stockenquirypage", "label": "StockEnquiryPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockEnquiryPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/enquiry/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_stock_ledger_page", "label": "ledger/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ledger/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_app_dashboard_stock_ledger_page_stockledgerpage", "label": "StockLedgerPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StockLedgerPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/ledger/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_stock_page", "label": "stock/page.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "stock/page.tsx", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_app_dashboard_stock_page_areas", "label": "areas", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "areas", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_stock_page_stockhubpage", "label": "StockHubPage()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StockHubPage()", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "label": "reorder-alerts/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "reorder-alerts/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "file_type": "code", "degree": 30}, {"id": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page_reorderalertspage", "label": "ReorderAlertsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ReorderAlertsPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/reorder-alerts/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "label": "transfers/[id]/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "transfers/[id]/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "file_type": "code", "degree": 27}, {"id": "frontend_erp_system_app_dashboard_stock_transfers_id_page_transferdetailpage", "label": "TransferDetailPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferDetailPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/[id]/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "label": "transfers/new/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.8, "font": {"size": 12, "color": "#ffffff"}, "title": "transfers/new/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "file_type": "code", "degree": 46}, {"id": "frontend_erp_system_app_dashboard_stock_transfers_new_page_draftline", "label": "DraftLine", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DraftLine", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newkey", "label": "newKey()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "newKey()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_stock_transfers_new_page_emptyline", "label": "emptyLine()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "emptyLine()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "label": "NewTransferPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NewTransferPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/new/page.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_app_dashboard_stock_transfers_page", "label": "transfers/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.7, "font": {"size": 0, "color": "#ffffff"}, "title": "transfers/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "file_type": "code", "degree": 26}, {"id": "frontend_erp_system_app_dashboard_stock_transfers_page_transferslistpage", "label": "TransfersListPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TransfersListPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/transfers/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_stock_valuation_page", "label": "valuation/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "valuation/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "file_type": "code", "degree": 36}, {"id": "frontend_erp_system_app_dashboard_stock_valuation_page_valuationcontent", "label": "ValuationContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ValuationContent()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_stock_valuation_page_stockvaluationpage", "label": "StockValuationPage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StockValuationPage()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/valuation/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "label": "wastage/new/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.2, "font": {"size": 0, "color": "#ffffff"}, "title": "wastage/new/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "file_type": "code", "degree": 40}, {"id": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "label": "NewWastagePage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "NewWastagePage()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/new/page.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_app_dashboard_stock_wastage_page", "label": "wastage/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wastage/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "file_type": "code", "degree": 41}, {"id": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "label": "WastagePage()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "WastagePage()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/stock/wastage/page.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_app_dashboard_vendors_id_page", "label": "vendors/[id]/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "vendors/[id]/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "file_type": "code", "degree": 25}, {"id": "frontend_erp_system_app_dashboard_vendors_id_page_vendordetailpage", "label": "VendorDetailPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorDetailPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/vendors/[id]/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_vendors_page", "label": "vendors/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.7, "font": {"size": 12, "color": "#ffffff"}, "title": "vendors/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "file_type": "code", "degree": 55}, {"id": "frontend_erp_system_app_dashboard_vendors_page_statusfilter", "label": "StatusFilter", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatusFilter", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_dashboard_vendors_page_vendorspage", "label": "VendorsPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "VendorsPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/vendors/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_warehouse_id_page", "label": "warehouse/[id]/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.1, "font": {"size": 0, "color": "#ffffff"}, "title": "warehouse/[id]/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "file_type": "code", "degree": 39}, {"id": "frontend_erp_system_app_dashboard_warehouse_id_page_warehousedetailpage", "label": "WarehouseDetailPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehouseDetailPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/warehouse/[id]/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_dashboard_warehouse_page", "label": "warehouse/page.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 14.2, "font": {"size": 0, "color": "#ffffff"}, "title": "warehouse/page.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "file_type": "code", "degree": 40}, {"id": "frontend_erp_system_app_dashboard_warehouse_page_warehousecodebase", "label": "warehouseCodeBase()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "warehouseCodeBase()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_dashboard_warehouse_page_generatewarehousecode", "label": "generateWarehouseCode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "generateWarehouseCode()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_dashboard_warehouse_page_warehousespage", "label": "WarehousesPage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehousesPage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/dashboard/warehouse/page.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_app_layout", "label": "app/layout.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "app/layout.tsx", "community": 145, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/app/layout.tsx", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_app_layout_geistsans", "label": "geistSans", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "geistSans", "community": 145, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_layout_geistmono", "label": "geistMono", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "geistMono", "community": 145, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_layout_metadata", "label": "metadata", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "metadata", "community": 145, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_layout_rootlayout", "label": "RootLayout()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RootLayout()", "community": 145, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/app/layout.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_login_forgot_otp_page", "label": "otp/page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "otp/page.tsx", "community": 147, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/app/login/forgot/otp/page.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_app_login_forgot_otp_page_forgototppage", "label": "ForgotOtpPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ForgotOtpPage()", "community": 147, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/app/login/forgot/otp/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_login_forgot_page", "label": "forgot/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "forgot/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_app_login_forgot_page_forgotemailpage", "label": "ForgotEmailPage()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ForgotEmailPage()", "community": 137, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/app/login/forgot/page.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_app_login_forgot_reset_page", "label": "reset/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "reset/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "file_type": "code", "degree": 11}, {"id": "frontend_erp_system_app_login_forgot_reset_page_forgotresetpage", "label": "ForgotResetPage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ForgotResetPage()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/login/forgot/reset/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_login_page", "label": "login/page.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "login/page.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/login/page.tsx", "file_type": "code", "degree": 22}, {"id": "frontend_erp_system_app_login_page_loginpage", "label": "LoginPage()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoginPage()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/app/login/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_login_page_loginform", "label": "LoginForm()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LoginForm()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/app/login/page.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_app_page", "label": "app/page.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "app/page.tsx", "community": 167, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/app/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_app_page_home", "label": "Home()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Home()", "community": 167, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/app/page.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components", "label": "components.json", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "components.json", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 11}, {"id": "frontend_erp_system_components_schema", "label": "$schema", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "$schema", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_style", "label": "style", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "style", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_rsc", "label": "rsc", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rsc", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_tsx", "label": "tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tsx", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_tailwind", "label": "tailwind", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_components_tailwind_config", "label": "config", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "config", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_tailwind_css", "label": "css", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "css", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_tailwind_basecolor", "label": "baseColor", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "baseColor", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_tailwind_cssvariables", "label": "cssVariables", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "cssVariables", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_tailwind_prefix", "label": "prefix", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "prefix", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_iconlibrary", "label": "iconLibrary", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "iconLibrary", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_rtl", "label": "rtl", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "rtl", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_aliases", "label": "aliases", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "aliases", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_components_aliases_components", "label": "components", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "components", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_aliases_utils", "label": "utils", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "utils", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_aliases_ui", "label": "ui", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ui", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_aliases_lib", "label": "lib", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lib", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_aliases_hooks", "label": "hooks", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "hooks", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_menucolor", "label": "menuColor", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "menuColor", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_menuaccent", "label": "menuAccent", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "menuAccent", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_registries", "label": "registries", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "registries", "community": 65, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_layouts_appsidebar", "label": "AppSidebar.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AppSidebar.tsx", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "file_type": "code", "degree": 8}, {"id": "frontend_erp_system_components_layouts_appsidebar_navitems", "label": "navItems", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "navItems", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_layouts_appsidebar_sidebarcontent", "label": "SidebarContent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarContent()", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_layouts_appsidebar_appsidebar", "label": "AppSidebar()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AppSidebar()", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/Layouts/AppSidebar.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_layouts_breadcrumbs", "label": "Breadcrumbs.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Breadcrumbs.tsx", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "file_type": "code", "degree": 10}, {"id": "frontend_erp_system_components_layouts_breadcrumbs_segment_labels", "label": "SEGMENT_LABELS", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SEGMENT_LABELS", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_layouts_breadcrumbs_labelfor", "label": "labelFor()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "labelFor()", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_layouts_breadcrumbs_breadcrumbs", "label": "Breadcrumbs()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Breadcrumbs()", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/Layouts/Breadcrumbs.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_layouts_footer", "label": "Footer.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Footer.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/Layouts/Footer.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_layouts_footer_footer", "label": "Footer()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Footer()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/Layouts/Footer.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_layouts_header", "label": "Header.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Header.tsx", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "file_type": "code", "degree": 35}, {"id": "frontend_erp_system_components_layouts_header_initials", "label": "initials()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "initials()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_layouts_header_procurement_titles", "label": "PROCUREMENT_TITLES", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PROCUREMENT_TITLES", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_layouts_header_stock_titles", "label": "STOCK_TITLES", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "STOCK_TITLES", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_layouts_header_titlefrompath", "label": "titleFromPath()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "titleFromPath()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_layouts_header_notification", "label": "Notification", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Notification", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_layouts_header_initialnotifications", "label": "initialNotifications", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "initialNotifications", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_layouts_header_header", "label": "Header()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Header()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/Layouts/Header.tsx", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_components_auth_authprovider", "label": "AuthProvider.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthProvider.tsx", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "file_type": "code", "degree": 10}, {"id": "frontend_erp_system_components_auth_authprovider_authcontextvalue", "label": "AuthContextValue", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthContextValue", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_auth_authprovider_authcontext", "label": "AuthContext", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthContext", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_auth_authprovider_authprovider", "label": "AuthProvider()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthProvider()", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_auth_authprovider_useauth", "label": "useAuth()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "useAuth()", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/auth/AuthProvider.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_auth_rolepermissiontree", "label": "RolePermissionTree.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "RolePermissionTree.tsx", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "file_type": "code", "degree": 10}, {"id": "frontend_erp_system_components_auth_rolepermissiontree_props", "label": "Props", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_auth_rolepermissiontree_rolepermissiontree", "label": "RolePermissionTree()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RolePermissionTree()", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/auth/RolePermissionTree.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_dashboard_recent_orders_table", "label": "recent-orders-table.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "recent-orders-table.tsx", "community": 125, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "file_type": "code", "degree": 11}, {"id": "frontend_erp_system_components_dashboard_recent_orders_table_orders", "label": "orders", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "orders", "community": 125, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_dashboard_recent_orders_table_order", "label": "Order", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Order", "community": 125, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_dashboard_recent_orders_table_statusstyles", "label": "statusStyles", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "statusStyles", "community": 125, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_dashboard_recent_orders_table_currency", "label": "currency", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "currency", "community": 125, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_dashboard_recent_orders_table_columns", "label": "columns", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "columns", "community": 125, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_dashboard_recent_orders_table_recentorderstable", "label": "RecentOrdersTable()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RecentOrdersTable()", "community": 125, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/dashboard/recent-orders-table.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_hrm_codenamemasterpage", "label": "CodeNameMasterPage.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CodeNameMasterPage.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_components_hrm_codenamemasterpage_codenamed", "label": "CodeNamed", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CodeNamed", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_hrm_codenamemasterpage_api", "label": "Api", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Api", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_hrm_codenamemasterpage_api_list", "label": ".list()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".list()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_hrm_codenamemasterpage_api_create", "label": ".create()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".create()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_hrm_codenamemasterpage_api_updatestatus", "label": ".updateStatus()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".updateStatus()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "label": "CodeNameMasterPage()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "CodeNameMasterPage()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/components/hrm/CodeNameMasterPage.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_components_procurement_status_badges", "label": "procurement/status-badges.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "procurement/status-badges.tsx", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "file_type": "code", "degree": 18}, {"id": "frontend_erp_system_components_procurement_status_badges_requisitionclass", "label": "requisitionClass()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "requisitionClass()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_procurement_status_badges_requisitionstatusbadge", "label": "RequisitionStatusBadge()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionStatusBadge()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_procurement_status_badges_rfqclass", "label": "rfqClass()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "rfqClass()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_procurement_status_badges_rfqstatusbadge", "label": "RfqStatusBadge()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqStatusBadge()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_procurement_status_badges_poclass", "label": "poClass()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "poClass()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_procurement_status_badges_postatusbadge", "label": "PoStatusBadge()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PoStatusBadge()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/components/procurement/status-badges.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_production_productionlinenodes", "label": "ProductionLineNodes.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionLineNodes.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "file_type": "code", "degree": 9}, {"id": "frontend_erp_system_components_production_productionlinenodes_lineheaderdata", "label": "LineHeaderData", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LineHeaderData", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_production_productionlinenodes_lineheadernode", "label": "LineHeaderNode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LineHeaderNode()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_production_productionlinenodes_linestagedata", "label": "LineStageData", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LineStageData", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_production_productionlinenodes_linestagenode", "label": "LineStageNode()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LineStageNode()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_production_productionlinenodes_lineheadernodecomponent", "label": "LineHeaderNodeComponent", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LineHeaderNodeComponent", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_production_productionlinenodes_linestagenodecomponent", "label": "LineStageNodeComponent", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LineStageNodeComponent", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/production/ProductionLineNodes.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_production_runstagenode", "label": "RunStageNode.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageNode.tsx", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "file_type": "code", "degree": 16}, {"id": "frontend_erp_system_components_production_runstagenode_runheaderdata", "label": "RunHeaderData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RunHeaderData", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_production_runstagenode_runheadernode", "label": "RunHeaderNode()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunHeaderNode()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_production_runstagenode_runstagedata", "label": "RunStageData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageData", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_production_runstagenode_fmt", "label": "fmt()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fmt()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_production_runstagenode_runstagenode", "label": "RunStageNode()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageNode()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_production_runstagenode_runheadernodecomponent", "label": "RunHeaderNodeComponent", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RunHeaderNodeComponent", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_production_runstagenode_runstagenodecomponent", "label": "RunStageNodeComponent", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageNodeComponent", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/RunStageNode.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_production_stage_progress_strip", "label": "stage-progress-strip.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "stage-progress-strip.tsx", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "file_type": "code", "degree": 13}, {"id": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "label": "StageProgressStrip()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "StageProgressStrip()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_components_production_stage_progress_strip_stagestatuslegend", "label": "StageStatusLegend()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StageStatusLegend()", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/production/stage-progress-strip.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_receiving_status_badges", "label": "receiving/status-badges.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "receiving/status-badges.tsx", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "file_type": "code", "degree": 12}, {"id": "frontend_erp_system_components_receiving_status_badges_grnclass", "label": "grnClass()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "grnClass()", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_receiving_status_badges_grnstatusbadge", "label": "GrnStatusBadge()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnStatusBadge()", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_receiving_status_badges_holdclass", "label": "holdClass()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "holdClass()", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_receiving_status_badges_holdstatusbadge", "label": "HoldStatusBadge()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HoldStatusBadge()", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/components/receiving/status-badges.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_stock_status_badges", "label": "stock/status-badges.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "stock/status-badges.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "file_type": "code", "degree": 14}, {"id": "frontend_erp_system_components_stock_status_badges_transferstatusbadge", "label": "TransferStatusBadge()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferStatusBadge()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_stock_status_badges_countstatusbadge", "label": "CountStatusBadge()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CountStatusBadge()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_stock_status_badges_adjustmentstatusbadge", "label": "AdjustmentStatusBadge()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentStatusBadge()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/stock/status-badges.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_theme_toggle", "label": "theme-toggle.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "theme-toggle.tsx", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_components_theme_toggle_options", "label": "options", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "options", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_theme_toggle_themetoggle", "label": "ThemeToggle()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ThemeToggle()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/theme-toggle.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_alert_dialog", "label": "alert-dialog.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "alert-dialog.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "file_type": "code", "degree": 19}, {"id": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "label": "AlertDialog()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "AlertDialog()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "file_type": "code", "degree": 8}, {"id": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "label": "AlertDialogTrigger()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "AlertDialogTrigger()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_components_ui_alert_dialog_alertdialogportal", "label": "AlertDialogPortal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AlertDialogPortal()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_alert_dialog_alertdialogoverlay", "label": "AlertDialogOverlay()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AlertDialogOverlay()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_alert_dialog_alertvariant", "label": "AlertVariant", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AlertVariant", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_alert_dialog_variantconfig", "label": "variantConfig", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "variantConfig", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontentprops", "label": "AlertDialogContentProps", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AlertDialogContentProps", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "label": "AlertDialogContent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "AlertDialogContent()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/alert-dialog.tsx", "file_type": "code", "degree": 9}, {"id": "frontend_erp_system_components_ui_avatar", "label": "avatar.tsx", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "avatar.tsx", "community": 138, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "file_type": "code", "degree": 9}, {"id": "frontend_erp_system_components_ui_avatar_avatar", "label": "Avatar()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Avatar()", "community": 138, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_avatar_avatarimage", "label": "AvatarImage()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AvatarImage()", "community": 138, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_avatar_avatarfallback", "label": "AvatarFallback()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AvatarFallback()", "community": 138, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_avatar_avatarbadge", "label": "AvatarBadge()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AvatarBadge()", "community": 138, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_avatar_avatargroup", "label": "AvatarGroup()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AvatarGroup()", "community": 138, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_avatar_avatargroupcount", "label": "AvatarGroupCount()", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AvatarGroupCount()", "community": 138, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/avatar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_badge", "label": "badge.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.5, "font": {"size": 0, "color": "#ffffff"}, "title": "badge.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "file_type": "code", "degree": 43}, {"id": "frontend_erp_system_components_ui_badge_badgevariants", "label": "badgeVariants", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "badgeVariants", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_badge_badge", "label": "Badge()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Badge()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/badge.tsx", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_components_ui_bar_chart", "label": "bar-chart.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "bar-chart.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/bar-chart.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_bar_chart_props", "label": "Props", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/bar-chart.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_bar_chart_barchart", "label": "BarChart()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BarChart()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/bar-chart.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_breadcrumb", "label": "breadcrumb.tsx", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "breadcrumb.tsx", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "file_type": "code", "degree": 10}, {"id": "frontend_erp_system_components_ui_breadcrumb_breadcrumb", "label": "Breadcrumb()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Breadcrumb()", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_breadcrumb_breadcrumblist", "label": "BreadcrumbList()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "BreadcrumbList()", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_breadcrumb_breadcrumbitem", "label": "BreadcrumbItem()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "BreadcrumbItem()", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_breadcrumb_breadcrumblink", "label": "BreadcrumbLink()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BreadcrumbLink()", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_breadcrumb_breadcrumbpage", "label": "BreadcrumbPage()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "BreadcrumbPage()", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_breadcrumb_breadcrumbseparator", "label": "BreadcrumbSeparator()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "BreadcrumbSeparator()", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_breadcrumb_breadcrumbellipsis", "label": "BreadcrumbEllipsis()", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "BreadcrumbEllipsis()", "community": 109, "community_name": "Layout Components", "source_file": "Frontend/erp-system/components/ui/breadcrumb.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_button", "label": "button.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 19.1, "font": {"size": 12, "color": "#ffffff"}, "title": "button.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/button.tsx", "file_type": "code", "degree": 87}, {"id": "frontend_erp_system_components_ui_button_buttonvariants", "label": "buttonVariants", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.8, "font": {"size": 12, "color": "#ffffff"}, "title": "buttonVariants", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/button.tsx", "file_type": "code", "degree": 103}, {"id": "frontend_erp_system_components_ui_button_buttonvariant", "label": "ButtonVariant", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ButtonVariant", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/button.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_button_buttonsize", "label": "ButtonSize", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ButtonSize", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/button.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_button_buttonprops", "label": "ButtonProps", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ButtonProps", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/button.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_button_button", "label": "Button()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 17.5, "font": {"size": 12, "color": "#ffffff"}, "title": "Button()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/button.tsx", "file_type": "code", "degree": 72}, {"id": "frontend_erp_system_components_ui_calendar", "label": "calendar.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "calendar.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_components_ui_calendar_calendarprops", "label": "CalendarProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CalendarProps", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_calendar_calendar", "label": "Calendar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Calendar()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/calendar.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_ui_card", "label": "card.tsx", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "card.tsx", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/card.tsx", "file_type": "code", "degree": 10}, {"id": "frontend_erp_system_components_ui_card_card", "label": "Card()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Card()", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/card.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_card_cardheader", "label": "CardHeader()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CardHeader()", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/card.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_card_cardtitle", "label": "CardTitle()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CardTitle()", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/card.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_card_carddescription", "label": "CardDescription()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CardDescription()", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/card.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_card_cardaction", "label": "CardAction()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CardAction()", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/card.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_card_cardcontent", "label": "CardContent()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CardContent()", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/card.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_card_cardfooter", "label": "CardFooter()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CardFooter()", "community": 114, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/card.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_checkbox", "label": "checkbox.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "checkbox.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/checkbox.tsx", "file_type": "code", "degree": 14}, {"id": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "Checkbox()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Checkbox()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/checkbox.tsx", "file_type": "code", "degree": 13}, {"id": "frontend_erp_system_components_ui_data_table", "label": "data-table.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "data-table.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "file_type": "code", "degree": 25}, {"id": "frontend_erp_system_components_ui_data_table_datatablecolumn", "label": "DataTableColumn", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DataTableColumn", "community": 125, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_data_table_datatablefilter", "label": "DataTableFilter", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DataTableFilter", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_data_table_datatableprops", "label": "DataTableProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DataTableProps", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_data_table_datatable", "label": "DataTable()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DataTable()", "community": 125, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/data-table.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_date_picker", "label": "date-picker.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "date-picker.tsx", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "file_type": "code", "degree": 14}, {"id": "frontend_erp_system_components_ui_date_picker_datepickerprops", "label": "DatePickerProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DatePickerProps", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_date_picker_datepicker", "label": "DatePicker()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DatePicker()", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_date_picker_daterangepickerprops", "label": "DateRangePickerProps", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateRangePickerProps", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_date_picker_daterangepicker", "label": "DateRangePicker()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DateRangePicker()", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/date-picker.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dialog", "label": "dialog.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dialog.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_components_ui_dialog_dialog", "label": "Dialog()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Dialog()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 29}, {"id": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "DialogTrigger()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogTrigger()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 27}, {"id": "frontend_erp_system_components_ui_dialog_dialogportal", "label": "DialogPortal()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogPortal()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_dialog_dialogclose", "label": "DialogClose()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogClose()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dialog_dialogoverlay", "label": "DialogOverlay()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogOverlay()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "DialogContent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogContent()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 30}, {"id": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "DialogHeader()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogHeader()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 30}, {"id": "frontend_erp_system_components_ui_dialog_dialogfooter", "label": "DialogFooter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogFooter()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "DialogTitle()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogTitle()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 30}, {"id": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "DialogDescription()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DialogDescription()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/dialog.tsx", "file_type": "code", "degree": 30}, {"id": "frontend_erp_system_components_ui_dropdown_menu", "label": "dropdown-menu.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "dropdown-menu.tsx", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 18}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenu", "label": "DropdownMenu()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenu()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuportal", "label": "DropdownMenuPortal()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuPortal()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenutrigger", "label": "DropdownMenuTrigger()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuTrigger()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucontent", "label": "DropdownMenuContent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuContent()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenugroup", "label": "DropdownMenuGroup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuGroup()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenulabel", "label": "DropdownMenuLabel()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuLabel()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuitem", "label": "DropdownMenuItem()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuItem()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusub", "label": "DropdownMenuSub()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuSub()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubtrigger", "label": "DropdownMenuSubTrigger()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuSubTrigger()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubcontent", "label": "DropdownMenuSubContent()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuSubContent()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucheckboxitem", "label": "DropdownMenuCheckboxItem()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuCheckboxItem()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuradiogroup", "label": "DropdownMenuRadioGroup()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuRadioGroup()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuradioitem", "label": "DropdownMenuRadioItem()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuRadioItem()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuseparator", "label": "DropdownMenuSeparator()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuSeparator()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenushortcut", "label": "DropdownMenuShortcut()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DropdownMenuShortcut()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/components/ui/dropdown-menu.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_field", "label": "field.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.5, "font": {"size": 12, "color": "#ffffff"}, "title": "field.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 62}, {"id": "frontend_erp_system_components_ui_field_fieldset", "label": "FieldSet()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldSet()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_field_fieldlegend", "label": "FieldLegend()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldLegend()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_field_fieldgroup", "label": "FieldGroup()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldGroup()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 29}, {"id": "frontend_erp_system_components_ui_field_fieldvariants", "label": "fieldVariants", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "fieldVariants", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_field_field", "label": "Field()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Field()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 34}, {"id": "frontend_erp_system_components_ui_field_fieldcontent", "label": "FieldContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldContent()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_field_fieldlabel", "label": "FieldLabel()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.4, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldLabel()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 33}, {"id": "frontend_erp_system_components_ui_field_fieldtitle", "label": "FieldTitle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldTitle()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_field_fielddescription", "label": "FieldDescription()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldDescription()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_field_fieldseparator", "label": "FieldSeparator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldSeparator()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_field_fielderror", "label": "FieldError()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldError()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/field.tsx", "file_type": "code", "degree": 36}, {"id": "frontend_erp_system_components_ui_input", "label": "input.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.3, "font": {"size": 12, "color": "#ffffff"}, "title": "input.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/input.tsx", "file_type": "code", "degree": 60}, {"id": "frontend_erp_system_components_ui_input_input", "label": "Input()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.2, "font": {"size": 12, "color": "#ffffff"}, "title": "Input()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/input.tsx", "file_type": "code", "degree": 59}, {"id": "frontend_erp_system_components_ui_label", "label": "label.tsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.3, "font": {"size": 0, "color": "#ffffff"}, "title": "label.tsx", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/label.tsx", "file_type": "code", "degree": 22}, {"id": "frontend_erp_system_components_ui_label_label", "label": "Label()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Label()", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/label.tsx", "file_type": "code", "degree": 21}, {"id": "frontend_erp_system_components_ui_line_chart", "label": "line-chart.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "line-chart.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/line-chart.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_line_chart_props", "label": "Props", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/line-chart.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_line_chart_linechart", "label": "LineChart()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LineChart()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/line-chart.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_otp_input", "label": "otp-input.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "otp-input.tsx", "community": 147, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/components/ui/otp-input.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_otp_input_otpinputprops", "label": "OtpInputProps", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OtpInputProps", "community": 147, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/components/ui/otp-input.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_otp_input_otpinput", "label": "OtpInput()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "OtpInput()", "community": 147, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/components/ui/otp-input.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_pagination", "label": "pagination.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "pagination.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "file_type": "code", "degree": 13}, {"id": "frontend_erp_system_components_ui_pagination_pagination", "label": "Pagination()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Pagination()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_pagination_paginationcontent", "label": "PaginationContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginationContent()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_pagination_paginationitem", "label": "PaginationItem()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginationItem()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_pagination_paginationlinkprops", "label": "PaginationLinkProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginationLinkProps", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_pagination_paginationlink", "label": "PaginationLink()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginationLink()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_pagination_paginationprevious", "label": "PaginationPrevious()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginationPrevious()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_pagination_paginationnext", "label": "PaginationNext()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginationNext()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_pagination_paginationellipsis", "label": "PaginationEllipsis()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginationEllipsis()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/pagination.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_pie_chart", "label": "pie-chart.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "pie-chart.tsx", "community": 160, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/pie-chart.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_pie_chart_props", "label": "Props", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Props", "community": 160, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/pie-chart.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_pie_chart_piechart", "label": "PieChart()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PieChart()", "community": 160, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/pie-chart.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_popover", "label": "popover.tsx", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "popover.tsx", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "file_type": "code", "degree": 9}, {"id": "frontend_erp_system_components_ui_popover_popover", "label": "Popover()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Popover()", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_popover_popovertrigger", "label": "PopoverTrigger()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PopoverTrigger()", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_popover_popoverportal", "label": "PopoverPortal()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PopoverPortal()", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_popover_popovercontent", "label": "PopoverContent()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PopoverContent()", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_ui_popover_popoverclose", "label": "PopoverClose()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PopoverClose()", "community": 115, "community_name": "Shared UI Components", "source_file": "Frontend/erp-system/components/ui/popover.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_select", "label": "select.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.4, "font": {"size": 12, "color": "#ffffff"}, "title": "select.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 52}, {"id": "frontend_erp_system_components_ui_select_collectitems", "label": "collectItems()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "collectItems()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_select_select", "label": "Select()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Select()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_components_ui_select_selectgroup", "label": "SelectGroup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectGroup()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_select_selectvalue", "label": "SelectValue()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectValue()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 41}, {"id": "frontend_erp_system_components_ui_select_selecttrigger", "label": "SelectTrigger()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectTrigger()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 41}, {"id": "frontend_erp_system_components_ui_select_selectcontent", "label": "SelectContent()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectContent()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 41}, {"id": "frontend_erp_system_components_ui_select_selectlabel", "label": "SelectLabel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectLabel()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_select_selectitem", "label": "SelectItem()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 14.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectItem()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 41}, {"id": "frontend_erp_system_components_ui_select_selectseparator", "label": "SelectSeparator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectSeparator()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_select_selectscrollupbutton", "label": "SelectScrollUpButton()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectScrollUpButton()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_select_selectscrolldownbutton", "label": "SelectScrollDownButton()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SelectScrollDownButton()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/select.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_separator", "label": "separator.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "separator.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/separator.tsx", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_components_ui_separator_separator", "label": "Separator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Separator()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/separator.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_components_ui_sheet", "label": "sheet.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "sheet.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 16}, {"id": "frontend_erp_system_components_ui_sheet_sheet", "label": "Sheet()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Sheet()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_sheet_sheettrigger", "label": "SheetTrigger()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetTrigger()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_sheet_sheetclose", "label": "SheetClose()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetClose()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_sheet_sheetportal", "label": "SheetPortal()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetPortal()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_sheet_sheetoverlay", "label": "SheetOverlay()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetOverlay()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sheet_sheetcontent", "label": "SheetContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetContent()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_ui_sheet_sheetheader", "label": "SheetHeader()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetHeader()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_ui_sheet_sheetfooter", "label": "SheetFooter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetFooter()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sheet_sheettitle", "label": "SheetTitle()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetTitle()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_ui_sheet_sheetdescription", "label": "SheetDescription()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SheetDescription()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sheet.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_ui_sidebar", "label": "sidebar.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 15.1, "font": {"size": 12, "color": "#ffffff"}, "title": "sidebar.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 49}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarcontextprops", "label": "SidebarContextProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarContextProps", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarcontext", "label": "SidebarContext", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarContext", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_sidebar_usesidebar", "label": "useSidebar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "useSidebar()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarprovider", "label": "SidebarProvider()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarProvider()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_ui_sidebar_sidebar", "label": "Sidebar()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Sidebar()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_sidebar_sidebartrigger", "label": "SidebarTrigger()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarTrigger()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarrail", "label": "SidebarRail()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarRail()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarinset", "label": "SidebarInset()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarInset()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarinput", "label": "SidebarInput()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarInput()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarheader", "label": "SidebarHeader()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarHeader()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarfooter", "label": "SidebarFooter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarFooter()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarseparator", "label": "SidebarSeparator()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarSeparator()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarcontent", "label": "SidebarContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarContent()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebargroup", "label": "SidebarGroup()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarGroup()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebargrouplabel", "label": "SidebarGroupLabel()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarGroupLabel()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebargroupaction", "label": "SidebarGroupAction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarGroupAction()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebargroupcontent", "label": "SidebarGroupContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarGroupContent()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarmenu", "label": "SidebarMenu()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarMenu()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarmenuitem", "label": "SidebarMenuItem()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarMenuItem()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarmenubuttonvariants", "label": "sidebarMenuButtonVariants", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "sidebarMenuButtonVariants", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarmenubutton", "label": "SidebarMenuButton()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarMenuButton()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarmenuaction", "label": "SidebarMenuAction()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarMenuAction()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarmenubadge", "label": "SidebarMenuBadge()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarMenuBadge()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarmenuskeleton", "label": "SidebarMenuSkeleton()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarMenuSkeleton()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarmenusub", "label": "SidebarMenuSub()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarMenuSub()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarmenusubitem", "label": "SidebarMenuSubItem()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarMenuSubItem()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_sidebar_sidebarmenusubbutton", "label": "SidebarMenuSubButton()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SidebarMenuSubButton()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/sidebar.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_skeleton", "label": "skeleton.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.1, "font": {"size": 12, "color": "#ffffff"}, "title": "skeleton.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/skeleton.tsx", "file_type": "code", "degree": 68}, {"id": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "Skeleton()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Skeleton()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/skeleton.tsx", "file_type": "code", "degree": 67}, {"id": "frontend_erp_system_components_ui_stat_card", "label": "stat-card.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "stat-card.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_components_ui_stat_card_formatvalue", "label": "formatValue()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "formatValue()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_stat_card_sparkline", "label": "Sparkline()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Sparkline()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_stat_card_statcardprops", "label": "StatCardProps", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StatCardProps", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_stat_card_statcard", "label": "StatCard()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StatCard()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/stat-card.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_ui_switch", "label": "switch.tsx", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "switch.tsx", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/components/ui/switch.tsx", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_components_ui_switch_switch", "label": "Switch()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Switch()", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/components/ui/switch.tsx", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_components_ui_table", "label": "table.tsx", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.8, "font": {"size": 12, "color": "#ffffff"}, "title": "table.tsx", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/table.tsx", "file_type": "code", "degree": 65}, {"id": "frontend_erp_system_components_ui_table_table", "label": "Table()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "Table()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/table.tsx", "file_type": "code", "degree": 57}, {"id": "frontend_erp_system_components_ui_table_tableheader", "label": "TableHeader()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "TableHeader()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/table.tsx", "file_type": "code", "degree": 57}, {"id": "frontend_erp_system_components_ui_table_tablebody", "label": "TableBody()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "TableBody()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/table.tsx", "file_type": "code", "degree": 57}, {"id": "frontend_erp_system_components_ui_table_tablefooter", "label": "TableFooter()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TableFooter()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/table.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_table_tablerow", "label": "TableRow()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "TableRow()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/table.tsx", "file_type": "code", "degree": 57}, {"id": "frontend_erp_system_components_ui_table_tablehead", "label": "TableHead()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "TableHead()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/table.tsx", "file_type": "code", "degree": 57}, {"id": "frontend_erp_system_components_ui_table_tablecell", "label": "TableCell()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.0, "font": {"size": 12, "color": "#ffffff"}, "title": "TableCell()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/components/ui/table.tsx", "file_type": "code", "degree": 57}, {"id": "frontend_erp_system_components_ui_table_tablecaption", "label": "TableCaption()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TableCaption()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/table.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_toast", "label": "toast.tsx", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 16.1, "font": {"size": 12, "color": "#ffffff"}, "title": "toast.tsx", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "file_type": "code", "degree": 58}, {"id": "frontend_erp_system_components_ui_toast_toastmanager", "label": "toastManager", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "toastManager", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_toast_toasttype", "label": "ToastType", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToastType", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_toast_toastdata", "label": "ToastData", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ToastData", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_components_ui_toast_toastlist", "label": "ToastList()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ToastList()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_toast_toaster", "label": "Toaster()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Toaster()", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_toast_toast", "label": "toast()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 15.2, "font": {"size": 12, "color": "#ffffff"}, "title": "toast()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/components/ui/toast.tsx", "file_type": "code", "degree": 50}, {"id": "frontend_erp_system_components_ui_tooltip", "label": "tooltip.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "tooltip.tsx", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "file_type": "code", "degree": 8}, {"id": "frontend_erp_system_components_ui_tooltip_tooltipprovider", "label": "TooltipProvider()", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TooltipProvider()", "community": 145, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_tooltip_tooltip", "label": "Tooltip()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Tooltip()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_tooltip_tooltiptrigger", "label": "TooltipTrigger()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TooltipTrigger()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_components_ui_tooltip_tooltipcontent", "label": "TooltipContent()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TooltipContent()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/components/ui/tooltip.tsx", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_eslint_config", "label": "eslint.config.mjs", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint.config.mjs", "community": 168, "community_name": "Build & Config", "source_file": "Frontend/erp-system/eslint.config.mjs", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_eslint_config_eslintconfig", "label": "eslintConfig", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "eslintConfig", "community": 168, "community_name": "Build & Config", "source_file": "Frontend/erp-system/eslint.config.mjs", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_hooks_use_mobile", "label": "use-mobile.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "use-mobile.ts", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/hooks/use-mobile.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_hooks_use_mobile_useismobile", "label": "useIsMobile()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "useIsMobile()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/hooks/use-mobile.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_client", "label": "api-client.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.4, "font": {"size": 0, "color": "#ffffff"}, "title": "api-client.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api-client.ts", "file_type": "code", "degree": 42}, {"id": "frontend_erp_system_lib_api_client_apierror", "label": "ApiError", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ApiError", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api-client.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_client_apierror_constructor", "label": ".constructor()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": ".constructor()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api-client.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_client_requestoptions", "label": "RequestOptions", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RequestOptions", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api-client.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_client_readcsrftoken", "label": "readCsrfToken()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "readCsrfToken()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api-client.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_client_rawrequest", "label": "rawRequest()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "rawRequest()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api-client.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_client_apirequest", "label": "apiRequest()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 13.6, "font": {"size": 0, "color": "#ffffff"}, "title": "apiRequest()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api-client.ts", "file_type": "code", "degree": 34}, {"id": "frontend_erp_system_lib_api_client_apirequestwithetag", "label": "apiRequestWithETag()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "apiRequestWithETag()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api-client.ts", "file_type": "code", "degree": 14}, {"id": "frontend_erp_system_lib_api_client_buildquery", "label": "buildQuery()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.9, "font": {"size": 0, "color": "#ffffff"}, "title": "buildQuery()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api-client.ts", "file_type": "code", "degree": 28}, {"id": "frontend_erp_system_lib_api_client_ts_docref_rfc_7807", "label": "RFC-7807", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RFC-7807", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api-client.ts", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_lib_api_attendance", "label": "attendance.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "attendance.ts", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "file_type": "code", "degree": 16}, {"id": "frontend_erp_system_lib_api_attendance_listattendancebatchesparams", "label": "ListAttendanceBatchesParams", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListAttendanceBatchesParams", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_attendance_attendancetemplateurl", "label": "attendanceTemplateUrl()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "attendanceTemplateUrl()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_attendance_attendanceapi", "label": "attendanceApi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "attendanceApi", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/api/attendance.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_auth", "label": "api/auth.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "api/auth.ts", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/lib/api/auth.ts", "file_type": "code", "degree": 12}, {"id": "frontend_erp_system_lib_api_auth_authapi", "label": "authApi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "authApi", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/lib/api/auth.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_brands", "label": "brands.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "brands.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/brands.ts", "file_type": "code", "degree": 17}, {"id": "frontend_erp_system_lib_api_brands_listbrandsparams", "label": "ListBrandsParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListBrandsParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/brands.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_brands_brandsapi", "label": "brandsApi", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "brandsApi", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/brands.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_categories", "label": "categories.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "categories.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/categories.ts", "file_type": "code", "degree": 24}, {"id": "frontend_erp_system_lib_api_categories_listcategoriesparams", "label": "ListCategoriesParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListCategoriesParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/categories.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_categories_listsubcategoriesparams", "label": "ListSubCategoriesParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ListSubCategoriesParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/categories.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_categories_categoriesapi", "label": "categoriesApi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "categoriesApi", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/api/categories.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_lib_api_categories_subcategoriesapi", "label": "subCategoriesApi", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "subCategoriesApi", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/categories.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_dashboard", "label": "api/dashboard.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "api/dashboard.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/dashboard.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_lib_api_dashboard_dashboardapi", "label": "dashboardApi", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "dashboardApi", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/dashboard.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_employees", "label": "employees.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 13.0, "font": {"size": 0, "color": "#ffffff"}, "title": "employees.ts", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/employees.ts", "file_type": "code", "degree": 29}, {"id": "frontend_erp_system_lib_api_employees_listemployeesparams", "label": "ListEmployeesParams", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListEmployeesParams", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/employees.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_employees_createsalarystructurerequest", "label": "CreateSalaryStructureRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateSalaryStructureRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/employees.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_employees_createemployeeloanrequest", "label": "CreateEmployeeLoanRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateEmployeeLoanRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/employees.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_employees_employeesapi", "label": "employeesApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "employeesApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/employees.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_employees_employeecrosslinkapi", "label": "employeeCrossLinkApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "employeeCrossLinkApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/employees.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_grns", "label": "grns.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "grns.ts", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/lib/api/grns.ts", "file_type": "code", "degree": 19}, {"id": "frontend_erp_system_lib_api_grns_listgrnsparams", "label": "ListGrnsParams", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListGrnsParams", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/lib/api/grns.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_grns_grnsapi", "label": "grnsApi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "grnsApi", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/grns.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_lib_api_hr_reports", "label": "hr-reports.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "hr-reports.ts", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "file_type": "code", "degree": 13}, {"id": "frontend_erp_system_lib_api_hr_reports_hrreportsapi", "label": "hrReportsApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "hrReportsApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hr-reports.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_hrm_master_factory", "label": "hrm-master-factory.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "hrm-master-factory.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "file_type": "code", "degree": 11}, {"id": "frontend_erp_system_lib_api_hrm_master_factory_listmasterparams", "label": "ListMasterParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListMasterParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_hrm_master_factory_createmasterapi", "label": "createMasterApi()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "createMasterApi()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-master-factory.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_hrm_masters", "label": "hrm-masters.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 14.8, "font": {"size": 12, "color": "#ffffff"}, "title": "hrm-masters.ts", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 46}, {"id": "frontend_erp_system_lib_api_hrm_masters_createbranchrequest", "label": "CreateBranchRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateBranchRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_updatebranchrequest", "label": "UpdateBranchRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateBranchRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_brancheshrmapi", "label": "branchesHrmApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "branchesHrmApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_hrm_masters_createdepartmentrequest", "label": "CreateDepartmentRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateDepartmentRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_updatedepartmentrequest", "label": "UpdateDepartmentRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateDepartmentRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_departmentsapi", "label": "departmentsApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "departmentsApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_hrm_masters_createdesignationrequest", "label": "CreateDesignationRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateDesignationRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_updatedesignationrequest", "label": "UpdateDesignationRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateDesignationRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_designationsapi", "label": "designationsApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "designationsApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_hrm_masters_createemploymenttyperequest", "label": "CreateEmploymentTypeRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateEmploymentTypeRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_updateemploymenttyperequest", "label": "UpdateEmploymentTypeRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateEmploymentTypeRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_employmenttypesapi", "label": "employmentTypesApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "employmentTypesApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_hrm_masters_createworkshiftrequest", "label": "CreateWorkShiftRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateWorkShiftRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_updateworkshiftrequest", "label": "UpdateWorkShiftRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateWorkShiftRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_workshiftsapi", "label": "workShiftsApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "workShiftsApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_hrm_masters_createhrdocumenttyperequest", "label": "CreateHrDocumentTypeRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateHrDocumentTypeRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_hrm_masters_updatehrdocumenttyperequest", "label": "UpdateHrDocumentTypeRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateHrDocumentTypeRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_hrdocumenttypesapi", "label": "hrDocumentTypesApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "hrDocumentTypesApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_hrm_masters_createleavetyperequest", "label": "CreateLeaveTypeRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateLeaveTypeRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_updateleavetyperequest", "label": "UpdateLeaveTypeRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateLeaveTypeRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_leavetypesapi", "label": "leaveTypesApi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "leaveTypesApi", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_hrm_masters_createsalarycomponentrequest", "label": "CreateSalaryComponentRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateSalaryComponentRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_hrm_masters_updatesalarycomponentrequest", "label": "UpdateSalaryComponentRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateSalaryComponentRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_hrm_masters_salarycomponentsapi", "label": "salaryComponentsApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "salaryComponentsApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/hrm-masters.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_item_types", "label": "item-types.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "item-types.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "file_type": "code", "degree": 16}, {"id": "frontend_erp_system_lib_api_item_types_listitemtypesparams", "label": "ListItemTypesParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListItemTypesParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_item_types_itemtypesapi", "label": "itemTypesApi", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "itemTypesApi", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/item-types.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_items", "label": "items.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.5, "font": {"size": 0, "color": "#ffffff"}, "title": "items.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/items.ts", "file_type": "code", "degree": 43}, {"id": "frontend_erp_system_lib_api_items_listitemsparams", "label": "ListItemsParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ListItemsParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/items.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_items_itemsapi", "label": "itemsApi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "itemsApi", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/items.ts", "file_type": "code", "degree": 24}, {"id": "frontend_erp_system_lib_api_leave", "label": "leave.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "leave.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/leave.ts", "file_type": "code", "degree": 12}, {"id": "frontend_erp_system_lib_api_leave_listleaverequestsparams", "label": "ListLeaveRequestsParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListLeaveRequestsParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/leave.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_leave_createleaverequestrequest", "label": "CreateLeaveRequestRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateLeaveRequestRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/leave.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_leave_leaverequestsapi", "label": "leaveRequestsApi", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "leaveRequestsApi", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/leave.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_nav", "label": "nav.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "nav.ts", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/nav.ts", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_lib_api_nav_navapi", "label": "navApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "navApi", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/nav.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_payroll", "label": "payroll.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "payroll.ts", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "file_type": "code", "degree": 23}, {"id": "frontend_erp_system_lib_api_payroll_listpayrollrunsparams", "label": "ListPayrollRunsParams", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListPayrollRunsParams", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_payroll_generatepayrollrunrequest", "label": "GeneratePayrollRunRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GeneratePayrollRunRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_payroll_payrollrunsapi", "label": "payrollRunsApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "payrollRunsApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_payroll_payrollstatutorysettingsapi", "label": "payrollStatutorySettingsApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "payrollStatutorySettingsApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_payroll_taxslabsapi", "label": "taxSlabsApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "taxSlabsApi", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_payroll_payslipviewurl", "label": "payslipViewUrl()", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "payslipViewUrl()", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/lib/api/payroll.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_product_config", "label": "product-config.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "product-config.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "file_type": "code", "degree": 13}, {"id": "frontend_erp_system_lib_api_product_config_productconfigapi", "label": "productConfigApi", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "productConfigApi", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_product_config_productconfig", "label": "productConfig()", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "productConfig()", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/product-config.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_lib_api_production_runs", "label": "production-runs.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 13.7, "font": {"size": 0, "color": "#ffffff"}, "title": "production-runs.ts", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "file_type": "code", "degree": 35}, {"id": "frontend_erp_system_lib_api_production_runs_listrunsparams", "label": "ListRunsParams", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListRunsParams", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "label": "productionRunsApi", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "productionRunsApi", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_lib_api_production_runs_stale_stage_codes", "label": "STALE_STAGE_CODES", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "STALE_STAGE_CODES", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_production_runs_isstalestageerror", "label": "isStaleStageError()", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isStaleStageError()", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/lib/api/production-runs.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_production_templates", "label": "production-templates.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "production-templates.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "file_type": "code", "degree": 17}, {"id": "frontend_erp_system_lib_api_production_templates_listtemplatesparams", "label": "ListTemplatesParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListTemplatesParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_production_templates_productiontemplatesapi", "label": "productionTemplatesApi", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "productionTemplatesApi", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/lib/api/production-templates.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_purchase_orders", "label": "purchase-orders.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.2, "font": {"size": 0, "color": "#ffffff"}, "title": "purchase-orders.ts", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "file_type": "code", "degree": 21}, {"id": "frontend_erp_system_lib_api_purchase_orders_listpurchaseordersparams", "label": "ListPurchaseOrdersParams", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListPurchaseOrdersParams", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_purchase_orders_ispoeditable", "label": "isPoEditable()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "isPoEditable()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "label": "purchaseOrdersApi", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "purchaseOrdersApi", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/purchase-orders.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_lib_api_purchase_returns", "label": "purchase-returns.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "purchase-returns.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "file_type": "code", "degree": 13}, {"id": "frontend_erp_system_lib_api_purchase_returns_listpurchasereturnsparams", "label": "ListPurchaseReturnsParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ListPurchaseReturnsParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_purchase_returns_purchasereturnsapi", "label": "purchaseReturnsApi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "purchaseReturnsApi", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/purchase-returns.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_reason_codes", "label": "reason-codes.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "reason-codes.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "file_type": "code", "degree": 18}, {"id": "frontend_erp_system_lib_api_reason_codes_listreasoncodesparams", "label": "ListReasonCodesParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListReasonCodesParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "label": "reasonCodesApi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "reasonCodesApi", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/reason-codes.ts", "file_type": "code", "degree": 9}, {"id": "frontend_erp_system_lib_api_requisitions", "label": "requisitions.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "requisitions.ts", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "file_type": "code", "degree": 17}, {"id": "frontend_erp_system_lib_api_requisitions_listrequisitionsparams", "label": "ListRequisitionsParams", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListRequisitionsParams", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "label": "requisitionsApi", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "requisitionsApi", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/requisitions.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_lib_api_rfqs", "label": "rfqs.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "rfqs.ts", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "file_type": "code", "degree": 19}, {"id": "frontend_erp_system_lib_api_rfqs_listrfqsparams", "label": "ListRfqsParams", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListRfqsParams", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_rfqs_rfqsapi", "label": "rfqsApi", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rfqsApi", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/rfqs.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_lib_api_roles", "label": "roles.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "roles.ts", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/roles.ts", "file_type": "code", "degree": 20}, {"id": "frontend_erp_system_lib_api_roles_listrolesparams", "label": "ListRolesParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListRolesParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/roles.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_roles_rolesapi", "label": "rolesApi", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "rolesApi", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/roles.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_lib_api_stock_adjustments", "label": "stock-adjustments.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "stock-adjustments.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "file_type": "code", "degree": 14}, {"id": "frontend_erp_system_lib_api_stock_adjustments_listadjustmentsparams", "label": "ListAdjustmentsParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ListAdjustmentsParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_stock_adjustments_stockadjustmentsapi", "label": "stockAdjustmentsApi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "stockAdjustmentsApi", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock-adjustments.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_stock_counts", "label": "stock-counts.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "stock-counts.ts", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "file_type": "code", "degree": 17}, {"id": "frontend_erp_system_lib_api_stock_counts_listcountsparams", "label": "ListCountsParams", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListCountsParams", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_stock_counts_stockcountsapi", "label": "stockCountsApi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "stockCountsApi", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock-counts.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_stock_transfers", "label": "stock-transfers.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.9, "font": {"size": 0, "color": "#ffffff"}, "title": "stock-transfers.ts", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "file_type": "code", "degree": 18}, {"id": "frontend_erp_system_lib_api_stock_transfers_listtransfersparams", "label": "ListTransfersParams", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListTransfersParams", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_stock_transfers_stocktransfersapi", "label": "stockTransfersApi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "stockTransfersApi", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock-transfers.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_api_stock", "label": "api/stock.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "api/stock.ts", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock.ts", "file_type": "code", "degree": 20}, {"id": "frontend_erp_system_lib_api_stock_ledgerquery", "label": "LedgerQuery", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LedgerQuery", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_stock_onhandlistparams", "label": "OnHandListParams", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "OnHandListParams", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_stock_stockapi", "label": "stockApi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "stockApi", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/stock.ts", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_lib_api_uoms", "label": "uoms.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "uoms.ts", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "file_type": "code", "degree": 19}, {"id": "frontend_erp_system_lib_api_uoms_listuomsparams", "label": "ListUomsParams", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ListUomsParams", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "uomsApi", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "uomsApi", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/uoms.ts", "file_type": "code", "degree": 10}, {"id": "frontend_erp_system_lib_api_users", "label": "api/users.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "api/users.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/users.ts", "file_type": "code", "degree": 14}, {"id": "frontend_erp_system_lib_api_users_listusersparams", "label": "ListUsersParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ListUsersParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/users.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_users_usersapi", "label": "usersApi", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "usersApi", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/users.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_api_vendors", "label": "vendors.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "vendors.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "file_type": "code", "degree": 23}, {"id": "frontend_erp_system_lib_api_vendors_listvendorsparams", "label": "ListVendorsParams", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ListVendorsParams", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "vendorsApi", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "vendorsApi", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/api/vendors.ts", "file_type": "code", "degree": 10}, {"id": "frontend_erp_system_lib_api_warehouses", "label": "warehouses.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 13.8, "font": {"size": 0, "color": "#ffffff"}, "title": "warehouses.ts", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "file_type": "code", "degree": 36}, {"id": "frontend_erp_system_lib_api_warehouses_listwarehousesparams", "label": "ListWarehousesParams", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ListWarehousesParams", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "warehousesApi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.6, "font": {"size": 0, "color": "#ffffff"}, "title": "warehousesApi", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/warehouses.ts", "file_type": "code", "degree": 25}, {"id": "frontend_erp_system_lib_api_wastage", "label": "wastage.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.8, "font": {"size": 0, "color": "#ffffff"}, "title": "wastage.ts", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "file_type": "code", "degree": 17}, {"id": "frontend_erp_system_lib_api_wastage_wastage_codes", "label": "WASTAGE_CODES", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WASTAGE_CODES", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "label": "isWastageReasonCode()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "isWastageReasonCode()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_lib_api_wastage_wastagereasoncodeids", "label": "wastageReasonCodeIds()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "wastageReasonCodeIds()", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_wastage_wastagerecord", "label": "WastageRecord", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "WastageRecord", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_api_wastage_listwastageparams", "label": "ListWastageParams", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ListWastageParams", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_wastage_recordwastageinput", "label": "RecordWastageInput", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RecordWastageInput", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_api_wastage_wastageapi", "label": "wastageApi", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "wastageApi", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/api/wastage.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_auth_session", "label": "auth-session.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "auth-session.ts", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/lib/auth-session.ts", "file_type": "code", "degree": 8}, {"id": "frontend_erp_system_lib_auth_session_setstoreduser", "label": "setStoredUser()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "setStoredUser()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/lib/auth-session.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_auth_session_getstoreduser", "label": "getStoredUser()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "getStoredUser()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/lib/auth-session.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_auth_session_clearstoreduser", "label": "clearStoredUser()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "clearStoredUser()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/lib/auth-session.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_auth_session_displayname", "label": "displayName()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "displayName()", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/lib/auth-session.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_error_map", "label": "error-map.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 17.8, "font": {"size": 12, "color": "#ffffff"}, "title": "error-map.ts", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/error-map.ts", "file_type": "code", "degree": 75}, {"id": "frontend_erp_system_lib_error_map_apierrorlike", "label": "ApiErrorLike", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ApiErrorLike", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/error-map.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_error_map_generic_codes", "label": "GENERIC_CODES", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GENERIC_CODES", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/lib/error-map.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_error_map_detail_preferred_codes", "label": "DETAIL_PREFERRED_CODES", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "DETAIL_PREFERRED_CODES", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/lib/error-map.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_error_map_code_messages", "label": "CODE_MESSAGES", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CODE_MESSAGES", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/error-map.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_error_map_errormessage", "label": "errorMessage()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 20.9, "font": {"size": 12, "color": "#ffffff"}, "title": "errorMessage()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/lib/error-map.ts", "file_type": "code", "degree": 104}, {"id": "frontend_erp_system_lib_error_map_fielderrors", "label": "fieldErrors()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "fieldErrors()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/error-map.ts", "file_type": "code", "degree": 8}, {"id": "frontend_erp_system_lib_production_status_colors", "label": "production-status-colors.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "production-status-colors.ts", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "file_type": "code", "degree": 9}, {"id": "frontend_erp_system_lib_production_status_colors_stagestatus", "label": "StageStatus", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StageStatus", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_production_status_colors_stage_status_order", "label": "STAGE_STATUS_ORDER", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "STAGE_STATUS_ORDER", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_lib_production_status_colors_stage_status_color", "label": "STAGE_STATUS_COLOR", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "STAGE_STATUS_COLOR", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_lib_production_status_colors_stage_status_label", "label": "STAGE_STATUS_LABEL", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "STAGE_STATUS_LABEL", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/production-status-colors.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_lib_utils", "label": "utils.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 20.5, "font": {"size": 12, "color": "#ffffff"}, "title": "utils.ts", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/lib/utils.ts", "file_type": "code", "degree": 100}, {"id": "frontend_erp_system_lib_utils_cn", "label": "cn()", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 40.0, "font": {"size": 12, "color": "#ffffff"}, "title": "cn()", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/lib/utils.ts", "file_type": "code", "degree": 287}, {"id": "frontend_erp_system_lib_validations", "label": "validations.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "validations.ts", "community": 137, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/lib/validations.ts", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_lib_validations_requiredstring", "label": "requiredString()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "requiredString()", "community": 137, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/lib/validations.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_validations_emailschema", "label": "emailSchema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "emailSchema", "community": 137, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/lib/validations.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_validations_loginschema", "label": "loginSchema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "loginSchema", "community": 137, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/lib/validations.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_loginvalues", "label": "LoginValues", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoginValues", "community": 137, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/lib/validations.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_validateemail", "label": "validateEmail()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "validateEmail()", "community": 137, "community_name": "Frontend Pages", "source_file": "Frontend/erp-system/lib/validations.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_validations_grn", "label": "validations/grn.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "validations/grn.ts", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_lib_validations_grn_grnheaderschema", "label": "grnHeaderSchema", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "grnHeaderSchema", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_grn_validateline", "label": "validateLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "validateLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_validations_grn_splitserials", "label": "splitSerials()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "splitSerials()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/validations/grn.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_validations_master_data", "label": "validations/master-data.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "validations/master-data.ts", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "file_type": "code", "degree": 16}, {"id": "frontend_erp_system_lib_validations_master_data_validateitemform", "label": "validateItemForm()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validateItemForm()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_master_data_validatereorderline", "label": "validateReorderLine()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validateReorderLine()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_validations_master_data_validateconversionline", "label": "validateConversionLine()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validateConversionLine()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_lib_validations_master_data_validateuomname", "label": "validateUomName()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validateUomName()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_master_data_validatecategoryname", "label": "validateCategoryName()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "validateCategoryName()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_validations_master_data_validatebrandname", "label": "validateBrandName()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validateBrandName()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_master_data_validateitemtypename", "label": "validateItemTypeName()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validateItemTypeName()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_master_data_validatevariantitemform", "label": "validateVariantItemForm()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validateVariantItemForm()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_master_data_validatevariantprices", "label": "validateVariantPrices()", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validateVariantPrices()", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/lib/validations/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_procurement", "label": "validations/procurement.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "validations/procurement.ts", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "file_type": "code", "degree": 11}, {"id": "frontend_erp_system_lib_validations_procurement_validaterequisitionline", "label": "validateRequisitionLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validateRequisitionLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_procurement_validaterfqline", "label": "validateRfqLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validateRfqLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_procurement_validatequotationline", "label": "validateQuotationLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validateQuotationLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_lib_validations_procurement_validatepoline", "label": "validatePoLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "validatePoLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_lib_validations_procurement_validatereturnline", "label": "validateReturnLine()", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "validateReturnLine()", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/lib/validations/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_next_config", "label": "next.config.ts", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next.config.ts", "community": 169, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/next.config.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_next_config_nextconfig", "label": "nextConfig", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "nextConfig", "community": 169, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/next.config.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_package", "label": "package.json", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "package.json", "community": 126, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_package_name", "label": "name", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "name", "community": 126, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_package_version", "label": "version", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "version", "community": 126, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_package_private", "label": "private", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "private", "community": 126, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_package_scripts", "label": "scripts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "scripts", "community": 126, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_package_scripts_dev", "label": "dev", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dev", "community": 126, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_package_scripts_build", "label": "build", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "build", "community": 126, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_package_scripts_start", "label": "start", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "start", "community": 126, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_package_scripts_lint", "label": "lint", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lint", "community": 126, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_package_dependencies", "label": "dependencies", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "dependencies", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 23}, {"id": "frontend_erp_system_package_dependencies_base_ui_react", "label": "@base-ui/react", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "@base-ui/react", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "base_ui_react", "label": "@base-ui/react", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@base-ui/react", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_hookform_resolvers", "label": "@hookform/resolvers", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "@hookform/resolvers", "community": 170, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "hookform_resolvers", "label": "@hookform/resolvers", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@hookform/resolvers", "community": 170, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_radix_ui_react_icons", "label": "@radix-ui/react-icons", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-icons", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "radix_ui_react_icons", "label": "@radix-ui/react-icons", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@radix-ui/react-icons", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_tanstack_react_query", "label": "@tanstack/react-query", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "@tanstack/react-query", "community": 178, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "tanstack_react_query", "label": "@tanstack/react-query", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@tanstack/react-query", "community": 178, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_xyflow_react", "label": "@xyflow/react", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "@xyflow/react", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "xyflow_react", "label": "@xyflow/react", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@xyflow/react", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_chart_js", "label": "chart.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "chart.js", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "chart_js", "label": "chart.js", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "chart.js", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_class_variance_authority", "label": "class-variance-authority", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "class-variance-authority", "community": 162, "community_name": "Component Group 162", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "class_variance_authority", "label": "class-variance-authority", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "class-variance-authority", "community": 162, "community_name": "Component Group 162", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_clsx", "label": "clsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "clsx", "community": 163, "community_name": "Component Group 163", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "clsx", "label": "clsx", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "clsx", "community": 163, "community_name": "Component Group 163", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_date_fns", "label": "date-fns", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "date-fns", "community": 164, "community_name": "Component Group 164", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "date_fns", "label": "date-fns", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "date-fns", "community": 164, "community_name": "Component Group 164", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_lucide_react", "label": "lucide-react", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "lucide-react", "community": 171, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "lucide_react", "label": "lucide-react", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "lucide-react", "community": 171, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_next", "label": "next", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "next", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "next", "label": "next", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_next_themes", "label": "next-themes", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "next-themes", "community": 172, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "next_themes", "label": "next-themes", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next-themes", "community": 172, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_react", "label": "react", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "react", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 8}, {"id": "react", "label": "react", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "react", "community": 0, "community_name": "HRM Dashboard Pages", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_react_chartjs_2", "label": "react-chartjs-2", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "react-chartjs-2", "community": 173, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "react_chartjs_2", "label": "react-chartjs-2", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "react-chartjs-2", "community": 173, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_react_day_picker", "label": "react-day-picker", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "react-day-picker", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "react_day_picker", "label": "react-day-picker", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "react-day-picker", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_react_dom", "label": "react-dom", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "react-dom", "community": 174, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "react_dom", "label": "react-dom", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "react-dom", "community": 174, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_react_hook_form", "label": "react-hook-form", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "react-hook-form", "community": 175, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "react_hook_form", "label": "react-hook-form", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "react-hook-form", "community": 175, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_react_loading_skeleton", "label": "react-loading-skeleton", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "react-loading-skeleton", "community": 176, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "react_loading_skeleton", "label": "react-loading-skeleton", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "react-loading-skeleton", "community": 176, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_shadcn", "label": "shadcn", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "shadcn", "community": 177, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "shadcn", "label": "shadcn", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "shadcn", "community": 177, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_tailwind_merge", "label": "tailwind-merge", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind-merge", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "tailwind_merge", "label": "tailwind-merge", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind-merge", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_tw_animate_css", "label": "tw-animate-css", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tw-animate-css", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "tw_animate_css", "label": "tw-animate-css", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tw-animate-css", "community": 80, "community_name": "React UI Components", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_dependencies_zod", "label": "zod", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "zod", "community": 179, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "zod", "label": "zod", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "zod", "community": 179, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_devdependencies", "label": "devDependencies", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "devDependencies", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 9}, {"id": "frontend_erp_system_package_devdependencies_tailwindcss_postcss", "label": "@tailwindcss/postcss", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "@tailwindcss/postcss", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "tailwindcss_postcss", "label": "@tailwindcss/postcss", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@tailwindcss/postcss", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_devdependencies_types_node", "label": "@types/node", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/node", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "types_node", "label": "@types/node", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/node", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_devdependencies_types_react", "label": "@types/react", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/react", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "types_react", "label": "@types/react", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/react", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_devdependencies_types_react_dom", "label": "@types/react-dom", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/react-dom", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "types_react_dom", "label": "@types/react-dom", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "@types/react-dom", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_devdependencies_eslint", "label": "eslint", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "eslint", "label": "eslint", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_devdependencies_eslint_config_next", "label": "eslint-config-next", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint-config-next", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "eslint_config_next", "label": "eslint-config-next", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "eslint-config-next", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_devdependencies_tailwindcss", "label": "tailwindcss", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwindcss", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "tailwindcss", "label": "tailwindcss", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwindcss", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_package_devdependencies_typescript", "label": "typescript", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "typescript", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "code", "degree": 2}, {"id": "typescript", "label": "typescript", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "typescript", "community": 81, "community_name": "Build & Config", "source_file": "Frontend/erp-system/package.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_postcss_config", "label": "postcss.config.mjs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "postcss.config.mjs", "community": 180, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/postcss.config.mjs", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_postcss_config_config", "label": "config", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "config", "community": 180, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/postcss.config.mjs", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_proxy", "label": "proxy.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "proxy.ts", "community": 161, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/proxy.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_proxy_proxy", "label": "proxy()", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "proxy()", "community": 161, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/proxy.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_proxy_config", "label": "config", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "config", "community": 161, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/proxy.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tailwind_config", "label": "tailwind.config.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "tailwind.config.ts", "community": 181, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/tailwind.config.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tailwind_config_config", "label": "config", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "config", "community": 181, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/tailwind.config.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig", "label": "tsconfig.json", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "tsconfig.json", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_tsconfig_compileroptions", "label": "compilerOptions", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 11.7, "font": {"size": 0, "color": "#ffffff"}, "title": "compilerOptions", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 16}, {"id": "frontend_erp_system_tsconfig_compileroptions_target", "label": "target", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "target", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_lib", "label": "lib", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "lib", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 4}, {"id": "ref_dom", "label": "dom", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dom", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "concept", "degree": 1}, {"id": "ref_dom_iterable", "label": "dom.iterable", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "dom.iterable", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "concept", "degree": 1}, {"id": "ref_esnext", "label": "esnext", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "esnext", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_allowjs", "label": "allowJs", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "allowJs", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_skiplibcheck", "label": "skipLibCheck", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "skipLibCheck", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_strict", "label": "strict", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "strict", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_noemit", "label": "noEmit", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "noEmit", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_esmoduleinterop", "label": "esModuleInterop", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "esModuleInterop", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_module", "label": "module", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "module", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_moduleresolution", "label": "moduleResolution", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "moduleResolution", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_resolvejsonmodule", "label": "resolveJsonModule", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "resolveJsonModule", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_isolatedmodules", "label": "isolatedModules", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "isolatedModules", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_jsx", "label": "jsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "jsx", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_incremental", "label": "incremental", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "incremental", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_plugins", "label": "plugins", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "plugins", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_compileroptions_paths", "label": "paths", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "paths", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_tsconfig_include", "label": "include", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "include", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 7}, {"id": "ref_next_env_d_ts", "label": "next-env.d.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "next-env.d.ts", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "concept", "degree": 1}, {"id": "ref_ts", "label": "**/*.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "**/*.ts", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "concept", "degree": 1}, {"id": "ref_tsx", "label": "**/*.tsx", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "**/*.tsx", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "concept", "degree": 1}, {"id": "ref_next_types_ts", "label": ".next/types/**/*.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".next/types/**/*.ts", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "concept", "degree": 1}, {"id": "ref_next_dev_types_ts", "label": ".next/dev/types/**/*.ts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": ".next/dev/types/**/*.ts", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "concept", "degree": 1}, {"id": "ref_mts", "label": "**/*.mts", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "**/*.mts", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_tsconfig_exclude", "label": "exclude", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "exclude", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "code", "degree": 2}, {"id": "ref_node_modules", "label": "node_modules", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "node_modules", "community": 50, "community_name": "Build & Config", "source_file": "Frontend/erp-system/tsconfig.json", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_types_auth", "label": "types/auth.ts", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "types/auth.ts", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/types/auth.ts", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_types_auth_authuser", "label": "AuthUser", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthUser", "community": 47, "community_name": "App Header Layout", "source_file": "Frontend/erp-system/types/auth.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_auth_authsession", "label": "AuthSession", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthSession", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/types/auth.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_auth_loginrequest", "label": "LoginRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoginRequest", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/types/auth.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_auth_registerrequest", "label": "RegisterRequest", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RegisterRequest", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/types/auth.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_common", "label": "common.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 16.3, "font": {"size": 12, "color": "#ffffff"}, "title": "common.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/common.ts", "file_type": "code", "degree": 60}, {"id": "frontend_erp_system_types_common_paginationmeta", "label": "PaginationMeta", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 12.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PaginationMeta", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/types/common.ts", "file_type": "code", "degree": 24}, {"id": "frontend_erp_system_types_common_pagedresponse", "label": "PagedResponse", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "PagedResponse", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/common.ts", "file_type": "code", "degree": 27}, {"id": "frontend_erp_system_types_common_apiresult", "label": "ApiResult", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 11.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ApiResult", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/common.ts", "file_type": "code", "degree": 14}, {"id": "frontend_erp_system_types_common_problemdetails", "label": "ProblemDetails", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProblemDetails", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/common.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_common_entitystatus", "label": "EntityStatus", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 14.6, "font": {"size": 12, "color": "#ffffff"}, "title": "EntityStatus", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/common.ts", "file_type": "code", "degree": 44}, {"id": "frontend_erp_system_types_common_ts_docref_rfc_7807", "label": "RFC-7807", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RFC-7807", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/common.ts", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_types_dashboard", "label": "types/dashboard.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "types/dashboard.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/dashboard.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_dashboard_warehousevaluation", "label": "WarehouseValuation", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "WarehouseValuation", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/dashboard.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_dashboard_dashboardstats", "label": "DashboardStats", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DashboardStats", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/dashboard.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_grn", "label": "types/grn.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.1, "font": {"size": 0, "color": "#ffffff"}, "title": "types/grn.ts", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 20}, {"id": "frontend_erp_system_types_grn_grnstatus", "label": "GrnStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnStatus", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_grn_holdstatus", "label": "HoldStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "HoldStatus", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_grn_purchaseorderstatus", "label": "PurchaseOrderStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderStatus", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_grn_batchinput", "label": "BatchInput", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "BatchInput", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_grn_creategrnlineinput", "label": "CreateGrnLineInput", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateGrnLineInput", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_grn_creategrnrequest", "label": "CreateGrnRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateGrnRequest", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_grn_grnline", "label": "GrnLine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnLine", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_grn_grn", "label": "Grn", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Grn", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_grn_grnsummary", "label": "GrnSummary", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "GrnSummary", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_grn_createdlayer", "label": "CreatedLayer", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatedLayer", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_grn_confirmgrnresponse", "label": "ConfirmGrnResponse", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ConfirmGrnResponse", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_grn_releaseaction", "label": "ReleaseAction", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReleaseAction", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_grn_releasegrnlinerequest", "label": "ReleaseGrnLineRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReleaseGrnLineRequest", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_grn_releasegrnlineresponse", "label": "ReleaseGrnLineResponse", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReleaseGrnLineResponse", "community": 63, "community_name": "GRN Receiving Frontend", "source_file": "Frontend/erp-system/types/grn.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_hrm", "label": "hrm.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 18.5, "font": {"size": 12, "color": "#ffffff"}, "title": "hrm.ts", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 81}, {"id": "frontend_erp_system_types_hrm_branch", "label": "Branch", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "Branch", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_hrm_department", "label": "Department", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Department", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_types_hrm_designation", "label": "Designation", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Designation", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_types_hrm_employmenttype", "label": "EmploymentType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "EmploymentType", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_types_hrm_workshift", "label": "WorkShift", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "WorkShift", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_types_hrm_hrdocumentcategory", "label": "HrDocumentCategory", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentCategory", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_hrm_hrdocumenttype", "label": "HrDocumentType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "HrDocumentType", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_types_hrm_employeestatus", "label": "EmployeeStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeStatus", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_gender", "label": "Gender", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Gender", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_hrm_employeelistitem", "label": "EmployeeListItem", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeListItem", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_hrm_employeedetail", "label": "EmployeeDetail", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDetail", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_createemployeerequest", "label": "CreateEmployeeRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateEmployeeRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_updateemployeerequest", "label": "UpdateEmployeeRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateEmployeeRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_hrm_employeebankdetail", "label": "EmployeeBankDetail", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeBankDetail", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_hrm_employeematch", "label": "EmployeeMatch", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeMatch", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_usermatch", "label": "UserMatch", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UserMatch", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_employeedocumentstatus", "label": "EmployeeDocumentStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocumentStatus", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_hrm_employeedocument", "label": "EmployeeDocument", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeDocument", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_attendancesourcetype", "label": "AttendanceSourceType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceSourceType", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_hrm_attendancebatchstatus", "label": "AttendanceBatchStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceBatchStatus", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_attendancestatusvalue", "label": "AttendanceStatusValue", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceStatusValue", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_hrm_rowvalidationstatus", "label": "RowValidationStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RowValidationStatus", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_hrm_attendanceuploadbatch", "label": "AttendanceUploadBatch", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceUploadBatch", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_hrm_attendancerecord", "label": "AttendanceRecord", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceRecord", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_leavetype", "label": "LeaveType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveType", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_hrm_leaverequeststatus", "label": "LeaveRequestStatus", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequestStatus", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_hrm_leaverequest", "label": "LeaveRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveRequest", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_leavebalance", "label": "LeaveBalance", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalance", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_hrm_salarycomponenttype", "label": "SalaryComponentType", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponentType", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_hrm_salarycomponent", "label": "SalaryComponent", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryComponent", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_types_hrm_employeesalarystructureline", "label": "EmployeeSalaryStructureLine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructureLine", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_hrm_salarystructurestatus", "label": "SalaryStructureStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryStructureStatus", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_hrm_employeesalarystructure", "label": "EmployeeSalaryStructure", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeSalaryStructure", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_loankind", "label": "LoanKind", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanKind", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_hrm_loanstatus", "label": "LoanStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanStatus", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_hrm_loaninstallmentstatus", "label": "LoanInstallmentStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanInstallmentStatus", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_hrm_loaninstallment", "label": "LoanInstallment", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LoanInstallment", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_hrm_employeeloan", "label": "EmployeeLoan", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "EmployeeLoan", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_payrollstatutorysetting", "label": "PayrollStatutorySetting", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollStatutorySetting", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_taxslab", "label": "TaxSlab", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "TaxSlab", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_payrollrunstatus", "label": "PayrollRunStatus", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRunStatus", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_hrm_payrolllinecomponentcategory", "label": "PayrollLineComponentCategory", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineComponentCategory", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_hrm_payrolllinecomponent", "label": "PayrollLineComponent", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineComponent", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_hrm_payrollline", "label": "PayrollLine", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLine", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_payrolllinedetail", "label": "PayrollLineDetail", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollLineDetail", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_payrollrun", "label": "PayrollRun", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRun", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_hrm_payslip", "label": "Payslip", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Payslip", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_attendancesummaryrow", "label": "AttendanceSummaryRow", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceSummaryRow", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_overtimereportrow", "label": "OvertimeReportRow", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OvertimeReportRow", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_latearrivalreportrow", "label": "LateArrivalReportRow", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LateArrivalReportRow", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_payrollregisterrow", "label": "PayrollRegisterRow", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRegisterRow", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_salaryhistoryrow", "label": "SalaryHistoryRow", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SalaryHistoryRow", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_leavebalancereportrow", "label": "LeaveBalanceReportRow", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "LeaveBalanceReportRow", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_hrm_documentexpiryreportrow", "label": "DocumentExpiryReportRow", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DocumentExpiryReportRow", "community": 3, "community_name": "Employee Profile UI", "source_file": "Frontend/erp-system/types/hrm.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_master_data", "label": "types/master-data.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 19.2, "font": {"size": 12, "color": "#ffffff"}, "title": "types/master-data.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 88}, {"id": "frontend_erp_system_types_master_data_stocknature", "label": "StockNature", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockNature", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_master_data_trackingmode", "label": "TrackingMode", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "TrackingMode", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_types_master_data_itemlistitem", "label": "ItemListItem", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemListItem", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 27}, {"id": "frontend_erp_system_types_master_data_itemreordersetting", "label": "ItemReorderSetting", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemReorderSetting", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_uomconversion", "label": "UomConversion", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "UomConversion", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_master_data_item", "label": "Item", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Item", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_master_data_createitemrequest", "label": "CreateItemRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateItemRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_updateitemrequest", "label": "UpdateItemRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateItemRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_updateitemreorderrequest", "label": "UpdateItemReorderRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateItemReorderRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_updateuomconversionsrequest", "label": "UpdateUomConversionsRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateUomConversionsRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_updateuomconversionsresponse", "label": "UpdateUomConversionsResponse", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateUomConversionsResponse", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_warehouse", "label": "Warehouse", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 12.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Warehouse", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 23}, {"id": "frontend_erp_system_types_master_data_createwarehouserequest", "label": "CreateWarehouseRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateWarehouseRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_bin", "label": "Bin", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "Bin", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 9}, {"id": "frontend_erp_system_types_master_data_createbinrequest", "label": "CreateBinRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateBinRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_vendor", "label": "Vendor", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Vendor", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 12}, {"id": "frontend_erp_system_types_master_data_createvendorrequest", "label": "CreateVendorRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateVendorRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_updatevendorrequest", "label": "UpdateVendorRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateVendorRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_uom", "label": "Uom", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 11.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Uom", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 11}, {"id": "frontend_erp_system_types_master_data_createuomrequest", "label": "CreateUomRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateUomRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_category", "label": "Category", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Category", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_types_master_data_createcategoryrequest", "label": "CreateCategoryRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateCategoryRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_updatecategoryrequest", "label": "UpdateCategoryRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateCategoryRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_subcategory", "label": "SubCategory", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "SubCategory", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_types_master_data_createsubcategoryrequest", "label": "CreateSubCategoryRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateSubCategoryRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_updatesubcategoryrequest", "label": "UpdateSubCategoryRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateSubCategoryRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_brand", "label": "Brand", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Brand", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_types_master_data_createbrandrequest", "label": "CreateBrandRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateBrandRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_updatebrandrequest", "label": "UpdateBrandRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateBrandRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_itemtype", "label": "ItemType", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ItemType", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_master_data_createitemtyperequest", "label": "CreateItemTypeRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateItemTypeRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_updateitemtyperequest", "label": "UpdateItemTypeRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateItemTypeRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_master_data_productconfig", "label": "ProductConfig", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductConfig", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_master_data_updateproductconfigrequest", "label": "UpdateProductConfigRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateProductConfigRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/master-data.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement", "label": "types/procurement.ts", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 15.3, "font": {"size": 12, "color": "#ffffff"}, "title": "types/procurement.ts", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 51}, {"id": "frontend_erp_system_types_procurement_requisitionstatus", "label": "RequisitionStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionStatus", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_procurement_reqline", "label": "ReqLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReqLine", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_procurement_requisition", "label": "Requisition", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Requisition", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_procurement_requisitionsummary", "label": "RequisitionSummary", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RequisitionSummary", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_procurement_createreqlineinput", "label": "CreateReqLineInput", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateReqLineInput", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_createrequisitionrequest", "label": "CreateRequisitionRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRequisitionRequest", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_rfqstatus", "label": "RfqStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqStatus", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_procurement_rfqline", "label": "RfqLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqLine", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_procurement_rfq", "label": "Rfq", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Rfq", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_procurement_rfqsummary", "label": "RfqSummary", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqSummary", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_procurement_createrfqlineinput", "label": "CreateRfqLineInput", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRfqLineInput", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_createrfqrequest", "label": "CreateRfqRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRfqRequest", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_quotationline", "label": "QuotationLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "QuotationLine", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_quotation", "label": "Quotation", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Quotation", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_createquotationrequest", "label": "CreateQuotationRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateQuotationRequest", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_rfqcomparisoncell", "label": "RfqComparisonCell", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqComparisonCell", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_procurement_rfqcomparisonrow", "label": "RfqComparisonRow", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqComparisonRow", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_procurement_rfqcomparison", "label": "RfqComparison", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "RfqComparison", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_procurement_purchaseorderstatus", "label": "PurchaseOrderStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderStatus", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_procurement_poline", "label": "PoLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PoLine", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_procurement_pototals", "label": "PoTotals", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PoTotals", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_procurement_purchaseorder", "label": "PurchaseOrder", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrder", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_procurement_purchaseordersummary", "label": "PurchaseOrderSummary", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseOrderSummary", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_procurement_createpolineinput", "label": "CreatePoLineInput", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatePoLineInput", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_procurement_createpurchaseorderrequest", "label": "CreatePurchaseOrderRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatePurchaseOrderRequest", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_updatepurchaseorderrequest", "label": "UpdatePurchaseOrderRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdatePurchaseOrderRequest", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_cancelpurchaseorderrequest", "label": "CancelPurchaseOrderRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancelPurchaseOrderRequest", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_purchasereturnstatus", "label": "PurchaseReturnStatus", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnStatus", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_procurement_purchasereturnline", "label": "PurchaseReturnLine", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnLine", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_procurement_purchasereturn", "label": "PurchaseReturn", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturn", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_purchasereturnsummary", "label": "PurchaseReturnSummary", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PurchaseReturnSummary", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_procurement_createpurchasereturnlineinput", "label": "CreatePurchaseReturnLineInput", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatePurchaseReturnLineInput", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_procurement_createpurchasereturnrequest", "label": "CreatePurchaseReturnRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatePurchaseReturnRequest", "community": 7, "community_name": "Purchase Order Frontend", "source_file": "Frontend/erp-system/types/procurement.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production", "label": "production.ts", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "production.ts", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 66}, {"id": "frontend_erp_system_types_production_templatestatus", "label": "TemplateStatus", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateStatus", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_production_productionrunstatus", "label": "ProductionRunStatus", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunStatus", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 8}, {"id": "frontend_erp_system_types_production_runstagestatus", "label": "RunStageStatus", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageStatus", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_stageinputsource", "label": "StageInputSource", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "StageInputSource", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_production_customfieldtype", "label": "CustomFieldType", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CustomFieldType", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_production_runstageeventtype", "label": "RunStageEventType", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageEventType", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_fielddef", "label": "FieldDef", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FieldDef", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_stageinput", "label": "StageInput", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StageInput", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_stageoutput", "label": "StageOutput", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StageOutput", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_templatestage", "label": "TemplateStage", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateStage", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_templateedge", "label": "TemplateEdge", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TemplateEdge", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_productiontemplatesummary", "label": "ProductionTemplateSummary", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionTemplateSummary", "community": 2, "community_name": "Attendance Management UI", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_production_canvasannotation", "label": "CanvasAnnotation", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CanvasAnnotation", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_productiontemplategraph", "label": "ProductionTemplateGraph", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionTemplateGraph", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_production_savestageinputinput", "label": "SaveStageInputInput", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveStageInputInput", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_savestageoutputinput", "label": "SaveStageOutputInput", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveStageOutputInput", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_savestageinput", "label": "SaveStageInput", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveStageInput", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_saveedgeinput", "label": "SaveEdgeInput", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveEdgeInput", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_savetemplaterequest", "label": "SaveTemplateRequest", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "SaveTemplateRequest", "community": 37, "community_name": "Production Template Graph UI", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_production_stagesummary", "label": "StageSummary", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StageSummary", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_production_costpool", "label": "CostPool", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CostPool", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_runstageinput", "label": "RunStageInput", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageInput", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_runstageoutput", "label": "RunStageOutput", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStageOutput", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_runstage", "label": "RunStage", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "RunStage", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_production_runedge", "label": "RunEdge", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunEdge", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_runevent", "label": "RunEvent", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RunEvent", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_productionrunsummary", "label": "ProductionRunSummary", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunSummary", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_production_productionrungraph", "label": "ProductionRunGraph", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionRunGraph", "community": 52, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_production_createrunrequest", "label": "CreateRunRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRunRequest", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_stagequantityline", "label": "StageQuantityLine", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StageQuantityLine", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_updatestagequantitiesrequest", "label": "UpdateStageQuantitiesRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateStageQuantitiesRequest", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_consumedlayer", "label": "ConsumedLayer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConsumedLayer", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_consumedinput", "label": "ConsumedInput", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConsumedInput", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_startstageresult", "label": "StartStageResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "StartStageResult", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_completeoutputline", "label": "CompleteOutputLine", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CompleteOutputLine", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_completestagerequest", "label": "CompleteStageRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CompleteStageRequest", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_transfer", "label": "Transfer", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Transfer", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_receipt", "label": "Receipt", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Receipt", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_approvestageresult", "label": "ApproveStageResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ApproveStageResult", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_transferline", "label": "TransferLine", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferLine", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_approvestagerequest", "label": "ApproveStageRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ApproveStageRequest", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_transferremainderrequest", "label": "TransferRemainderRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferRemainderRequest", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_transferresult", "label": "TransferResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferResult", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_returnleftoverrequest", "label": "ReturnLeftoverRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReturnLeftoverRequest", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_returnleftoverresult", "label": "ReturnLeftoverResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReturnLeftoverResult", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_rejectrequest", "label": "RejectRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RejectRequest", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_pulledback", "label": "PulledBack", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PulledBack", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_rejectintakeresult", "label": "RejectIntakeResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RejectIntakeResult", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_terminalrejectresult", "label": "TerminalRejectResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "TerminalRejectResult", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_cancelrunrequest", "label": "CancelRunRequest", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancelRunRequest", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_production_cancelreturn", "label": "CancelReturn", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CancelReturn", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_scrapwriteoff", "label": "ScrapWriteOff", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ScrapWriteOff", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_production_cancelrunresult", "label": "CancelRunResult", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CancelRunResult", "community": 26, "community_name": "Production API Client", "source_file": "Frontend/erp-system/types/production.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_rbac", "label": "rbac.ts", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 12.0, "font": {"size": 0, "color": "#ffffff"}, "title": "rbac.ts", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/rbac.ts", "file_type": "code", "degree": 19}, {"id": "frontend_erp_system_types_rbac_role", "label": "Role", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Role", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/rbac.ts", "file_type": "code", "degree": 7}, {"id": "frontend_erp_system_types_rbac_createrolerequest", "label": "CreateRoleRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateRoleRequest", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/rbac.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_rbac_updaterolerequest", "label": "UpdateRoleRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateRoleRequest", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/rbac.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_rbac_subnavitem", "label": "SubNavItem", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "SubNavItem", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/rbac.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_rbac_navitem", "label": "NavItem", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "NavItem", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/rbac.ts", "file_type": "code", "degree": 6}, {"id": "frontend_erp_system_types_rbac_rolepermissions", "label": "RolePermissions", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RolePermissions", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/rbac.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_rbac_assignrolepermissionsrequest", "label": "AssignRolePermissionsRequest", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AssignRolePermissionsRequest", "community": 73, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/rbac.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_rbac_meresponse", "label": "MeResponse", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "MeResponse", "community": 72, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/types/rbac.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock", "label": "types/stock.ts", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 16.9, "font": {"size": 12, "color": "#ffffff"}, "title": "types/stock.ts", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 66}, {"id": "frontend_erp_system_types_stock_currency", "label": "Currency", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Currency", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_stock_onhand", "label": "OnHand", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "OnHand", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_ledgerdirection", "label": "LedgerDirection", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "LedgerDirection", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_stock_ledgerentry", "label": "LedgerEntry", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "LedgerEntry", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_stock_valuationlayer", "label": "ValuationLayer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ValuationLayer", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_stock_valuation", "label": "Valuation", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Valuation", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_transferstatus", "label": "TransferStatus", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferStatus", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_stock_transferline", "label": "TransferLine", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "TransferLine", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_stock_stocktransfer", "label": "StockTransfer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransfer", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_stocktransfersummary", "label": "StockTransferSummary", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockTransferSummary", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_createtransferlineinput", "label": "CreateTransferLineInput", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateTransferLineInput", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_stock_createtransferrequest", "label": "CreateTransferRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateTransferRequest", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_stock_consumedlayer", "label": "ConsumedLayer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ConsumedLayer", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_stock_dispatchtransferresponse", "label": "DispatchTransferResponse", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "DispatchTransferResponse", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_receivetransferlineinput", "label": "ReceiveTransferLineInput", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReceiveTransferLineInput", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_stock_receivetransferrequest", "label": "ReceiveTransferRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ReceiveTransferRequest", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_stock_createdtransferlayer", "label": "CreatedTransferLayer", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CreatedTransferLayer", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_stock_receivetransferresponse", "label": "ReceiveTransferResponse", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ReceiveTransferResponse", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_adjustmentstatus", "label": "AdjustmentStatus", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentStatus", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_stock_adjustmentline", "label": "AdjustmentLine", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AdjustmentLine", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_stock_stockadjustment", "label": "StockAdjustment", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustment", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_stock_stockadjustmentsummary", "label": "StockAdjustmentSummary", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockAdjustmentSummary", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_createadjustmentlineinput", "label": "CreateAdjustmentLineInput", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateAdjustmentLineInput", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_stock_createadjustmentrequest", "label": "CreateAdjustmentRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateAdjustmentRequest", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_stock_counttype", "label": "CountType", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CountType", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_stock_countstatus", "label": "CountStatus", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "CountStatus", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 4}, {"id": "frontend_erp_system_types_stock_countline", "label": "CountLine", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "CountLine", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_stock_stockcount", "label": "StockCount", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCount", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_stockcountsummary", "label": "StockCountSummary", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "StockCountSummary", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_createcountrequest", "label": "CreateCountRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateCountRequest", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_stock_entercountlineinput", "label": "EnterCountLineInput", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EnterCountLineInput", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 1}, {"id": "frontend_erp_system_types_stock_entercountsrequest", "label": "EnterCountsRequest", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "EnterCountsRequest", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_stock_postcountresponse", "label": "PostCountResponse", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "PostCountResponse", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_reorderalert", "label": "ReorderAlert", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ReorderAlert", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_reorderrequisitionresponse", "label": "ReorderRequisitionResponse", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ReorderRequisitionResponse", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_stock_reasoncodecontext", "label": "ReasonCodeContext", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCodeContext", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 3}, {"id": "frontend_erp_system_types_stock_reasoncode", "label": "ReasonCode", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 11.0, "font": {"size": 0, "color": "#ffffff"}, "title": "ReasonCode", "community": 1, "community_name": "Dashboard & Procurement UI", "source_file": "Frontend/erp-system/types/stock.ts", "file_type": "code", "degree": 10}, {"id": "frontend_erp_system_types_users", "label": "types/users.ts", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.9, "font": {"size": 0, "color": "#ffffff"}, "title": "types/users.ts", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/users.ts", "file_type": "code", "degree": 9}, {"id": "frontend_erp_system_types_users_manageduser", "label": "ManagedUser", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "ManagedUser", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/users.ts", "file_type": "code", "degree": 5}, {"id": "frontend_erp_system_types_users_createuserrequest", "label": "CreateUserRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "CreateUserRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/users.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_users_updateuserrolerequest", "label": "UpdateUserRoleRequest", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UpdateUserRoleRequest", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/users.ts", "file_type": "code", "degree": 2}, {"id": "frontend_erp_system_types_users_usertypeoption", "label": "UserTypeOption", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "UserTypeOption", "community": 4, "community_name": "Product Catalog Frontend", "source_file": "Frontend/erp-system/types/users.ts", "file_type": "code", "degree": 3}, {"id": "parsedrow", "label": "ParsedRow", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ParsedRow", "community": 14, "community_name": "HRM Attendance DTOs", "source_file": "", "file_type": "code", "degree": 2}, {"id": "stagedraft", "label": "StageDraft", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "StageDraft", "community": 89, "community_name": "Production Graph Validator", "source_file": "", "file_type": "code", "degree": 1}, {"id": "edgedraft", "label": "EdgeDraft", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "EdgeDraft", "community": 89, "community_name": "Production Graph Validator", "source_file": "", "file_type": "code", "degree": 1}, {"id": "receipt", "label": "Receipt", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Receipt", "community": 19, "community_name": "Production Run Entities", "source_file": "", "file_type": "code", "degree": 1}, {"id": "readme_erp_system", "label": "ERP System (Inventory & Supply Chain)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP System (Inventory &amp; Supply Chain)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "README.md", "file_type": "document", "degree": 4}, {"id": "docs_00_core_hub", "label": "00-CORE Hub Document", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 11.4, "font": {"size": 0, "color": "#ffffff"}, "title": "00-CORE Hub Document", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/00-CORE.md", "file_type": "document", "degree": 13}, {"id": "docs_00_core_fifo_costing", "label": "FIFO Costing Method", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "FIFO Costing Method", "community": 182, "community_name": "Architecture Documentation", "source_file": "docs/00-CORE.md", "file_type": "rationale", "degree": 0}, {"id": "docs_00_core_backend_layering", "label": "Backend Layered Architecture (Controller\u2192Service\u2192Repository\u2192UoW)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Backend Layered Architecture (Controller\u2192Service\u2192Repository\u2192UoW)", "community": 124, "community_name": "Architecture Documentation", "source_file": "docs/00-CORE.md", "file_type": "rationale", "degree": 1}, {"id": "docs_00_core_aspnetcore", "label": "ASP.NET Core Web API (.NET 10)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ASP.NET Core Web API (.NET 10)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/00-CORE.md", "file_type": "concept", "degree": 1}, {"id": "docs_00_core_nextjs_frontend", "label": "Next.js Frontend (App Router + TypeScript)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js Frontend (App Router + TypeScript)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/00-CORE.md", "file_type": "concept", "degree": 2}, {"id": "docs_00_core_postgresql", "label": "PostgreSQL Database", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PostgreSQL Database", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/00-CORE.md", "file_type": "concept", "degree": 1}, {"id": "docs_00_core_authhex", "label": "AuthHex External Identity Provider", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthHex External Identity Provider", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/00-CORE.md", "file_type": "concept", "degree": 4}, {"id": "docs_00_core_unitofwork", "label": "UnitOfWork Transaction Boundary", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "UnitOfWork Transaction Boundary", "community": 124, "community_name": "Architecture Documentation", "source_file": "docs/00-CORE.md", "file_type": "concept", "degree": 2}, {"id": "docs_00_core_fifocostingservice", "label": "FifoCostingService Domain Service", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.5, "font": {"size": 0, "color": "#ffffff"}, "title": "FifoCostingService Domain Service", "community": 124, "community_name": "Architecture Documentation", "source_file": "docs/00-CORE.md", "file_type": "concept", "degree": 5}, {"id": "docs_00_core_problemdetails", "label": "RFC 7807 ProblemDetails Error Format", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "RFC 7807 ProblemDetails Error Format", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/00-CORE.md", "file_type": "concept", "degree": 2}, {"id": "docs_01_doc_guide_docmap", "label": "Documentation Map & Tracking Conventions", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Documentation Map &amp; Tracking Conventions", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/01-DOC-GUIDE.md", "file_type": "document", "degree": 3}, {"id": "docs_01_doc_guide_progress_tracking", "label": "PROGRESS.md Tracking Convention", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PROGRESS.md Tracking Convention", "community": 183, "community_name": "Architecture Documentation", "source_file": "docs/01-DOC-GUIDE.md", "file_type": "rationale", "degree": 0}, {"id": "docs_02_security_accepted_risks", "label": "Accepted Risks Register (AR-01 through AR-10)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Accepted Risks Register (AR-01 through AR-10)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/02-SECURITY.md", "file_type": "document", "degree": 6}, {"id": "docs_02_security_ar01_no_rbac", "label": "AR-01: No Per-Endpoint RBAC (Phase 1 Deferred)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AR-01: No Per-Endpoint RBAC (Phase 1 Deferred)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/02-SECURITY.md", "file_type": "rationale", "degree": 1}, {"id": "docs_02_security_ar09_hrm_pii", "label": "AR-09: HRM Salary/PII Data Exposure (AR-01 Inheritance)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AR-09: HRM Salary/PII Data Exposure (AR-01 Inheritance)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/02-SECURITY.md", "file_type": "rationale", "degree": 2}, {"id": "docs_02_security_csrf_httponlycookie", "label": "httpOnly Cookie + CSRF Double-Submit Pattern", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "httpOnly Cookie + CSRF Double-Submit Pattern", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/02-SECURITY.md", "file_type": "rationale", "degree": 3}, {"id": "docs_02_security_adjustment_highrisk", "label": "Stock Adjustment: Highest-Risk Feature", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stock Adjustment: Highest-Risk Feature", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/02-SECURITY.md", "file_type": "rationale", "degree": 1}, {"id": "docs_10_backend_phase1_spec", "label": "Phase 1 Backend Spec (SRS + ER Model + Architecture)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 1 Backend Spec (SRS + ER Model + Architecture)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/10-BACKEND-PHASE1.md", "file_type": "document", "degree": 8}, {"id": "docs_10_backend_phase1_authcontroller", "label": "AuthController (AuthHex Proxy)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthController (AuthHex Proxy)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/10-BACKEND-PHASE1.md", "file_type": "concept", "degree": 2}, {"id": "docs_10_backend_phase1_shadow_user", "label": "Shadow User JIT Provisioning", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Shadow User JIT Provisioning", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/10-BACKEND-PHASE1.md", "file_type": "rationale", "degree": 2}, {"id": "docs_10_backend_phase1_etag_concurrency", "label": "ETag / If-Match Optimistic Concurrency", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ETag / If-Match Optimistic Concurrency", "community": 165, "community_name": "ETag Concurrency", "source_file": "docs/10-BACKEND-PHASE1.md", "file_type": "concept", "degree": 1}, {"id": "docs_10_backend_phase1_number_sequence", "label": "NumberSequence Document Numbering", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "NumberSequence Document Numbering", "community": 184, "community_name": "Architecture Documentation", "source_file": "docs/10-BACKEND-PHASE1.md", "file_type": "concept", "degree": 0}, {"id": "docs_10_backend_phase1_srs_scope", "label": "Phase 1 SRS Scope (Inventory & Supply Chain)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 1 SRS Scope (Inventory &amp; Supply Chain)", "community": 185, "community_name": "Architecture Documentation", "source_file": "docs/10-BACKEND-PHASE1.md", "file_type": "document", "degree": 0}, {"id": "docs_11_backend_phase1_api", "label": "Phase 1 API Reference (Endpoints + Error Catalog)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 1 API Reference (Endpoints + Error Catalog)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/11-BACKEND-PHASE1.md", "file_type": "document", "degree": 7}, {"id": "docs_11_backend_phase1_rs256_jwt", "label": "RS256 JWT Bearer Authentication (AuthHex)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "RS256 JWT Bearer Authentication (AuthHex)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/11-BACKEND-PHASE1.md", "file_type": "concept", "degree": 1}, {"id": "docs_11_backend_phase1_pagedresult", "label": "PagedResult List Envelope", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PagedResult List Envelope", "community": 186, "community_name": "Architecture Documentation", "source_file": "docs/11-BACKEND-PHASE1.md", "file_type": "concept", "degree": 0}, {"id": "docs_12_backend_hrm_spec", "label": "Phase 2 HRM Backend Spec (SRS + ER Model)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 2 HRM Backend Spec (SRS + ER Model)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/12-BACKEND-HRM.md", "file_type": "document", "degree": 4}, {"id": "docs_12_backend_hrm_filestorage", "label": "IFileStorageService (HRM Document Storage)", "color": {"background": "#9C755F", "border": "#9C755F", "highlight": {"background": "#ffffff", "border": "#9C755F"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "IFileStorageService (HRM Document Storage)", "community": 188, "community_name": "File Storage Service", "source_file": "docs/12-BACKEND-HRM.md", "file_type": "concept", "degree": 0}, {"id": "docs_12_backend_hrm_attendancecomputation", "label": "AttendanceComputationService", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceComputationService", "community": 124, "community_name": "Architecture Documentation", "source_file": "docs/12-BACKEND-HRM.md", "file_type": "concept", "degree": 1}, {"id": "docs_12_backend_hrm_payrollcalculation", "label": "PayrollCalculationService", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollCalculationService", "community": 189, "community_name": "Architecture Documentation", "source_file": "docs/12-BACKEND-HRM.md", "file_type": "concept", "degree": 0}, {"id": "docs_12_backend_hrm_snapshot_rule", "label": "Snapshot-at-Ingestion Rule (Attendance Integrity)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Snapshot-at-Ingestion Rule (Attendance Integrity)", "community": 155, "community_name": "Architecture Documentation", "source_file": "docs/12-BACKEND-HRM.md", "file_type": "rationale", "degree": 1}, {"id": "docs_12_backend_hrm_lock_boundary", "label": "Payroll Lock Boundary Rule", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Payroll Lock Boundary Rule", "community": 124, "community_name": "Architecture Documentation", "source_file": "docs/12-BACKEND-HRM.md", "file_type": "rationale", "degree": 2}, {"id": "docs_12_backend_hrm_employee_entity", "label": "Employee Entity & Lifecycle", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Employee Entity &amp; Lifecycle", "community": 187, "community_name": "Architecture Documentation", "source_file": "docs/12-BACKEND-HRM.md", "file_type": "concept", "degree": 0}, {"id": "docs_12_backend_hrm_user_crosslink", "label": "Employee \u2194 User Cross-Link (Email Advisory)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Employee \u2194 User Cross-Link (Email Advisory)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/12-BACKEND-HRM.md", "file_type": "concept", "degree": 1}, {"id": "docs_13_backend_hrm_api", "label": "Phase 2 HRM API Reference", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 2 HRM API Reference", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/13-BACKEND-HRM-API.md", "file_type": "document", "degree": 6}, {"id": "docs_13_backend_hrm_api_attendance_batch", "label": "AttendanceUploadBatch API (validate/confirm/unlock flow)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AttendanceUploadBatch API (validate/confirm/unlock flow)", "community": 155, "community_name": "Architecture Documentation", "source_file": "docs/13-BACKEND-HRM-API.md", "file_type": "concept", "degree": 2}, {"id": "docs_13_backend_hrm_api_payroll_run", "label": "PayrollRun API (generate/approve/lock/unlock/payslips)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "PayrollRun API (generate/approve/lock/unlock/payslips)", "community": 124, "community_name": "Architecture Documentation", "source_file": "docs/13-BACKEND-HRM-API.md", "file_type": "concept", "degree": 1}, {"id": "docs_20_frontend_spec", "label": "Phase 1 Frontend Spec (User Flows + Validation Posture)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.6, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 1 Frontend Spec (User Flows + Validation Posture)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/20-FRONTEND.md", "file_type": "document", "degree": 6}, {"id": "docs_20_frontend_api_client", "label": "Typed API Client (lib/api-client.ts)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Typed API Client (lib/api-client.ts)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/20-FRONTEND.md", "file_type": "concept", "degree": 2}, {"id": "docs_20_frontend_same_origin_proxy", "label": "Same-Origin Next.js Rewrites Proxy", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Same-Origin Next.js Rewrites Proxy", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/20-FRONTEND.md", "file_type": "rationale", "degree": 2}, {"id": "docs_20_frontend_server_authoritative", "label": "Server-Authoritative Validation Posture", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Server-Authoritative Validation Posture", "community": 124, "community_name": "Architecture Documentation", "source_file": "docs/20-FRONTEND.md", "file_type": "rationale", "degree": 1}, {"id": "docs_21_frontend_hrm_spec", "label": "Phase 2 HRM Frontend Spec (Screens + Flows)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Phase 2 HRM Frontend Spec (Screens + Flows)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/21-FRONTEND-HRM.md", "file_type": "document", "degree": 4}, {"id": "docs_21_frontend_hrm_attendance_wizard", "label": "Attendance Upload Wizard (3-step client flow)", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Attendance Upload Wizard (3-step client flow)", "community": 155, "community_name": "Architecture Documentation", "source_file": "docs/21-FRONTEND-HRM.md", "file_type": "concept", "degree": 1}, {"id": "docs_21_frontend_phase2_spec", "label": "Manufacturing Frontend Spec (Template Canvas + Run Board)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Manufacturing Frontend Spec (Template Canvas + Run Board)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/21-FRONTEND-PHASE2.md", "file_type": "document", "degree": 4}, {"id": "docs_21_frontend_phase2_template_canvas", "label": "Production Template Canvas Builder (React Flow)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Production Template Canvas Builder (React Flow)", "community": 156, "community_name": "Architecture Documentation", "source_file": "docs/21-FRONTEND-PHASE2.md", "file_type": "concept", "degree": 1}, {"id": "docs_21_frontend_phase2_run_board", "label": "Production Run Board", "color": {"background": "#4E79A7", "border": "#4E79A7", "highlight": {"background": "#ffffff", "border": "#4E79A7"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Production Run Board", "community": 190, "community_name": "Architecture Documentation", "source_file": "docs/21-FRONTEND-PHASE2.md", "file_type": "concept", "degree": 0}, {"id": "docs_21_frontend_phase2_stage_drawer", "label": "Stage Action Drawer (per-status execution UI)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Stage Action Drawer (per-status execution UI)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/21-FRONTEND-PHASE2.md", "file_type": "concept", "degree": 1}, {"id": "docs_30_backend_phase2_mfg_spec", "label": "Manufacturing Phase 2 Backend Spec (Model + Rules + API)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "Manufacturing Phase 2 Backend Spec (Model + Rules + API)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "docs/30-BACKEND-PHASE2.md", "file_type": "document", "degree": 7}, {"id": "docs_30_backend_phase2_dag_templates", "label": "Production Template DAG (Stage Graph)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Production Template DAG (Stage Graph)", "community": 156, "community_name": "Architecture Documentation", "source_file": "docs/30-BACKEND-PHASE2.md", "file_type": "concept", "degree": 2}, {"id": "docs_30_backend_phase2_fifo_integration", "label": "FIFO Integration for Production (ConsumeAsync)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "FIFO Integration for Production (ConsumeAsync)", "community": 124, "community_name": "Architecture Documentation", "source_file": "docs/30-BACKEND-PHASE2.md", "file_type": "concept", "degree": 2}, {"id": "docs_30_backend_phase2_cost_pool", "label": "Run Cost Pool (Material Roll-up for Finished Goods)", "color": {"background": "#59A14F", "border": "#59A14F", "highlight": {"background": "#ffffff", "border": "#59A14F"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Run Cost Pool (Material Roll-up for Finished Goods)", "community": 124, "community_name": "Architecture Documentation", "source_file": "docs/30-BACKEND-PHASE2.md", "file_type": "rationale", "degree": 1}, {"id": "docs_30_backend_phase2_edit_lock", "label": "Template Edit-Lock Instead of Versioning", "color": {"background": "#EDC948", "border": "#EDC948", "highlight": {"background": "#ffffff", "border": "#EDC948"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Template Edit-Lock Instead of Versioning", "community": 165, "community_name": "ETag Concurrency", "source_file": "docs/30-BACKEND-PHASE2.md", "file_type": "rationale", "degree": 1}, {"id": "docs_30_backend_phase2_graph_validator", "label": "ProductionGraphValidator (Kahn Toposort)", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "ProductionGraphValidator (Kahn Toposort)", "community": 156, "community_name": "Architecture Documentation", "source_file": "docs/30-BACKEND-PHASE2.md", "file_type": "concept", "degree": 1}, {"id": "backend_progress_phase1", "label": "Backend PROGRESS.md (Phase 1 Inventory & Supply Chain)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Backend PROGRESS.md (Phase 1 Inventory &amp; Supply Chain)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Backend/PROGRESS.md", "file_type": "document", "degree": 4}, {"id": "backend_progress_auth_proxy", "label": "AuthController Proxy (24 AuthHex functions, httpOnly cookies)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "AuthController Proxy (24 AuthHex functions, httpOnly cookies)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Backend/PROGRESS.md", "file_type": "concept", "degree": 2}, {"id": "backend_progress_grn_unitcost_override", "label": "GRN unitCost Override with PO Price Variance (2026-07-20)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "GRN unitCost Override with PO Price Variance (2026-07-20)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Backend/PROGRESS.md", "file_type": "rationale", "degree": 1}, {"id": "backend_progress_hrm_phase2", "label": "Backend HRM Phase 2 (Sub-phases 2.1\u20132.4, complete 2026-07-23)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Backend HRM Phase 2 (Sub-phases 2.1\u20132.4, complete 2026-07-23)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Backend/PROGRESS.md", "file_type": "document", "degree": 3}, {"id": "backend_progress_mfg_smoke_312", "label": "Manufacturing Backend (312 Smoke Assertions, 2026-07-30)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Manufacturing Backend (312 Smoke Assertions, 2026-07-30)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Backend/PROGRESS.md", "file_type": "document", "degree": 1}, {"id": "backend_progress_datetime_kind_fix", "label": "DateTime Kind=Unspecified Fix (Global EF ValueConverter, 2026-07-23)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "DateTime Kind=Unspecified Fix (Global EF ValueConverter, 2026-07-23)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Backend/PROGRESS.md", "file_type": "rationale", "degree": 1}, {"id": "frontend_progress_phase1", "label": "Frontend PROGRESS.md (Phase 1 Inventory & Supply Chain)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Frontend PROGRESS.md (Phase 1 Inventory &amp; Supply Chain)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Frontend/PROGRESS.md", "file_type": "document", "degree": 3}, {"id": "frontend_progress_mock_deleted", "label": "Mock Data Deletion + Real API Connection (2026-07-17)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Mock Data Deletion + Real API Connection (2026-07-17)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Frontend/PROGRESS.md", "file_type": "rationale", "degree": 1}, {"id": "frontend_progress_error_map", "label": "Error Code Map (lib/error-map.ts, detail-preferred for domain codes)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Error Code Map (lib/error-map.ts, detail-preferred for domain codes)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Frontend/PROGRESS.md", "file_type": "concept", "degree": 1}, {"id": "frontend_progress_hrm_screens", "label": "HRM Frontend Screens (Code Complete 2026-07-23)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "HRM Frontend Screens (Code Complete 2026-07-23)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "C:/Users/lenovo/Desktop/ NEWGITEA/ERP-core/Frontend/PROGRESS.md", "file_type": "document", "degree": 2}, {"id": "frontend_progress_production_screens", "label": "Production Frontend Screens (Real API, 2026-07-30)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Production Frontend Screens (Real API, 2026-07-30)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Frontend/PROGRESS.md", "file_type": "document", "degree": 2}, {"id": "frontend_progress_bypass_codes", "label": "bypassCodes Sidebar Visibility Stopgap (procurement/hrm/production)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "bypassCodes Sidebar Visibility Stopgap (procurement/hrm/production)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Frontend/PROGRESS.md", "file_type": "rationale", "degree": 1}, {"id": "frontend_progress_dashboard_stats", "label": "Dashboard Stats (GET /dashboard/stats + Charts, 2026-07-28)", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Dashboard Stats (GET /dashboard/stats + Charts, 2026-07-28)", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Frontend/PROGRESS.md", "file_type": "concept", "degree": 1}, {"id": "frontend_progress_variant_builder", "label": "Item Variant Builder (Dynamic Variant Categories, Cartesian SKU)", "color": {"background": "#E15759", "border": "#E15759", "highlight": {"background": "#ffffff", "border": "#E15759"}}, "size": 10.0, "font": {"size": 0, "color": "#ffffff"}, "title": "Item Variant Builder (Dynamic Variant Categories, Cartesian SKU)", "community": 192, "community_name": "Frontend Progress Tracker", "source_file": "Frontend/PROGRESS.md", "file_type": "concept", "degree": 0}, {"id": "frontend_erp_system_readme", "label": "Frontend Next.js Project README", "color": {"background": "#BAB0AC", "border": "#BAB0AC", "highlight": {"background": "#ffffff", "border": "#BAB0AC"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Frontend Next.js Project README", "community": 29, "community_name": "Backend Progress Tracker", "source_file": "Frontend/erp-system/README.md", "file_type": "document", "degree": 1}, {"id": "frontend_erp_system_public_file_svg", "label": "File Icon SVG (Generic Document Icon)", "color": {"background": "#F28E2B", "border": "#F28E2B", "highlight": {"background": "#ffffff", "border": "#F28E2B"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "File Icon SVG (Generic Document Icon)", "community": 191, "community_name": "Frontend Application", "source_file": "Frontend/erp-system/public/file.svg", "file_type": "image", "degree": 2}, {"id": "frontend_erp_system_public_globe_svg", "label": "Globe SVG Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "Globe SVG Icon", "community": 136, "community_name": "Component Group 136", "source_file": "Frontend/erp-system/public/globe.svg", "file_type": "image", "degree": 4}, {"id": "erp_frontend_public", "label": "ERP Frontend Public Assets", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP Frontend Public Assets", "community": 136, "community_name": "Component Group 136", "source_file": "Frontend/erp-system/public/globe.svg", "file_type": "concept", "degree": 4}, {"id": "nextjs_app_icon", "label": "Next.js Application Icon Asset", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js Application Icon Asset", "community": 136, "community_name": "Component Group 136", "source_file": "Frontend/erp-system/public/globe.svg", "file_type": "concept", "degree": 1}, {"id": "frontend_erp_system_public_images_background_png", "label": "ERP Background Image", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.4, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP Background Image", "community": 123, "community_name": "Component Group 123", "source_file": "Frontend/erp-system/public/images/background.png", "file_type": "image", "degree": 4}, {"id": "erp_dashboard_ui", "label": "ERP Dashboard UI Scene", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP Dashboard UI Scene", "community": 123, "community_name": "Component Group 123", "source_file": "Frontend/erp-system/public/images/background.png", "file_type": "concept", "degree": 7}, {"id": "inventory_management_panel", "label": "Inventory Management Panel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Inventory Management Panel", "community": 123, "community_name": "Component Group 123", "source_file": "Frontend/erp-system/public/images/background.png", "file_type": "concept", "degree": 1}, {"id": "user_productivity_panel", "label": "User Productivity Panel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "User Productivity Panel", "community": 123, "community_name": "Component Group 123", "source_file": "Frontend/erp-system/public/images/background.png", "file_type": "concept", "degree": 1}, {"id": "financial_analytics_panel", "label": "Financial Analytics Panel", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Financial Analytics Panel", "community": 123, "community_name": "Component Group 123", "source_file": "Frontend/erp-system/public/images/background.png", "file_type": "concept", "degree": 1}, {"id": "world_map_visualization", "label": "World Map Data Visualization", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "World Map Data Visualization", "community": 123, "community_name": "Component Group 123", "source_file": "Frontend/erp-system/public/images/background.png", "file_type": "concept", "degree": 1}, {"id": "dark_theme_design", "label": "Dark Theme Design Language", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Dark Theme Design Language", "community": 123, "community_name": "Component Group 123", "source_file": "Frontend/erp-system/public/images/background.png", "file_type": "concept", "degree": 3}, {"id": "dual_user_workstation", "label": "Dual User Workstation Setup", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Dual User Workstation Setup", "community": 123, "community_name": "Component Group 123", "source_file": "Frontend/erp-system/public/images/background.png", "file_type": "concept", "degree": 2}, {"id": "erp_core_frontend", "label": "ERP Core Frontend Application", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP Core Frontend Application", "community": 123, "community_name": "Component Group 123", "source_file": "Frontend/erp-system/public/images/background.png", "file_type": "concept", "degree": 2}, {"id": "frontend_erp_system_public_images_loginerps_png", "label": "ERP Login Page Illustration Image", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP Login Page Illustration Image", "community": 133, "community_name": "Component Group 133", "source_file": "Frontend/erp-system/public/images/loginerps.png", "file_type": "image", "degree": 2}, {"id": "erp_login_ui", "label": "ERP Login Page UI", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP Login Page UI", "community": 133, "community_name": "Component Group 133", "source_file": "Frontend/erp-system/public/images/loginerps.png", "file_type": "image", "degree": 2}, {"id": "inventory_management_dashboard", "label": "Inventory Management Dashboard", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Inventory Management Dashboard", "community": 133, "community_name": "Component Group 133", "source_file": "Frontend/erp-system/public/images/loginerps.png", "file_type": "image", "degree": 3}, {"id": "order_processing_dashboard", "label": "Order Processing Dashboard", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Order Processing Dashboard", "community": 133, "community_name": "Component Group 133", "source_file": "Frontend/erp-system/public/images/loginerps.png", "file_type": "image", "degree": 3}, {"id": "integrated_analytics_dashboard", "label": "Integrated Analytics Dashboard", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Integrated Analytics Dashboard", "community": 133, "community_name": "Component Group 133", "source_file": "Frontend/erp-system/public/images/loginerps.png", "file_type": "image", "degree": 3}, {"id": "erp_system_branding", "label": "ERP System Branding / Marketing Visual", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.7, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP System Branding / Marketing Visual", "community": 133, "community_name": "Component Group 133", "source_file": "Frontend/erp-system/public/images/loginerps.png", "file_type": "image", "degree": 7}, {"id": "male_user_laptop", "label": "Male User Working on Laptop", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Male User Working on Laptop", "community": 133, "community_name": "Component Group 133", "source_file": "Frontend/erp-system/public/images/loginerps.png", "file_type": "image", "degree": 2}, {"id": "female_user_tablet", "label": "Female User Working on Tablet", "color": {"background": "#76B7B2", "border": "#76B7B2", "highlight": {"background": "#ffffff", "border": "#76B7B2"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Female User Working on Tablet", "community": 133, "community_name": "Component Group 133", "source_file": "Frontend/erp-system/public/images/loginerps.png", "file_type": "image", "degree": 2}, {"id": "hexa_erp_logo", "label": "Hexa ERP Logo Image", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Hexa ERP Logo Image", "community": 117, "community_name": "Component Group 117", "source_file": "Frontend/erp-system/public/images/logo (2).png", "file_type": "image", "degree": 3}, {"id": "hexa_erp_brand", "label": "Hexa ERP Brand", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Hexa ERP Brand", "community": 117, "community_name": "Component Group 117", "source_file": "Frontend/erp-system/public/images/logo (2).png", "file_type": "concept", "degree": 3}, {"id": "erp_system", "label": "ERP System", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.8, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP System", "community": 117, "community_name": "Component Group 117", "source_file": "Frontend/erp-system/public/images/logo (2).png", "file_type": "concept", "degree": 8}, {"id": "hexagonal_icon", "label": "Hexagonal Chain-Link Icon", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Hexagonal Chain-Link Icon", "community": 117, "community_name": "Component Group 117", "source_file": "Frontend/erp-system/public/images/logo (2).png", "file_type": "concept", "degree": 2}, {"id": "erp_promotional_image", "label": "ERP System Promotional Image (No Background)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP System Promotional Image (No Background)", "community": 117, "community_name": "Component Group 117", "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "file_type": "image", "degree": 3}, {"id": "inventory_management_module", "label": "Inventory Management Module", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Inventory Management Module", "community": 117, "community_name": "Component Group 117", "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "file_type": "image", "degree": 2}, {"id": "order_processing_module", "label": "Order Processing Module", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Order Processing Module", "community": 117, "community_name": "Component Group 117", "source_file": "C:/Users/lenovo/Desktop/ NEWGITEA/ERP-core/Frontend/erp-system/public/images/whithoutbackground.png", "file_type": "image", "degree": 3}, {"id": "integrated_analytics_module", "label": "Integrated Analytics Module", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "Integrated Analytics Module", "community": 117, "community_name": "Component Group 117", "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "file_type": "image", "degree": 3}, {"id": "erp_user_laptop", "label": "ERP User (Laptop - Male)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP User (Laptop - Male)", "community": 117, "community_name": "Component Group 117", "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "file_type": "image", "degree": 2}, {"id": "erp_user_tablet", "label": "ERP User (Tablet - Female)", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.3, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP User (Tablet - Female)", "community": 117, "community_name": "Component Group 117", "source_file": "Frontend/erp-system/public/images/whithoutbackground.png", "file_type": "image", "degree": 3}, {"id": "frontend_erp_system_public_next_svg_logo", "label": "Next.js SVG Wordmark Logo", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js SVG Wordmark Logo", "community": 157, "community_name": "Component Group 157", "source_file": "Frontend/erp-system/public/next.svg", "file_type": "image", "degree": 2}, {"id": "nextjs_brand", "label": "Next.js Brand / Framework", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Next.js Brand / Framework", "community": 157, "community_name": "Component Group 157", "source_file": "Frontend/erp-system/public/next.svg", "file_type": "concept", "degree": 2}, {"id": "erp_frontend_public_assets", "label": "ERP Frontend Public Assets Directory", "color": {"background": "#FF9DA7", "border": "#FF9DA7", "highlight": {"background": "#ffffff", "border": "#FF9DA7"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "ERP Frontend Public Assets Directory", "community": 157, "community_name": "Component Group 157", "source_file": "Frontend/erp-system/public/next.svg", "file_type": "concept", "degree": 2}, {"id": "frontend_erp_system_public_vercel_svg", "label": "Vercel Logo SVG", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Vercel Logo SVG", "community": 136, "community_name": "Component Group 136", "source_file": "Frontend/erp-system/public/vercel.svg", "file_type": "image", "degree": 2}, {"id": "frontend_erp_system_public_vercel_brand", "label": "Vercel Brand / Company", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Vercel Brand / Company", "community": 136, "community_name": "Component Group 136", "source_file": "Frontend/erp-system/public/vercel.svg", "file_type": "concept", "degree": 2}, {"id": "frontend_erp_system_public_window_svg", "label": "Window SVG Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.2, "font": {"size": 0, "color": "#ffffff"}, "title": "Window SVG Icon", "community": 136, "community_name": "Component Group 136", "source_file": "Frontend/erp-system/public/window.svg", "file_type": "image", "degree": 2}, {"id": "svg_window_icon_ui", "label": "Window/Browser UI Icon", "color": {"background": "#B07AA1", "border": "#B07AA1", "highlight": {"background": "#ffffff", "border": "#B07AA1"}}, "size": 10.1, "font": {"size": 0, "color": "#ffffff"}, "title": "Window/Browser UI Icon", "community": 136, "community_name": "Component Group 136", "source_file": "Frontend/erp-system/public/window.svg", "file_type": "concept", "degree": 1}];
const RAW_EDGES = [{"from": "backend_erpcore", "to": "backend_erpcore_erpcore", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "framework_net10_0", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_closedxml", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_csvhelper", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_microsoft_aspnetcore_authentication_jwtbearer", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_microsoft_entityframeworkcore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_microsoft_entityframeworkcore_design", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_microsoft_entityframeworkcore_tools", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_microsoft_extensions_diagnostics_healthchecks_entityframeworkcore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_npgsql_entityframeworkcore_postgresql", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_serilog_aspnetcore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_serilog_sinks_file", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "nuget_swashbuckle_aspnetcore", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_erpcore", "to": "sdk_microsoft_net_sdk_web", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etag", "to": "backend_erpcore_common_http_etag_erpcore_common_http_etag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etag", "to": "csharp_namespace:3e2afa45c74d8822", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_common_http_etagged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_controllers_apicontrollerbase", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_brandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_categoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_hrm_branchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_hrm_departmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_hrm_designationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_hrm_employeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_hrm_employmenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_hrm_leavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_hrm_salarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_hrm_workshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_ibranchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_ibrandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_icategoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_idepartmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_idesignationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_iemployeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_iitemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_iitemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_ileavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_iproductconfigservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_iproductionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_iroleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_isalarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_ivendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_interfaces_iworkshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_itemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_itemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_productconfigservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_production_productionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_production_productiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_purchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_roleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:3e2afa45c74d8822", "to": "backend_erpcore_services_vendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etag_erpcore_common_http_etag", "to": "backend_erpcore_common_http_etag_erpcore_common_http_etag_from", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etag_erpcore_common_http_etag", "to": "backend_erpcore_common_http_etag_erpcore_common_http_etag_tryparse", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etag_erpcore_common_http_etag_from", "to": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etag_erpcore_common_http_etag_tryparse", "to": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged", "to": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_http_etagged_erpcore_common_http_etagged", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_models_pagedresult", "to": "backend_erpcore_common_models_pagedresult_erpcore_common_models_pagedresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_models_pagedresult", "to": "backend_erpcore_common_models_pagedresult_erpcore_common_models_paginationmeta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_models_pagedresult", "to": "csharp_namespace:aa77b7c211b04e8a", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:aa77b7c211b04e8a", "to": "backend_erpcore_common_models_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_models_pagedresult_erpcore_common_models_paginationmeta", "to": "backend_erpcore_common_models_pagedresult_erpcore_common_models_pagedresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_models_pagedresult_erpcore_common_models_pagedresult", "to": "backend_erpcore_common_models_pagedresult_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_models_result", "to": "backend_erpcore_common_models_result_erpcore_common_models_result", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_models_result_erpcore_common_models_result", "to": "backend_erpcore_common_models_result_erpcore_common_models_result_failure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_common_models_result_erpcore_common_models_result", "to": "backend_erpcore_common_models_result_erpcore_common_models_result_success", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase", "to": "csharp_namespace:84899ea98391f308", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase", "to": "csharp_namespace:bf3cdac67588f626", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_auditlogscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_authcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_brandscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_categoriescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_dashboardcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_grnscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_itemscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_itemtypescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_journalentriescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_metacontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_navcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_productconfigcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_productionrunscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_productiontemplatescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_purchaseorderscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_purchasereturnscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_reasoncodescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_requisitionscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_rfqscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_rolescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_stockadjustmentscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_stockcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_stockcountscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_stocktransferscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_subcategoriescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_uomscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_userscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_vendorscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:84899ea98391f308", "to": "backend_erpcore_controllers_warehousescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "controllerbase", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controllerbase", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "controllerbase", "to": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_requireifmatch", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_apicontrollerbase_erpcore_controllers_apicontrollerbase_setetag", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_auditlogscontroller", "to": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller", "to": "csharp_namespace:31295fa7bfc1d154", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller", "to": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "apicontrollerbase", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "to": "backend_erpcore_controllers_auditlogscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "to": "backend_erpcore_controllers_auditlogscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "to": "backend_erpcore_controllers_auditlogscontroller_cs_dateonly", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "to": "backend_erpcore_controllers_auditlogscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "to": "backend_erpcore_controllers_auditlogscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "to": "backend_erpcore_controllers_auditlogscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "to": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_auditlogdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_auditlogscontroller_erpcore_controllers_auditlogscontroller_list", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller", "to": "csharp_namespace:5ee9edd53badd68a", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller", "to": "csharp_namespace:bf3cdac67588f626", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller", "to": "csharp_namespace:cf4d04315ea8addf", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resolvetokenuserid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "to": "backend_erpcore_controllers_authcontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "to": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "to": "backend_erpcore_controllers_authcontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "to": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "to": "backend_erpcore_controllers_authcontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "to": "backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_me", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_task", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_actionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httpget", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httpget", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httpget", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "to": "allowanonymous", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "to": "backend_erpcore_controllers_authcontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_register", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_httppost", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "allowanonymous", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_login", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyloginotp", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_refreshtokenrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_refreshtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "to": "backend_erpcore_controllers_authcontroller_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getuserdetails", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_guid", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resolvetokenuserid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "to": "backend_erpcore_controllers_authcontroller_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_getsessions", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "to": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changestatus", "to": "validatecsrf", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_cs_iactionresult", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "validatecsrf", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "validatecsrf", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "validatecsrf", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "validatecsrf", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "validatecsrf", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "validatecsrf", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "validatecsrf", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_lockuseraccountrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_lock", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_changepassword", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifypassword", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resolvetokenuserid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_logout", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resolvetokenuserid", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "to": "backend_erpcore_controllers_authcontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_updateme", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_initiatetwofa", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_completetwofa", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifytwofa", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_disabletwofa", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "to": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_requirebearertoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_gettwofastatus", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_forgotpassword", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyrecoveryotp", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpassword", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_resetpasswordwithtoken", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "to": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "to": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_checkavailability", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "to": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "to": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_sendotp", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "to": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_authcontroller_erpcore_controllers_authcontroller_verifyaltotp", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_brandscontroller", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller", "to": "csharp_namespace:a0fc09c7a8910489", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "to": "backend_erpcore_controllers_brandscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "to": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "to": "backend_erpcore_controllers_brandscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "to": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "to": "backend_erpcore_controllers_brandscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_list", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_task", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_task", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_task", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_task", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_actionresult", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_actionresult", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_actionresult", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_httpget", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_getbyid", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "to": "backend_erpcore_controllers_brandscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_createbrandrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_create", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "to": "backend_erpcore_controllers_brandscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_update", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "to": "backend_erpcore_controllers_brandscontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "to": "backend_erpcore_controllers_brandscontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_brandscontroller_erpcore_controllers_brandscontroller_setstatus", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_categoriescontroller", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller", "to": "csharp_namespace:760215680402ba47", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "to": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "to": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "to": "backend_erpcore_controllers_categoriescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "to": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "to": "backend_erpcore_controllers_categoriescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_list", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_task", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_task", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_task", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_task", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_task", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_task", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_actionresult", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_httpget", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_httpget", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_getbyid", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "to": "backend_erpcore_controllers_categoriescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createcategoryrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_create", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_categoriescontroller_cs_httppost", "to": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "to": "backend_erpcore_controllers_categoriescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategoryrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_update", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "to": "backend_erpcore_controllers_categoriescontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "to": "backend_erpcore_controllers_categoriescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategorystatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_setstatus", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_listsubcategories", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createsubcategoryrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_categoriescontroller_erpcore_controllers_categoriescontroller_createsubcategory", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_dashboardcontroller", "to": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller", "to": "csharp_namespace:6112ff8a942c07bf", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller", "to": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller", "to": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "to": "backend_erpcore_controllers_dashboardcontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "to": "backend_erpcore_controllers_dashboardcontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "to": "backend_erpcore_controllers_dashboardcontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "to": "backend_erpcore_controllers_dashboardcontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "to": "backend_erpcore_controllers_dashboardcontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "to": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_dashboardstatsdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_dashboardcontroller_erpcore_controllers_dashboardcontroller_getstats", "to": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_grnscontroller", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller", "to": "csharp_namespace:9fa7078d318d766d", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "to": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "to": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "to": "backend_erpcore_controllers_grnscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "to": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "to": "backend_erpcore_controllers_grnscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "to": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnsummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_list", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_task", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_task", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_task", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_task", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_actionresult", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_httpget", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_getbyid", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "to": "backend_erpcore_controllers_grnscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_create", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_httppost", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_cs_httppost", "to": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_confirm", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselinerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselineresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_grnscontroller_erpcore_controllers_grnscontroller_release", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "to": "csharp_namespace:bf3cdac67588f626", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "to": "csharp_namespace:f20e71ab01590772", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_branchescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_departmentscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_designationscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_employeescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_hrreportscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_leavetypescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_payslipscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_taxslabscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f20e71ab01590772", "to": "backend_erpcore_controllers_hrm_workshiftscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_downloadtemplate", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_iactionresult", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "to": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_list", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_getbyid", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_iformfile", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_requestsizelimit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_uploadattendancebatchmetadata", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_upload", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "to": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_listrecords", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "to": "backend_erpcore_controllers_hrm_attendancebatchescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_updaterecord", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_resolveduplicaterequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_resolveduplicate", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_validate", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_confirm", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_unlockattendancebatchrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_attendancebatchescontroller_erpcore_controllers_hrm_attendancebatchescontroller_unlock", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "to": "backend_erpcore_controllers_hrm_branchescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "to": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "to": "backend_erpcore_controllers_hrm_branchescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "to": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "to": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_list", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_getbyid", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "to": "backend_erpcore_controllers_hrm_branchescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createbranchrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_create", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "to": "backend_erpcore_controllers_hrm_branchescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatebranchrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_update", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "to": "backend_erpcore_controllers_hrm_branchescontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "to": "backend_erpcore_controllers_hrm_branchescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_branchescontroller_erpcore_controllers_hrm_branchescontroller_setstatus", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "to": "backend_erpcore_controllers_hrm_departmentscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "to": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "to": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "to": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "to": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_list", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_getbyid", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "to": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdepartmentrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_create", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "to": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedepartmentrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_update", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "to": "backend_erpcore_controllers_hrm_departmentscontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "to": "backend_erpcore_controllers_hrm_departmentscontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_departmentscontroller_erpcore_controllers_hrm_departmentscontroller_setstatus", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "to": "backend_erpcore_controllers_hrm_designationscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "to": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "to": "backend_erpcore_controllers_hrm_designationscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "to": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "to": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_list", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_getbyid", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "to": "backend_erpcore_controllers_hrm_designationscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdesignationrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_create", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "to": "backend_erpcore_controllers_hrm_designationscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedesignationrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_update", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "to": "backend_erpcore_controllers_hrm_designationscontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "to": "backend_erpcore_controllers_hrm_designationscontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_designationscontroller_erpcore_controllers_hrm_designationscontroller_setstatus", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller", "to": "csharp_namespace:bf3cdac67588f626", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "to": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeelistitemdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_list", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "to": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_emaillookup", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getbyid", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_create", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_update", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpput", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpput", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeestatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setstatus", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_iactionresult", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_httppatch", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "to": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_linkuserrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_linkuser", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_httpdelete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_unlinkuser", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_unlinkasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listbankdetails", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_cs_list", "to": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_replacebankdetails", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listleavebalances", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_updateleavebalances", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getsalarystructurehistory", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createsalarystructure", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listloans", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_getloan", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_createloan", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_listdocuments", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_iformfile", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "to": "backend_erpcore_controllers_hrm_employeescontroller_cs_requestsizelimit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_uploaddocument", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_downloaddocument", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updateemployeedocumentstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employeescontroller_erpcore_controllers_hrm_employeescontroller_setdocumentstatus", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_list", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_getbyid", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createemploymenttyperequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_create", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateemploymenttyperequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_update", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "to": "backend_erpcore_controllers_hrm_employmenttypescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_employmenttypescontroller_erpcore_controllers_hrm_employmenttypescontroller_setstatus", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_list", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_getbyid", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_create", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_update", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "to": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrdocumenttypescontroller_erpcore_controllers_hrm_hrdocumenttypescontroller_setstatus", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_attendancesummaryrowdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_attendancesummary", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_list", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_overtimereportrowdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_overtime", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_latearrivalreportrowdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_latearrivals", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_payrollregisterrowdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_payrollregister", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_salaryhistoryrowdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_salaryhistory", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_leavebalancereportrowdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_leavebalances", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_documentexpiryreportrowdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_hrreportscontroller_erpcore_controllers_hrm_hrreportscontroller_documentexpiry", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller", "to": "csharp_namespace:bf3cdac67588f626", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "to": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "to": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_list", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_getbyid", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_create", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_submit", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_approve", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_rejectleaverequestrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_reject", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leaverequestscontroller_erpcore_controllers_hrm_leaverequestscontroller_cancel", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_list", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_task", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_getbyid", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleavetyperequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_create", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavetyperequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_update", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "to": "backend_erpcore_controllers_hrm_leavetypescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_leavetypescontroller_erpcore_controllers_hrm_leavetypescontroller_setstatus", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller", "to": "csharp_namespace:bf3cdac67588f626", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "to": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_list", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getbyid", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_listlines", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_list", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_getline", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_generatepayrollrunrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generate", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_approve", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_lock", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_unlockpayrollrunrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_unlock", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollrunscontroller_erpcore_controllers_hrm_payrollrunscontroller_generatepayslips", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "to": "csharp_namespace:bf3cdac67588f626", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "to": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_list", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "to": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payrollstatutorysettingscontroller_erpcore_controllers_hrm_payrollstatutorysettingscontroller_create", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller", "to": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "to": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "to": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller", "to": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "to": "backend_erpcore_controllers_hrm_payslipscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "to": "backend_erpcore_controllers_hrm_payslipscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "to": "backend_erpcore_controllers_hrm_payslipscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "to": "backend_erpcore_controllers_hrm_payslipscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "to": "backend_erpcore_controllers_hrm_payslipscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_getbyid", "to": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "to": "backend_erpcore_controllers_hrm_payslipscontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_payslipscontroller_erpcore_controllers_hrm_payslipscontroller_view", "to": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_renderhtmlasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_list", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_getbyid", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_create", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_updatesalarycomponentrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_update", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "to": "backend_erpcore_controllers_hrm_salarycomponentscontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_salarycomponentscontroller_erpcore_controllers_hrm_salarycomponentscontroller_setstatus", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_list", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "to": "backend_erpcore_controllers_hrm_taxslabscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_taxslabscontroller_erpcore_controllers_hrm_taxslabscontroller_create", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_list", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_task", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_actionresult", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httpget", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_getbyid", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_create", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_update", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "to": "backend_erpcore_controllers_hrm_workshiftscontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_hrm_workshiftscontroller_erpcore_controllers_hrm_workshiftscontroller_setstatus", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemtypescontroller", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller", "to": "csharp_namespace:42396404480c4f5e", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "to": "backend_erpcore_controllers_itemtypescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "to": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "to": "backend_erpcore_controllers_itemtypescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "to": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "to": "backend_erpcore_controllers_itemtypescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_list", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_task", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_task", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_task", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_task", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_actionresult", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_httpget", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_getbyid", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "to": "backend_erpcore_controllers_itemtypescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_createitemtyperequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_create", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "to": "backend_erpcore_controllers_itemtypescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtyperequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_update", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "to": "backend_erpcore_controllers_itemtypescontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "to": "backend_erpcore_controllers_itemtypescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtypestatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemtypescontroller_erpcore_controllers_itemtypescontroller_setstatus", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemscontroller", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller", "to": "csharp_namespace:5a7b34076b9a66d5", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_controllers_itemscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_controllers_itemscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemlistitemdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_list", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_task", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_task", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_task", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_task", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_task", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_task", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_actionresult", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_httpget", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_getbyid", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "to": "backend_erpcore_controllers_itemscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_create", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "to": "backend_erpcore_controllers_itemscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_update", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_httpput", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_cs_httpput", "to": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "to": "backend_erpcore_controllers_itemscontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "to": "backend_erpcore_controllers_itemscontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_setstatus", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreordersettingsdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updatereorder", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemuomconversionsdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_itemscontroller_erpcore_controllers_itemscontroller_updateuomconversions", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_journalentriescontroller", "to": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller", "to": "csharp_namespace:31295fa7bfc1d154", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller", "to": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "to": "backend_erpcore_controllers_journalentriescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "to": "backend_erpcore_controllers_journalentriescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "to": "backend_erpcore_controllers_journalentriescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "to": "backend_erpcore_controllers_journalentriescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "to": "backend_erpcore_controllers_journalentriescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "to": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_journalentrystubdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_journalentriescontroller_erpcore_controllers_journalentriescontroller_list", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_metacontroller", "to": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller", "to": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller_get", "to": "backend_erpcore_controllers_metacontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_metacontroller_erpcore_controllers_metacontroller_get", "to": "backend_erpcore_controllers_metacontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller", "to": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller", "to": "csharp_namespace:cf4d04315ea8addf", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller", "to": "csharp_namespace:cf7fb5faf062c9f1", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller", "to": "csharp_namespace:ebc338855f18487b", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller", "to": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "to": "backend_erpcore_controllers_navcontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "to": "backend_erpcore_controllers_navcontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "to": "backend_erpcore_controllers_navcontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "to": "backend_erpcore_controllers_navcontroller_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "to": "backend_erpcore_controllers_navcontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "to": "backend_erpcore_controllers_navcontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "to": "backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_navitemdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_navcontroller_erpcore_controllers_navcontroller_gettree", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productconfigcontroller", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller", "to": "csharp_namespace:20bf164dfbde34b2", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "to": "backend_erpcore_controllers_productconfigcontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "to": "backend_erpcore_controllers_productconfigcontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "to": "backend_erpcore_controllers_productconfigcontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "to": "backend_erpcore_controllers_productconfigcontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "to": "backend_erpcore_controllers_productconfigcontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "to": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_get", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_cs_task", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_cs_actionresult", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "to": "backend_erpcore_controllers_productconfigcontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "to": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "to": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_updateproductconfigrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productconfigcontroller_erpcore_controllers_productconfigcontroller_update", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller", "to": "csharp_namespace:35cf4a2455d5ed07", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "to": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "to": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "to": "backend_erpcore_controllers_productionrunscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "to": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "to": "backend_erpcore_controllers_productionrunscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "to": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runsummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_list", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_task", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_actionresult", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_httpget", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_getbyid", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "to": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_createrunrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_create", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_cs_httppost", "to": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "to": "backend_erpcore_controllers_productionrunscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_updatequantities", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_startstageresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_start", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_complete", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestageresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_approve", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferremainderrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_transfer", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_returnleftover", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectintakeresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_rejectintake", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_terminalrejectresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_reject", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productionrunscontroller_erpcore_controllers_productionrunscontroller_cancel", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller", "to": "csharp_namespace:35cf4a2455d5ed07", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "to": "backend_erpcore_controllers_productiontemplatescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "to": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "to": "backend_erpcore_controllers_productiontemplatescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "to": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "to": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatesummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_list", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_task", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_actionresult", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_actionresult", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_actionresult", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_httpget", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_getbyid", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "to": "backend_erpcore_controllers_productiontemplatescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_create", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "to": "backend_erpcore_controllers_productiontemplatescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_update", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "to": "backend_erpcore_controllers_productiontemplatescontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "to": "backend_erpcore_controllers_productiontemplatescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_updatetemplatestatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_productiontemplatescontroller_erpcore_controllers_productiontemplatescontroller_setstatus", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller", "to": "csharp_namespace:cf70b279825cd52c", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "to": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "to": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "to": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "to": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "to": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "to": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseordersummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_list", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_task", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_actionresult", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpget", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_getbyid", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "to": "backend_erpcore_controllers_purchaseorderscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_create", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_httppost", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_httppost", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_cs_httppost", "to": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "to": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_update", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_submit", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "to": "backend_erpcore_controllers_purchaseorderscontroller_cs_httpdelete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "to": "backend_erpcore_controllers_purchaseorderscontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_delete", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_deleteasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_approve", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_cancelpurchaseorderrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchaseorderscontroller_erpcore_controllers_purchaseorderscontroller_cancel", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller", "to": "csharp_namespace:cf70b279825cd52c", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "to": "backend_erpcore_controllers_purchasereturnscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "to": "backend_erpcore_controllers_purchasereturnscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "to": "backend_erpcore_controllers_purchasereturnscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "to": "backend_erpcore_controllers_purchasereturnscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "to": "backend_erpcore_controllers_purchasereturnscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnsummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_list", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_cs_task", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_cs_task", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_cs_actionresult", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_cs_actionresult", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_cs_httpget", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_getbyid", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "to": "backend_erpcore_controllers_purchasereturnscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_purchasereturnscontroller_erpcore_controllers_purchasereturnscontroller_create", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller", "to": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller", "to": "csharp_namespace:961e9c7c568982f0", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "to": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "to": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "to": "backend_erpcore_controllers_reasoncodescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "to": "backend_erpcore_controllers_reasoncodescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "to": "backend_erpcore_controllers_reasoncodescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "to": "backend_erpcore_controllers_reasoncodescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "to": "backend_erpcore_controllers_reasoncodescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "to": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "to": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_list", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_cs_task", "to": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_cs_actionresult", "to": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "to": "backend_erpcore_controllers_reasoncodescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "to": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "to": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_reasoncodescontroller_erpcore_controllers_reasoncodescontroller_create", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_requisitionscontroller", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller", "to": "csharp_namespace:cf70b279825cd52c", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "to": "backend_erpcore_controllers_requisitionscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "to": "backend_erpcore_controllers_requisitionscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "to": "backend_erpcore_controllers_requisitionscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "to": "backend_erpcore_controllers_requisitionscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "to": "backend_erpcore_controllers_requisitionscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "to": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionsummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_list", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_task", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_task", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_task", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_actionresult", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_actionresult", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_actionresult", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_httpget", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_getbyid", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "to": "backend_erpcore_controllers_requisitionscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_create", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_cs_httppost", "to": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_requisitionscontroller_erpcore_controllers_requisitionscontroller_submit", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rfqscontroller", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller", "to": "csharp_namespace:cf70b279825cd52c", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "to": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "to": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "to": "backend_erpcore_controllers_rfqscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "to": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "to": "backend_erpcore_controllers_rfqscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "to": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqsummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_list", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_task", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_task", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_task", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_task", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_actionresult", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_httpget", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_httpget", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_getbyid", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "to": "backend_erpcore_controllers_rfqscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_create", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rfqscontroller_cs_httppost", "to": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_vendorquotationdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_addquotation", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisondto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rfqscontroller_erpcore_controllers_rfqscontroller_comparison", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rolescontroller", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller", "to": "csharp_namespace:cf4d04315ea8addf", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "to": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "to": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "to": "backend_erpcore_controllers_rolescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "to": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "to": "backend_erpcore_controllers_rolescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_list", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_task", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_task", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_task", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_task", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_task", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_task", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_task", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_actionresult", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_httpget", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_httpget", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getbyid", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "to": "backend_erpcore_controllers_rolescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_createrolerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_create", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "to": "backend_erpcore_controllers_rolescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_update", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_httpput", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "to": "backend_erpcore_controllers_rolescontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "to": "backend_erpcore_controllers_rolescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolestatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_setstatus", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rolescontroller_cs_iactionresult", "to": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "to": "backend_erpcore_controllers_rolescontroller_cs_httpdelete", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_delete", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_deleteasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_getpermissions", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_rolescontroller_erpcore_controllers_rolescontroller_assignpermissions", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller", "to": "csharp_namespace:8db4266f43636fa7", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "to": "backend_erpcore_controllers_stockadjustmentscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "to": "backend_erpcore_controllers_stockadjustmentscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "to": "backend_erpcore_controllers_stockadjustmentscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "to": "backend_erpcore_controllers_stockadjustmentscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "to": "backend_erpcore_controllers_stockadjustmentscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "to": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentsummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_list", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_cs_task", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_cs_task", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_cs_httpget", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "to": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_getbyid", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "to": "backend_erpcore_controllers_stockadjustmentscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "to": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "to": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockadjustmentscontroller_erpcore_controllers_stockadjustmentscontroller_create", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcontroller", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller", "to": "csharp_namespace:8db4266f43636fa7", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller", "to": "csharp_namespace:cf70b279825cd52c", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "to": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "to": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "to": "backend_erpcore_controllers_stockcontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "to": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "to": "backend_erpcore_controllers_stockcontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "to": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhand", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_task", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_task", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_task", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_task", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_task", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_httpget", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_httpget", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_httpget", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_httpget", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "to": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_onhandlist", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "to": "backend_erpcore_controllers_stockcontroller_cs_dateonly", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "to": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockledgerrowdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_ledger", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "to": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_valuation", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "to": "backend_erpcore_dtos_stock_reorderdtos_erpcore_dtos_stock_reorderalertdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_reorderalerts", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "to": "backend_erpcore_controllers_stockcontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcontroller_erpcore_controllers_stockcontroller_suggestrequisition", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcountscontroller", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller", "to": "csharp_namespace:8db4266f43636fa7", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "to": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "to": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "to": "backend_erpcore_controllers_stockcountscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "to": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "to": "backend_erpcore_controllers_stockcountscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "to": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countsummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_list", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_task", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_task", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_task", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_task", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_actionresult", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_httpget", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_getbyid", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "to": "backend_erpcore_controllers_stockcountscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_create", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_cs_httppost", "to": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "to": "backend_erpcore_controllers_stockcountscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_entercounts", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countpostresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stockcountscontroller_erpcore_controllers_stockcountscontroller_post", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller", "to": "csharp_namespace:8db4266f43636fa7", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "to": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "to": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "to": "backend_erpcore_controllers_stocktransferscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "to": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "to": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "to": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfersummarydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_list", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_task", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_actionresult", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_httpget", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_getbyid", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "to": "backend_erpcore_controllers_stocktransferscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_create", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_httppost", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_cs_httppost", "to": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_dispatchresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_dispatch", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receiveresultdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_stocktransferscontroller_erpcore_controllers_stocktransferscontroller_receive", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller", "to": "csharp_namespace:760215680402ba47", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "to": "backend_erpcore_controllers_subcategoriescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "to": "backend_erpcore_controllers_subcategoriescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "to": "backend_erpcore_controllers_subcategoriescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "to": "backend_erpcore_controllers_subcategoriescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "to": "backend_erpcore_controllers_subcategoriescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_getbyid", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_cs_task", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_cs_task", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_cs_actionresult", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "to": "backend_erpcore_controllers_subcategoriescontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategoryrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_update", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "to": "backend_erpcore_controllers_subcategoriescontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "to": "backend_erpcore_controllers_subcategoriescontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategorystatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_subcategoriescontroller_erpcore_controllers_subcategoriescontroller_setstatus", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_uomscontroller", "to": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller", "to": "csharp_namespace:6957198080ecba5a", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "to": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "to": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "to": "backend_erpcore_controllers_uomscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "to": "backend_erpcore_controllers_uomscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "to": "backend_erpcore_controllers_uomscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "to": "backend_erpcore_controllers_uomscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "to": "backend_erpcore_controllers_uomscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "to": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_list", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_uomscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_cs_task", "to": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_cs_actionresult", "to": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "to": "backend_erpcore_controllers_uomscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "to": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_createuomrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "to": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_uomscontroller_erpcore_controllers_uomscontroller_create", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_userscontroller", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller", "to": "csharp_namespace:91dcdb897603f8ee", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller", "to": "csharp_namespace:c4a57c1bab5d94c3", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "to": "backend_erpcore_controllers_userscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "to": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "to": "backend_erpcore_controllers_userscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "to": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "to": "backend_erpcore_controllers_userscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "to": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_emaillookup", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_task", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_task", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_task", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_task", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_task", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_actionresult", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_actionresult", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_actionresult", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_actionresult", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_actionresult", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_httpget", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_httpget", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_httpget", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_list", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "to": "backend_erpcore_controllers_userscontroller_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_usertypeoptiondto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_listusertypes", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_getbyid", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "to": "backend_erpcore_controllers_userscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_create", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "to": "backend_erpcore_controllers_userscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_updateuserrolerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_userscontroller_erpcore_controllers_userscontroller_updaterole", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_vendorscontroller", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller", "to": "csharp_namespace:99965268be1ae8a2", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "to": "backend_erpcore_controllers_vendorscontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "to": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "to": "backend_erpcore_controllers_vendorscontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "to": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "to": "backend_erpcore_controllers_vendorscontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_list", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_task", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_task", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_task", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_task", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_actionresult", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_actionresult", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_actionresult", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_httpget", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_getbyid", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "to": "backend_erpcore_controllers_vendorscontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_createvendorrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_create", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "to": "backend_erpcore_controllers_vendorscontroller_cs_httpput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_update", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "to": "backend_erpcore_controllers_vendorscontroller_cs_httppatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "to": "backend_erpcore_controllers_vendorscontroller_cs_iactionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_vendorscontroller_erpcore_controllers_vendorscontroller_setstatus", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_warehousescontroller", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller", "to": "csharp_namespace:8ae1b0096119b211", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller", "to": "csharp_namespace:e897964dbb11f998", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "to": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "to": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "to": "backend_erpcore_controllers_warehousescontroller_cs_httpget", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "to": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "to": "backend_erpcore_controllers_warehousescontroller_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_list", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_cancellationtoken", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_task", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_task", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_task", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_task", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_actionresult", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_httpget", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_httpget", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_producesresponsetype", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_getbyid", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "to": "backend_erpcore_controllers_warehousescontroller_cs_httppost", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createwarehouserequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_create", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_warehousescontroller_cs_httppost", "to": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "to": "backend_erpcore_controllers_warehousescontroller_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_listbins", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createbinrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_controllers_warehousescontroller_erpcore_controllers_warehousescontroller_createbin", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_domain_documenttypes", "to": "backend_erpcore_domain_documenttypes_erpcore_domain_documenttypes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_documenttypes", "to": "csharp_namespace:69d3c218db255e97", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:69d3c218db255e97", "to": "backend_erpcore_domain_ledgersourcetypes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:69d3c218db255e97", "to": "backend_erpcore_services_adjustmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:69d3c218db255e97", "to": "backend_erpcore_services_countservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:69d3c218db255e97", "to": "backend_erpcore_services_grnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:69d3c218db255e97", "to": "backend_erpcore_services_production_productionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:69d3c218db255e97", "to": "backend_erpcore_services_purchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:69d3c218db255e97", "to": "backend_erpcore_services_purchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:69d3c218db255e97", "to": "backend_erpcore_services_requisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:69d3c218db255e97", "to": "backend_erpcore_services_rfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:69d3c218db255e97", "to": "backend_erpcore_services_transferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_documenttypes_erpcore_domain_documenttypes", "to": "backend_erpcore_domain_documenttypes_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord", "to": "csharp_namespace:ebc338855f18487b", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_attendanceuploadbatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_auditlog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_batch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_bin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_brand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_category", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_department", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_designation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_employee", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_employeebankdetail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_employeedocument", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_employeeloan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_employeesalarystructure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_employeesalarystructureline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_employmenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_grn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_grnline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_hrdocumenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_itemreorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_itemtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_journalentrystub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_leavebalance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_leaverequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_leavetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_loaninstallment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_navitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_numbersequence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_payrollline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_payrolllinecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_payrollrun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_payrollstatutorysetting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_payslip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_permission", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_poline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_productconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_productionrun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_productiontemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_purchaseorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_purchasereturn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_purchasereturnline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_reasoncode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_requisition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_requisitionline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_rfq", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_rfqline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_rolepermission", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_runedge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_runstage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_runstageevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_runstageinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_runstageoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_salarycomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_serial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stageedge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stageinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stageoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stockadjustment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stockadjustmentline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stockcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stockcountline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stocklayer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stockledger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stocktransfer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_stocktransferline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_subcategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_subnavitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_taxslab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_templatestage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_uom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_uomconversion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_vendor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_vendorquotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_vendorquotationline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_warehouse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_domain_entities_workshift", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_auth_currentuser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_auditing_auditscribe", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_binconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_branchconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_brandconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_categoryconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_departmentconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_designationconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_employeeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_itemconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_navitemconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_payslipconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_permissionconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_roleconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_uomconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_userconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_vendorconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_dataseeder", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_infra_persistence_erpdbcontext", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_adjustmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_auditservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_brandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_categoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_countservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_dashboardservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_grnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_attendancecomputationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_attendanceuploadservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_branchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_departmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_designationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_employeedocumentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_employeeloanservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_employeesalarystructureservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_employeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_employeeuserlinkservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_employmenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_hrreportservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_leavebalanceservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_leaverequestservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_leavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_payrollcalculationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_payrollrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_payslipservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_salarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_taxslabservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_hrm_workshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_interfaces_iattendancecomputationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_interfaces_ififocostingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_interfaces_istockmutator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_interfaces_iuomconverter", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_itemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_itemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_productconfigservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_production_productionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_production_productiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_purchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_purchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_reasoncodeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_reorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_requisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_rfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_roleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_stock_fifocostingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_stock_stockmutator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_stock_stockservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_stock_uomconverter", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_transferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_uomservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_usermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_vendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:ebc338855f18487b", "to": "backend_erpcore_services_warehouseservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_domain_entities_attendancerecord_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_domain_entities_attendancerecord_cs_timespan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_domain_enums_attendancestatus_erpcore_domain_enums_attendancestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice_compute", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendancerecord_erpcore_domain_entities_attendancerecord", "to": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendanceuploadbatch", "to": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendanceuploadbatch", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "to": "backend_erpcore_domain_entities_attendanceuploadbatch_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "to": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "to": "backend_erpcore_domain_enums_attendancesourcetype_erpcore_domain_enums_attendancesourcetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "to": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "to": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_attendanceuploadbatch_erpcore_domain_entities_attendanceuploadbatch", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_auditlog", "to": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_auditlog", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "to": "backend_erpcore_domain_entities_auditlog_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "to": "backend_erpcore_domain_enums_auditaction_erpcore_domain_enums_auditaction", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_auditlog_erpcore_domain_entities_auditlog", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_batch", "to": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "to": "backend_erpcore_domain_entities_batch_cs_dateonly", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "to": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "to": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "to": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_batch_erpcore_domain_entities_batch", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_bin", "to": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "to": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "to": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "to": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "to": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_bin_erpcore_domain_entities_bin", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch", "to": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "to": "backend_erpcore_domain_entities_branch_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "to": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "to": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "to": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "to": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "to": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_branch_erpcore_domain_entities_branch", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_brand", "to": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_brand", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "to": "backend_erpcore_domain_entities_brand_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "to": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "to": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "to": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_brand_erpcore_domain_entities_brand", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category", "to": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "to": "backend_erpcore_domain_entities_category_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "to": "backend_erpcore_domain_entities_category_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "to": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "to": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "to": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "to": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_category_erpcore_domain_entities_category", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_department", "to": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_department", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "to": "backend_erpcore_domain_entities_department_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "to": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "to": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "to": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_department_erpcore_domain_entities_department", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_designation", "to": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_designation", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "to": "backend_erpcore_domain_entities_designation_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "to": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "to": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "to": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_designation_erpcore_domain_entities_designation", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_employee_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_enums_gender_erpcore_domain_enums_gender", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employee_erpcore_domain_entities_employee", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeebankdetail", "to": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeebankdetail", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "to": "backend_erpcore_domain_entities_employeebankdetail_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "to": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "to": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeebankdetail_erpcore_domain_entities_employeebankdetail", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeedocument", "to": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeedocument", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "to": "backend_erpcore_domain_entities_employeedocument_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "to": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "to": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "to": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "to": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeedocument_erpcore_domain_entities_employeedocument", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan", "to": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "to": "backend_erpcore_domain_entities_employeeloan_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "to": "backend_erpcore_domain_entities_employeeloan_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "to": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "to": "backend_erpcore_domain_enums_loankind_erpcore_domain_enums_loankind", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "to": "backend_erpcore_domain_enums_loanstatus_erpcore_domain_enums_loanstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeeloan_erpcore_domain_entities_employeeloan", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructure", "to": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructure", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "to": "backend_erpcore_domain_entities_employeesalarystructure_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "to": "backend_erpcore_domain_entities_employeesalarystructure_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "to": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "to": "backend_erpcore_domain_enums_salarystructurestatus_erpcore_domain_enums_salarystructurestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructure_erpcore_domain_entities_employeesalarystructure", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructureline", "to": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "to": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employeesalarystructureline_erpcore_domain_entities_employeesalarystructureline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employmenttype", "to": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employmenttype", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "to": "backend_erpcore_domain_entities_employmenttype_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "to": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "to": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_employmenttype_erpcore_domain_entities_employmenttype", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn", "to": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_domain_entities_grn_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_domain_entities_grn_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grn_erpcore_domain_entities_grn", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline", "to": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "to": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "to": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "to": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "to": "backend_erpcore_domain_enums_holdstatus_erpcore_domain_enums_holdstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "to": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "to": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_grnline_erpcore_domain_entities_grnline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_hrdocumenttype", "to": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_hrdocumenttype", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "to": "backend_erpcore_domain_entities_hrdocumenttype_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "to": "backend_erpcore_domain_enums_hrdocumentcategory_erpcore_domain_enums_hrdocumentcategory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "to": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "to": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_hrdocumenttype_erpcore_domain_entities_hrdocumenttype", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_item_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_item_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_enums_stocknature_erpcore_domain_enums_stocknature", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_item_erpcore_domain_entities_item", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemreorder", "to": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "to": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "to": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemreorder_erpcore_domain_entities_itemreorder", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemtype", "to": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemtype", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "to": "backend_erpcore_domain_entities_itemtype_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "to": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "to": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_itemtype_erpcore_domain_entities_itemtype", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_journalentrystub", "to": "backend_erpcore_domain_entities_journalentrystub_erpcore_domain_entities_journalentrystub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_journalentrystub_erpcore_domain_entities_journalentrystub", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_journalentrystub_erpcore_domain_entities_journalentrystub", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_journalentrystub_erpcore_domain_entities_journalentrystub", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavebalance", "to": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "to": "backend_erpcore_domain_entities_leavebalance_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "to": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "to": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "to": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavebalance_erpcore_domain_entities_leavebalance", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest", "to": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "to": "backend_erpcore_domain_entities_leaverequest_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "to": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "to": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "to": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "to": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leaverequest_erpcore_domain_entities_leaverequest", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavetype", "to": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavetype", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "to": "backend_erpcore_domain_entities_leavetype_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "to": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "to": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_leavetype_erpcore_domain_entities_leavetype", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_loaninstallment", "to": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_loaninstallment", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "to": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "to": "backend_erpcore_domain_enums_loaninstallmentstatus_erpcore_domain_enums_loaninstallmentstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_loaninstallment_erpcore_domain_entities_loaninstallment", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_navitem", "to": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_navitem", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "to": "backend_erpcore_domain_entities_navitem_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "to": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "to": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "to": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "to": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_navitem_erpcore_domain_entities_navitem", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_numbersequence", "to": "backend_erpcore_domain_entities_numbersequence_erpcore_domain_entities_numbersequence", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_numbersequence_erpcore_domain_entities_numbersequence", "to": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_numbersequence_erpcore_domain_entities_numbersequence", "to": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_numbersequence_erpcore_domain_entities_numbersequence", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline", "to": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_domain_entities_payrollline_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_mapline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollline_erpcore_domain_entities_payrollline", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrolllinecomponent", "to": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrolllinecomponent", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "to": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "to": "backend_erpcore_domain_enums_payrolllinecomponentcategory_erpcore_domain_enums_payrolllinecomponentcategory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrolllinecomponent_erpcore_domain_entities_payrolllinecomponent", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollrun", "to": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollrun", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "to": "backend_erpcore_domain_entities_payrollrun_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "to": "backend_erpcore_domain_entities_payrollrun_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "to": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "to": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "to": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollrun_erpcore_domain_entities_payrollrun", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollstatutorysetting", "to": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "to": "backend_erpcore_domain_entities_payrollstatutorysetting_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payrollstatutorysetting_erpcore_domain_entities_payrollstatutorysetting", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payslip", "to": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "to": "backend_erpcore_domain_entities_payslip_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "to": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "to": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_payslip_erpcore_domain_entities_payslip", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_permission", "to": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "to": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "to": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "to": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "to": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_permission_erpcore_domain_entities_permission", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_poline", "to": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "to": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "to": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_poline_erpcore_domain_entities_poline", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_toline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productconfig", "to": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "to": "backend_erpcore_domain_entities_productconfig_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "to": "backend_erpcore_domain_entities_productconfig_cs_int", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "to": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "to": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productconfig_erpcore_domain_entities_productconfig", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_entities_productionrun_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_entities_productionrun_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productionrun_erpcore_domain_entities_productionrun", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_domain_entities_productiontemplate_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_domain_entities_productiontemplate_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_productiontemplate_erpcore_domain_entities_productiontemplate", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_domain_entities_purchaseorder_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_domain_entities_purchaseorder_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchaseorder_erpcore_domain_entities_purchaseorder", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_domain_entities_purchasereturn_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_domain_entities_purchasereturn_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_domain_enums_returnstatus_erpcore_domain_enums_returnstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturn_erpcore_domain_entities_purchasereturn", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturnline", "to": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_purchasereturnline_erpcore_domain_entities_purchasereturnline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_reasoncode", "to": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_reasoncode", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "to": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "to": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "to": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "to": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "to": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_reasoncode_erpcore_domain_entities_reasoncode", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition", "to": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "to": "backend_erpcore_domain_entities_requisition_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "to": "backend_erpcore_domain_entities_requisition_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "to": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "to": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "to": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisition_erpcore_domain_entities_requisition", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisitionline", "to": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "to": "backend_erpcore_domain_entities_requisitionline_cs_dateonly", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_requisitionline_erpcore_domain_entities_requisitionline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq", "to": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "to": "backend_erpcore_domain_entities_rfq_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "to": "backend_erpcore_domain_entities_rfq_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "to": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "to": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "to": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfq_erpcore_domain_entities_rfq", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfqline", "to": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rfqline_erpcore_domain_entities_rfqline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role", "to": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "to": "backend_erpcore_domain_entities_role_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "to": "backend_erpcore_domain_entities_role_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "to": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "to": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "to": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_role_erpcore_domain_entities_role", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rolepermission", "to": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "to": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "to": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_rolepermission_erpcore_domain_entities_rolepermission", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runedge", "to": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "to": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runedge_erpcore_domain_entities_runedge", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage", "to": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_domain_entities_runstage_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_domain_entities_runstage_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_domain_enums_productionstagestatus_erpcore_domain_enums_productionstagestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstage_erpcore_domain_entities_runstage", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageevent", "to": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageevent", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "to": "backend_erpcore_domain_entities_runstageevent_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "to": "backend_erpcore_domain_enums_runstageeventtype_erpcore_domain_enums_runstageeventtype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageevent_erpcore_domain_entities_runstageevent", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageinput", "to": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageinput", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "to": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "to": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "to": "backend_erpcore_domain_enums_stageinputsource_erpcore_domain_enums_stageinputsource", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageinput_erpcore_domain_entities_runstageinput", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageoutput", "to": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "to": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_runstageoutput_erpcore_domain_entities_runstageoutput", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_salarycomponent", "to": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_salarycomponent", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "to": "backend_erpcore_domain_entities_salarycomponent_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "to": "backend_erpcore_domain_enums_salarycomponenttype_erpcore_domain_enums_salarycomponenttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "to": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "to": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_salarycomponent_erpcore_domain_entities_salarycomponent", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_serial", "to": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "to": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_serial_erpcore_domain_entities_serial", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageedge", "to": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "to": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageedge_erpcore_domain_entities_stageedge", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageinput", "to": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageinput", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "to": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "to": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "to": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "to": "backend_erpcore_domain_enums_stageinputsource_erpcore_domain_enums_stageinputsource", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageinput_erpcore_domain_entities_stageinput", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageoutput", "to": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "to": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "to": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stageoutput_erpcore_domain_entities_stageoutput", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_domain_entities_stockadjustment_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_domain_entities_stockadjustment_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_domain_enums_adjustmentstatus_erpcore_domain_enums_adjustmentstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustment_erpcore_domain_entities_stockadjustment", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustmentline", "to": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockadjustmentline_erpcore_domain_entities_stockadjustmentline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount", "to": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_domain_entities_stockcount_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_domain_entities_stockcount_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_domain_enums_counttype_erpcore_domain_enums_counttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcount_erpcore_domain_entities_stockcount", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcountline", "to": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockcountline_erpcore_domain_entities_stockcountline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocklayer", "to": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "to": "backend_erpcore_domain_entities_stocklayer_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tocreatedlayer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocklayer_erpcore_domain_entities_stocklayer", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger", "to": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "to": "backend_erpcore_domain_entities_stockledger_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "to": "backend_erpcore_domain_enums_direction_erpcore_domain_enums_direction", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "to": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stockledger_erpcore_domain_entities_stockledger", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_domain_entities_stocktransfer_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_domain_entities_stocktransfer_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransfer_erpcore_domain_entities_stocktransfer", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransferline", "to": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_stocktransferline_erpcore_domain_entities_stocktransferline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subcategory", "to": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subcategory", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "to": "backend_erpcore_domain_entities_subcategory_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "to": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "to": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subcategory_erpcore_domain_entities_subcategory", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subnavitem", "to": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subnavitem", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "to": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "to": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_subnavitem_erpcore_domain_entities_subnavitem", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_taxslab", "to": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "to": "backend_erpcore_domain_entities_taxslab_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "to": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_computemarginaltax", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_taxslab_erpcore_domain_entities_taxslab", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_templatestage", "to": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "to": "backend_erpcore_domain_entities_templatestage_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_resolvekeptid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_templatestage_erpcore_domain_entities_templatestage", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_uom", "to": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "to": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "to": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "to": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_uom_erpcore_domain_entities_uom", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_uomconversion", "to": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "to": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "to": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_uomconversion_erpcore_domain_entities_uomconversion", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_user", "to": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_user", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "to": "backend_erpcore_domain_entities_user_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "to": "backend_erpcore_domain_entities_user_cs_int", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "to": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "to": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_user_erpcore_domain_entities_user", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendor", "to": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendor", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "to": "backend_erpcore_domain_entities_vendor_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "to": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "to": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "to": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendor_erpcore_domain_entities_vendor", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotation", "to": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "to": "backend_erpcore_domain_entities_vendorquotation_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "to": "backend_erpcore_domain_entities_vendorquotation_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "to": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotation_erpcore_domain_entities_vendorquotation", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotationline", "to": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_vendorquotationline_erpcore_domain_entities_vendorquotationline", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_warehouse", "to": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "to": "backend_erpcore_domain_entities_warehouse_cs_icollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "to": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "to": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_warehouse_erpcore_domain_entities_warehouse", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift", "to": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift", "to": "csharp_namespace:fbf43dc91365a344", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "to": "backend_erpcore_domain_entities_workshift_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "to": "backend_erpcore_domain_entities_workshift_cs_timespan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "to": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "to": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "to": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice_compute", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_entities_workshift_erpcore_domain_entities_workshift", "to": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_adjustmentstatus", "to": "backend_erpcore_domain_enums_adjustmentstatus_erpcore_domain_enums_adjustmentstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_adjustmentstatus", "to": "csharp_namespace:fbf43dc91365a344", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_attendancebatchstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_attendancesourcetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_attendancestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_auditaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_countstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_counttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_customfieldtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_direction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_employeedocumentstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_employeestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_entitystatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_gender", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_grnstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_holdstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_hrdocumentcategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_leaverequeststatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_loaninstallmentstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_loankind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_loanstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_payrolllinecomponentcategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_payrollrunstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_productionrunstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_productionstagestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_purchaseorderstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_reasoncontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_requisitionstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_returnstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_rfqstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_rowvalidationstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_runstageeventtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_salarycomponenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_salarystructurestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_stageinputsource", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_stocknature", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_trackingmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_domain_enums_transferstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_audit_auditdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_brands_branddtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_categories_categorydtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_grn_grndtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_hrm_attendancedtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_hrm_documentdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_hrm_employeedtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_hrm_leavedtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_hrm_orgmasterdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_hrm_payrolldtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_items_itemdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_procurement_purchasereturndtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_procurement_requisitiondtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_procurement_rfqdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_production_rundtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_production_stageactiondtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_production_templatedtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_rbac_roledtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_reference_reasoncodedtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_stock_adjustmentdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_stock_countdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_stock_stockdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_stock_transferdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_users_userdtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_dtos_vendors_vendordtos", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_auditing_auditscribe", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_branchconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_brandconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_categoryconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_departmentconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_designationconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_employeeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_itemconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_navitemconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_roleconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_userconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_vendorconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_infra_persistence_dataseeder", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_adjustmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_brandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_categoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_countservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_dashboardservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_grnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_attendancecomputationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_attendanceuploadservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_branchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_departmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_designationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_employeedocumentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_employeeloanservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_employeesalarystructureservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_employeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_employmenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_hrreportservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_leaverequestservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_leavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_payrollcalculationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_payrollrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_payslipservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_salarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_hrm_workshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_ibranchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_ibrandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_icategoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_icountservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_idepartmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_idesignationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_iemployeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_ififocostingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_igrnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_iitemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_iitemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_ileaverequestservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_ileavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_ipayrollrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_iproductionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_ireasoncodeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_irequisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_irfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_iroleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_isalarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_itransferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_ivendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_interfaces_iworkshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_itemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_itemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_production_productiongraphvalidator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_production_productionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_production_productiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_purchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_purchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_reasoncodeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_requisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_rfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_roleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_stock_fifocostingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_stock_stockmutator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_stock_stockservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_transferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_usermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fbf43dc91365a344", "to": "backend_erpcore_services_vendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_attendancebatchstatus", "to": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_attendancebatchstatus_erpcore_domain_enums_attendancebatchstatus", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_attendancesourcetype", "to": "backend_erpcore_domain_enums_attendancesourcetype_erpcore_domain_enums_attendancesourcetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_attendancestatus", "to": "backend_erpcore_domain_enums_attendancestatus_erpcore_domain_enums_attendancestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_attendancestatus_erpcore_domain_enums_attendancestatus", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_auditaction", "to": "backend_erpcore_domain_enums_auditaction_erpcore_domain_enums_auditaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_auditaction_erpcore_domain_enums_auditaction", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_buildchangeset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_countstatus", "to": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_countstatus_erpcore_domain_enums_countstatus", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_counttype", "to": "backend_erpcore_domain_enums_counttype_erpcore_domain_enums_counttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_counttype_erpcore_domain_enums_counttype", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_customfieldtype", "to": "backend_erpcore_domain_enums_customfieldtype_erpcore_domain_enums_customfieldtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_direction", "to": "backend_erpcore_domain_enums_direction_erpcore_domain_enums_direction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_direction_erpcore_domain_enums_direction", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_direction_erpcore_domain_enums_direction", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_employeedocumentstatus", "to": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updateemployeedocumentstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_employeedocumentstatus_erpcore_domain_enums_employeedocumentstatus", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_employeestatus", "to": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeestatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_employeestatus_erpcore_domain_enums_employeestatus", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategorystatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategorystatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtypestatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_updatetemplatestatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolestatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorstatusrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_entitystatus_erpcore_domain_enums_entitystatus", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_gender", "to": "backend_erpcore_domain_enums_gender_erpcore_domain_enums_gender", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_gender_erpcore_domain_enums_gender", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_gender_erpcore_domain_enums_gender", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_grnstatus", "to": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_grnstatus_erpcore_domain_enums_grnstatus", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_holdstatus", "to": "backend_erpcore_domain_enums_holdstatus_erpcore_domain_enums_holdstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_holdstatus_erpcore_domain_enums_holdstatus", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnlineinput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_hrdocumentcategory", "to": "backend_erpcore_domain_enums_hrdocumentcategory_erpcore_domain_enums_hrdocumentcategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_hrdocumentcategory_erpcore_domain_enums_hrdocumentcategory", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_hrdocumentcategory_erpcore_domain_enums_hrdocumentcategory", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_leaverequeststatus", "to": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_leaverequeststatus_erpcore_domain_enums_leaverequeststatus", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_loaninstallmentstatus", "to": "backend_erpcore_domain_enums_loaninstallmentstatus_erpcore_domain_enums_loaninstallmentstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_loankind", "to": "backend_erpcore_domain_enums_loankind_erpcore_domain_enums_loankind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_loankind_erpcore_domain_enums_loankind", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_loanstatus", "to": "backend_erpcore_domain_enums_loanstatus_erpcore_domain_enums_loanstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_payrolllinecomponentcategory", "to": "backend_erpcore_domain_enums_payrolllinecomponentcategory_erpcore_domain_enums_payrolllinecomponentcategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_payrollrunstatus", "to": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_payrollrunstatus_erpcore_domain_enums_payrollrunstatus", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_productionrunstatus", "to": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_productionrunstatus_erpcore_domain_enums_productionrunstatus", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_productionstagestatus", "to": "backend_erpcore_domain_enums_productionstagestatus_erpcore_domain_enums_productionstagestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_purchaseorderstatus", "to": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_iseditable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_purchaseorderstatus_erpcore_domain_enums_purchaseorderstatus", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_reasoncontext", "to": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "to": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_reasoncontext_erpcore_domain_enums_reasoncontext", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_requisitionstatus", "to": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_requisitionstatus_erpcore_domain_enums_requisitionstatus", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_returnstatus", "to": "backend_erpcore_domain_enums_returnstatus_erpcore_domain_enums_returnstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_rfqstatus", "to": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_rfqstatus_erpcore_domain_enums_rfqstatus", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_rowvalidationstatus", "to": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_rowvalidationstatus_erpcore_domain_enums_rowvalidationstatus", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_runstageeventtype", "to": "backend_erpcore_domain_enums_runstageeventtype_erpcore_domain_enums_runstageeventtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_runstageeventtype_erpcore_domain_enums_runstageeventtype", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_salarycomponenttype", "to": "backend_erpcore_domain_enums_salarycomponenttype_erpcore_domain_enums_salarycomponenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_salarycomponenttype_erpcore_domain_enums_salarycomponenttype", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_salarystructurestatus", "to": "backend_erpcore_domain_enums_salarystructurestatus_erpcore_domain_enums_salarystructurestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_stageinputsource", "to": "backend_erpcore_domain_enums_stageinputsource_erpcore_domain_enums_stageinputsource", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_stageinputsource_erpcore_domain_enums_stageinputsource", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveinputrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_stocknature", "to": "backend_erpcore_domain_enums_stocknature_erpcore_domain_enums_stocknature", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_stocknature_erpcore_domain_enums_stocknature", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_stocknature_erpcore_domain_enums_stocknature", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_trackingmode", "to": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_trackingmode_erpcore_domain_enums_trackingmode", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_transferstatus", "to": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_enums_transferstatus_erpcore_domain_enums_transferstatus", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_ledgersourcetypes", "to": "backend_erpcore_domain_ledgersourcetypes_erpcore_domain_ledgersourcetypes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_domain_ledgersourcetypes_erpcore_domain_ledgersourcetypes", "to": "backend_erpcore_domain_ledgersourcetypes_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_audit_auditdtos", "to": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_auditlogdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_audit_auditdtos", "to": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_journalentrystubdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_audit_auditdtos", "to": "csharp_namespace:31295fa7bfc1d154", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:31295fa7bfc1d154", "to": "backend_erpcore_services_auditservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:31295fa7bfc1d154", "to": "backend_erpcore_services_interfaces_iauditservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_auditlogdto", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_auditlogdto", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_journalentrystubdto", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_audit_auditdtos_erpcore_dtos_audit_journalentrystubdto", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos", "to": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos", "to": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos", "to": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos", "to": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos", "to": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos", "to": "csharp_namespace:5ee9edd53badd68a", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_dtos_auth_authrecoverydtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_dtos_auth_authroledtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_dtos_auth_authuserdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_infra_auth_authhex_authhexclient", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_services_auth_authaltservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_services_auth_authrecoveryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_services_auth_authsessionresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_services_auth_authuserservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_services_interfaces_iauthaltservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_services_interfaces_iauthuserservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_services_roleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5ee9edd53badd68a", "to": "backend_erpcore_services_usermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailablerequest", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "to": "backend_erpcore_dtos_auth_authaltdtos_cs_jsonelement", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_isavailableresponse", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotprequest", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "to": "backend_erpcore_dtos_auth_authaltdtos_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_sendotpresponse", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "to": "backend_erpcore_dtos_auth_authaltdtos_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authaltdtos_erpcore_dtos_auth_verifyaltotprequest", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos", "to": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordrequest", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "to": "backend_erpcore_dtos_auth_authrecoverydtos_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_forgotpasswordresponse", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotprequest", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "to": "backend_erpcore_dtos_auth_authrecoverydtos_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_verifyrecoveryotpresponse", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordrequest", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authrecoverydtos_erpcore_dtos_auth_resetpasswordwithtokenrequest", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos", "to": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos", "to": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_createauthhexrolerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos", "to": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_updateauthhexrolerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "to": "backend_erpcore_dtos_auth_authroledtos_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "to": "backend_erpcore_dtos_auth_authroledtos_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_authhexroledto", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_cs_guid", "to": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_updateauthhexrolerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_createauthhexrolerequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_createauthhexrolerequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_updateauthhexrolerequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authroledtos_erpcore_dtos_auth_updateauthhexrolerequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserstatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_lockuseraccountrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_refreshtokenrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usertypedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "to": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usersummarydto", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_cs_guid", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usertypedto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_authsessionresponse", "to": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_registerrequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_loginrequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifyotpforloginrequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_otploginverifiedresponse", "to": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_refreshtokenrequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_refreshtokenrequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "to": "backend_erpcore_dtos_auth_authuserdtos_cs_jsonelement", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_getuserdetailsresponse", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_cs_jsonelement", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usertypedto", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_usertypedto", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "to": "backend_erpcore_dtos_auth_authuserdtos_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_sessiondto", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_cs_datetime", "to": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserstatusrequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserstatusrequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_lockuseraccountrequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_lockuseraccountrequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_changeuserpasswordrequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordrequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifypasswordresponse", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_updateuserrequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofasetupresponse", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetuprequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "to": "backend_erpcore_dtos_auth_authuserdtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_completetwofasetupresponse", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_verifytwofarequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_disabletwofarequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_twofastatusresponse", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_auth_authuserdtos_erpcore_dtos_auth_logoutrequest", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_createbrandrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos", "to": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandstatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos", "to": "csharp_namespace:a0fc09c7a8910489", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a0fc09c7a8910489", "to": "backend_erpcore_services_brandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a0fc09c7a8910489", "to": "backend_erpcore_services_interfaces_ibrandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_branddto", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_createbrandrequest", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_createbrandrequest", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandrequest", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_brands_branddtos_erpcore_dtos_brands_updatebrandrequest", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createcategoryrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createsubcategoryrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategoryrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategorystatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategoryrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos", "to": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategorystatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos", "to": "csharp_namespace:760215680402ba47", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:760215680402ba47", "to": "backend_erpcore_services_categoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:760215680402ba47", "to": "backend_erpcore_services_interfaces_icategoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_categorydto", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_subcategorydto", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createcategoryrequest", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createcategoryrequest", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategoryrequest", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatecategoryrequest", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createsubcategoryrequest", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_createsubcategoryrequest", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategoryrequest", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_categories_categorydtos_erpcore_dtos_categories_updatesubcategoryrequest", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery", "to": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery", "to": "csharp_namespace:e897964dbb11f998", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_dtos_common_pagedresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_adjustmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_auditservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_brandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_categoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_countservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_dashboardservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_grnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_attendanceuploadservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_branchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_departmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_designationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_employeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_employmenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_leaverequestservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_leavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_payrollrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_salarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_hrm_workshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iadjustmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iauditservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ibranchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ibrandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_icategoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_icountservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_idepartmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_idesignationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iemployeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_igrnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iitemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iitemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ileaverequestservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ileavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ipayrollrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iproductionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ireasoncodeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ireorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_irequisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_irfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iroleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_isalarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_istockservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_itransferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iuomservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iusermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_ivendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iwarehouseservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_interfaces_iworkshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_itemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_itemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_production_productionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_production_productiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_purchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_purchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_reasoncodeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_reorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_requisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_rfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_roleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_stock_stockservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_transferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_uomservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_usermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_vendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e897964dbb11f998", "to": "backend_erpcore_services_warehouseservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_dtos_common_pagequery_cs_int", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagequery_erpcore_dtos_common_pagequery", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_paginationdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse_create", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_common_pagedresponse_erpcore_dtos_common_pagedresponse_create", "to": "backend_erpcore_dtos_common_pagedresponse_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_config_productconfigdtos", "to": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_config_productconfigdtos", "to": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_updateproductconfigrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_config_productconfigdtos", "to": "csharp_namespace:20bf164dfbde34b2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:20bf164dfbde34b2", "to": "backend_erpcore_services_interfaces_iproductconfigservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:20bf164dfbde34b2", "to": "backend_erpcore_services_productconfigservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_productconfigdto", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_updateproductconfigrequest", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_config_productconfigdtos_erpcore_dtos_config_updateproductconfigrequest", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_dashboard_dashboarddtos", "to": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_dashboardstatsdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_dashboard_dashboarddtos", "to": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_warehousevaluationdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_dashboard_dashboarddtos", "to": "csharp_namespace:6112ff8a942c07bf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:6112ff8a942c07bf", "to": "backend_erpcore_services_dashboardservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:6112ff8a942c07bf", "to": "backend_erpcore_services_interfaces_idashboardservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_dashboardstatsdto", "to": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_dashboard_dashboarddtos_erpcore_dtos_dashboard_dashboardstatsdto", "to": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_batchinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_createdlayerdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnlinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnsummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselinerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselineresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos", "to": "csharp_namespace:9fa7078d318d766d", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:9fa7078d318d766d", "to": "backend_erpcore_services_grnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:9fa7078d318d766d", "to": "backend_erpcore_services_interfaces_igrnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grndto", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnsummarydto", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnsummarydto", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_createdlayerdto", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tocreatedlayer", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_grnconfirmresultdto", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselineresultdto", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_releaselineresultdto", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_batchinput", "to": "backend_erpcore_dtos_grn_grndtos_cs_dateonly", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_batchinput", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnlineinput", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_batchinput", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnlineinput", "to": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "to": "backend_erpcore_dtos_grn_grndtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_grn_grndtos_erpcore_dtos_grn_creategrnrequest", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_resolveduplicaterequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_unlockattendancebatchrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos", "to": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_uploadattendancebatchmetadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos", "to": "csharp_namespace:91dcdb897603f8ee", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_dtos_hrm_documentdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_dtos_hrm_employeedtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_dtos_hrm_leavedtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_dtos_hrm_orgmasterdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_dtos_hrm_payrolldtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_dtos_hrm_reportdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_attendanceuploadservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_branchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_departmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_designationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_employeedocumentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_employeeloanservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_employeesalarystructureservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_employeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_employeeuserlinkservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_employmenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_hrreportservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_leavebalanceservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_leaverequestservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_leavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_payrollrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_payslipservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_salarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_taxslabservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_hrm_workshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_ibranchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_idepartmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_idesignationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_iemployeeloanservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_iemployeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_ihrreportservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_ileavebalanceservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_ileaverequestservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_ileavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_ipayrollrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_ipayslipservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_isalarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_itaxslabservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:91dcdb897603f8ee", "to": "backend_erpcore_services_interfaces_iworkshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendanceuploadbatchdto", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_uploadattendancebatchmetadata", "to": "backend_erpcore_dtos_hrm_attendancedtos_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_attendancerecorddto", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "to": "backend_erpcore_dtos_hrm_attendancedtos_cs_timespan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_updateattendancerecordrequest", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_resolveduplicaterequest", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_attendancedtos_erpcore_dtos_hrm_resolveduplicaterequest", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updateemployeedocumentstatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos", "to": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_hrdocumenttypedto", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_createhrdocumenttyperequest", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_updatehrdocumenttyperequest", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_employeedocumentdto", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "to": "backend_erpcore_dtos_hrm_documentdtos_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_documentdtos_erpcore_dtos_hrm_uploademployeedocumentrequest", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeelistitemdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeestatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_upsertemployeebankdetailrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeelistitemdto", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeelistitemdto", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeedetaildto", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "to": "backend_erpcore_dtos_hrm_employeedtos_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_createemployeerequest", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_cs_datetime", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_updateemployeerequest", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_employeebankdetaildto", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_upsertemployeebankdetailrequest", "to": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "to": "backend_erpcore_dtos_hrm_employeedtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeedtos_erpcore_dtos_hrm_replaceemployeebankdetailsrequest", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "to": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "to": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "to": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_linkuserrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "to": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeeuserlinkdtos", "to": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchdto", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_employeematchdto", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchdto", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_employeeuserlinkdtos_erpcore_dtos_hrm_usermatchdto", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleavetyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalanceadjustmentitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_rejectleaverequestrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavetyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavetypedto", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleavetyperequest", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleavetyperequest", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavetyperequest", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavetyperequest", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leaverequestdto", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "to": "backend_erpcore_dtos_hrm_leavedtos_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_createleaverequestrequest", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalancedto", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_leavebalanceadjustmentitem", "to": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "to": "backend_erpcore_dtos_hrm_leavedtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_leavedtos_erpcore_dtos_hrm_updateleavebalancesrequest", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createbranchrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdepartmentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdesignationrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createemploymenttyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatebranchrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedepartmentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedesignationrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateemploymenttyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatehrmasterstatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_branchdto", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createbranchrequest", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createbranchrequest", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatebranchrequest", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatebranchrequest", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_departmentdto", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdepartmentrequest", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdepartmentrequest", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedepartmentrequest", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedepartmentrequest", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_designationdto", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdesignationrequest", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createdesignationrequest", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedesignationrequest", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updatedesignationrequest", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_employmenttypedto", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createemploymenttyperequest", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createemploymenttyperequest", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateemploymenttyperequest", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateemploymenttyperequest", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_workshiftdto", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_cs_timespan", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_createworkshiftrequest", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_cs_timespan", "to": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_orgmasterdtos_erpcore_dtos_hrm_updateworkshiftrequest", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructurelinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_generatepayrollrunrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_loaninstallmentdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinecomponentdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarystructurelinerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_unlockpayrollrunrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_updatesalarycomponentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarycomponentdto", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarycomponentrequest", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_updatesalarycomponentrequest", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_updatesalarycomponentrequest", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_getcurrentasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeesalarystructuredto", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_salarystructurelinerequest", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "to": "backend_erpcore_dtos_hrm_payrolldtos_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "to": "backend_erpcore_dtos_hrm_payrolldtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createsalarystructurerequest", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_cs_datetime", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_cs_datetime", "to": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_employeeloandto", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createemployeeloanrequest", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollstatutorysettingdto", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_upsertpayrollstatutorysettingrequest", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_taxslabdto", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_createtaxslabrequest", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_mapline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedto", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrolllinedetaildto", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payrollrundto", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_generatepayrollrunrequest", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_generatepayrollrunrequest", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "to": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_payrolldtos_erpcore_dtos_hrm_payslipdto", "to": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_attendancesummaryrowdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_documentexpiryreportrowdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_latearrivalreportrowdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_leavebalancereportrowdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_overtimereportrowdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_payrollregisterrowdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos", "to": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_salaryhistoryrowdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_attendancesummaryrowdto", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_attendancesummaryrowdto", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_overtimereportrowdto", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_overtimereportrowdto", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_latearrivalreportrowdto", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_latearrivalreportrowdto", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_payrollregisterrowdto", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_payrollregisterrowdto", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_salaryhistoryrowdto", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_salaryhistoryrowdto", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_leavebalancereportrowdto", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_leavebalancereportrowdto", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_documentexpiryreportrowdto", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_hrm_reportdtos_erpcore_dtos_hrm_documentexpiryreportrowdto", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_createitemtyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos", "to": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtypestatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos", "to": "csharp_namespace:42396404480c4f5e", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:42396404480c4f5e", "to": "backend_erpcore_services_interfaces_iitemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:42396404480c4f5e", "to": "backend_erpcore_services_itemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_itemtypedto", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_createitemtyperequest", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_createitemtyperequest", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtyperequest", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_itemtypes_itemtypedtos_erpcore_dtos_itemtypes_updateitemtyperequest", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemlistitemdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreorderdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreordersettingsdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemuomconversionsdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_reordersettinginput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_uomconversiondto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_uomconversioninput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemstatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos", "to": "csharp_namespace:5a7b34076b9a66d5", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5a7b34076b9a66d5", "to": "backend_erpcore_services_interfaces_iitemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5a7b34076b9a66d5", "to": "backend_erpcore_services_itemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemlistitemdto", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemlistitemdto", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemdetaildto", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemuomconversionsdto", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemuomconversionsdto", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreordersettingsdto", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_itemreordersettingsdto", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_createitemrequest", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateitemrequest", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_reordersettinginput", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "to": "backend_erpcore_dtos_items_itemdtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updatereorderrequest", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_cs_list", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_uomconversioninput", "to": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_items_itemdtos_erpcore_dtos_items_updateuomconversionsrequest", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_cancelpurchaseorderrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_polinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_pototalsdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseordersummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos", "to": "csharp_namespace:cf70b279825cd52c", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_dtos_procurement_purchasereturndtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_dtos_procurement_requisitiondtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_dtos_procurement_rfqdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_services_interfaces_ireorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_services_interfaces_irequisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_services_interfaces_irfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_services_purchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_services_purchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_services_reorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_services_requisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf70b279825cd52c", "to": "backend_erpcore_services_rfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_pototalsdto", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseorderdto", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseordersummarydto", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_purchaseordersummarydto", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_toline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpolineinput", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_createpurchaseorderrequest", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_cs_list", "to": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchaseorderdtos_erpcore_dtos_procurement_updatepurchaseorderrequest", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnlinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnsummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturndto", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnsummarydto", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_purchasereturnsummarydto", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnlineinput", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "to": "backend_erpcore_dtos_procurement_purchasereturndtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_purchasereturndtos_erpcore_dtos_procurement_createpurchasereturnrequest", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionlinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionsummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitiondto", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionsummarydto", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_requisitionsummarydto", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionlineinput", "to": "backend_erpcore_dtos_procurement_requisitiondtos_cs_dateonly", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionlineinput", "to": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "to": "backend_erpcore_dtos_procurement_requisitiondtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_requisitiondtos_erpcore_dtos_procurement_createrequisitionrequest", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_quotationlinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisoncelldto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisondto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisonrowdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqlinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqsummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_vendorquotationdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqdto", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqsummarydto", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqsummarydto", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_vendorquotationdto", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_vendorquotationdto", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisondto", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_rfqcomparisondto", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqlineinput", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "to": "backend_erpcore_dtos_procurement_rfqdtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createrfqrequest", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_cs_list", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationlineinput", "to": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_procurement_rfqdtos_erpcore_dtos_procurement_createquotationrequest", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_costpooldto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_createrunrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runedgedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runeventdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstageinputdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstageoutputdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runsummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_stagequantityline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_stagesummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos", "to": "csharp_namespace:35cf4a2455d5ed07", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:35cf4a2455d5ed07", "to": "backend_erpcore_dtos_production_stageactiondtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:35cf4a2455d5ed07", "to": "backend_erpcore_dtos_production_templatedtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:35cf4a2455d5ed07", "to": "backend_erpcore_services_interfaces_iproductionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:35cf4a2455d5ed07", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:35cf4a2455d5ed07", "to": "backend_erpcore_services_production_productionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:35cf4a2455d5ed07", "to": "backend_erpcore_services_production_productiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runsummarydto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runsummarydto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_costpooldto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_runstagedto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_rungraphdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_createrunrequest", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_createrunrequest", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "to": "backend_erpcore_dtos_production_rundtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "to": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_stagequantityline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_rundtos_erpcore_dtos_production_updatestagequantitiesrequest", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestageresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelreturndto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completeoutputline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_consumedinputdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_consumedlayerdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_productioncreatedlayerdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_pulledbackdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_receiptdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectintakeresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_scrapwriteoffdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_startstageresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_terminalrejectresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferremainderrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_startstageresultdto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_startstageresultdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "to": "backend_erpcore_dtos_production_stageactiondtos_cs_jsonelement", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "to": "backend_erpcore_dtos_production_stageactiondtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completeoutputline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_completestagerequest", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_cs_list", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestageresultdto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestageresultdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "to": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferline", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_approvestagerequest", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferremainderrequest", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferremainderrequest", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferresultdto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_transferresultdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverrequest", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverrequest", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverresultdto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_returnleftoverresultdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectrequest", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectintakeresultdto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_rejectintakeresultdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_terminalrejectresultdto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_terminalrejectresultdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunrequest", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunrequest", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunresultdto", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_stageactiondtos_erpcore_dtos_production_cancelrunresultdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_canvasannotationdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_fielddefdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveedgerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveinputrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveoutputrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_stageinputdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_stageoutputdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templateedgedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatestagedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatesummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_updatetemplatestatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatesummarydto", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templatesummarydto", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_fielddefdto", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_canvasannotationdto", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_templategraphdto", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "to": "backend_erpcore_dtos_production_templatedtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveedgerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savetemplaterequest", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_cs_list", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveinputrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_savestagerequest", "to": "backend_erpcore_dtos_production_templatedtos_erpcore_dtos_production_saveoutputrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_medtos", "to": "backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_medtos", "to": "csharp_namespace:cf4d04315ea8addf", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf4d04315ea8addf", "to": "backend_erpcore_dtos_rbac_navdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf4d04315ea8addf", "to": "backend_erpcore_dtos_rbac_roledtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf4d04315ea8addf", "to": "backend_erpcore_services_interfaces_iroleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf4d04315ea8addf", "to": "backend_erpcore_services_roleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_medtos_erpcore_dtos_rbac_meresponsedto", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_navdtos", "to": "backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_navitemdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_navdtos", "to": "backend_erpcore_dtos_rbac_navdtos_erpcore_dtos_rbac_subnavitemdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_createrolerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos", "to": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolestatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_roledto", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_createrolerequest", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_createrolerequest", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolerequest", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_updaterolerequest", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "to": "backend_erpcore_dtos_rbac_roledtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_assignrolepermissionsrequest", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_rbac_roledtos_erpcore_dtos_rbac_rolepermissionsdto", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_reference_reasoncodedtos", "to": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_reference_reasoncodedtos", "to": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_reference_reasoncodedtos", "to": "csharp_namespace:961e9c7c568982f0", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:961e9c7c568982f0", "to": "backend_erpcore_services_interfaces_ireasoncodeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:961e9c7c568982f0", "to": "backend_erpcore_services_reasoncodeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_reasoncodedto", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_reference_reasoncodedtos_erpcore_dtos_reference_createreasoncoderequest", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos", "to": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos", "to": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentlinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos", "to": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentsummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos", "to": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos", "to": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos", "to": "csharp_namespace:8db4266f43636fa7", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_dtos_stock_countdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_dtos_stock_reorderdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_dtos_stock_stockdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_dtos_stock_transferdtos", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_adjustmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_countservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_interfaces_iadjustmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_interfaces_icountservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_interfaces_ififocostingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_interfaces_ireorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_interfaces_istockservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_interfaces_itransferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_reorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_stock_fifocostingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_stock_stockservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8db4266f43636fa7", "to": "backend_erpcore_services_transferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentdto", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentsummarydto", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_adjustmentsummarydto", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentlineinput", "to": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "to": "backend_erpcore_dtos_stock_adjustmentdtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_adjustmentdtos_erpcore_dtos_stock_createadjustmentrequest", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countlinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countpostresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countsummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countdto", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countsummarydto", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countsummarydto", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countpostresultdto", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_countpostresultdto", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "to": "backend_erpcore_dtos_stock_countdtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_createcountrequest", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_cs_list", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountlineinput", "to": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_countdtos_erpcore_dtos_stock_entercountsrequest", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_reorderdtos", "to": "backend_erpcore_dtos_stock_reorderdtos_erpcore_dtos_stock_reorderalertdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_reorderdtos_erpcore_dtos_stock_reorderalertdto", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_reorderdtos_erpcore_dtos_stock_reorderalertdto", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos", "to": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockledgerrowdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos", "to": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos", "to": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos", "to": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationlayerdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockonhanddto", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockledgerrowdto", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockledgerrowdto", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_stockdtos_erpcore_dtos_stock_stockvaluationdto", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_consumedlayerdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_dispatchresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receiveresultdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfercreatedlayerdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferlinedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfersummarydto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transferdto", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfersummarydto", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_transfersummarydto", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_dispatchresultdto", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_dispatchresultdto", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receiveresultdto", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receiveresultdto", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferlineinput", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "to": "backend_erpcore_dtos_stock_transferdtos_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_createtransferrequest", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_cs_list", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferlineinput", "to": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_stock_transferdtos_erpcore_dtos_stock_receivetransferrequest", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_uoms_uomdtos", "to": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_createuomrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_uoms_uomdtos", "to": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_uoms_uomdtos", "to": "csharp_namespace:6957198080ecba5a", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:6957198080ecba5a", "to": "backend_erpcore_services_interfaces_iuomservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:6957198080ecba5a", "to": "backend_erpcore_services_uomservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_uomdto", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_createuomrequest", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_uoms_uomdtos_erpcore_dtos_uoms_createuomrequest", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_updateuserrolerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos", "to": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_usertypeoptiondto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos", "to": "csharp_namespace:c4a57c1bab5d94c3", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:c4a57c1bab5d94c3", "to": "backend_erpcore_services_interfaces_iusermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:c4a57c1bab5d94c3", "to": "backend_erpcore_services_usermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_manageduserdto", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "to": "backend_erpcore_dtos_users_userdtos_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_createuserrequest", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_updateuserrolerequest", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_updateuserrolerequest", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_usertypeoptiondto", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_users_userdtos_erpcore_dtos_users_usertypeoptiondto", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_createvendorrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorstatusrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos", "to": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos", "to": "csharp_namespace:99965268be1ae8a2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:99965268be1ae8a2", "to": "backend_erpcore_services_interfaces_ivendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:99965268be1ae8a2", "to": "backend_erpcore_services_vendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_map", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_vendordto", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_createvendorrequest", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_createvendorrequest", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorrequest", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_vendors_vendordtos_erpcore_dtos_vendors_updatevendorrequest", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createbinrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createwarehouserequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos", "to": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos", "to": "csharp_namespace:8ae1b0096119b211", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8ae1b0096119b211", "to": "backend_erpcore_services_interfaces_iwarehouseservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:8ae1b0096119b211", "to": "backend_erpcore_services_warehouseservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_warehousedto", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_bindto", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createwarehouserequest", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createwarehouserequest", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createbinrequest", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_dtos_warehouses_warehousedtos_erpcore_dtos_warehouses_createbinrequest", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authcookiewriter", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authcookiewriter", "to": "csharp_namespace:bf3cdac67588f626", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_infra_auth_authhexclaims", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_infra_auth_currentuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_infra_auth_icurrentuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_infra_auth_jwtauthextensions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_infra_auth_validatecsrfattribute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_infra_persistence_erpdbcontext", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_program", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_adjustmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_countservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_grnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_productconfigservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_production_productionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_production_productiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_purchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_purchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_requisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_stock_stockmutator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:bf3cdac67588f626", "to": "backend_erpcore_services_transferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_generatecsrftoken", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_generatecsrftoken", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_writesession", "to": "httpresponse", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "httpresponse", "to": "backend_erpcore_infra_auth_authcookiewriter_erpcore_infra_auth_authcookiewriter_clearsession", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhexclaims", "to": "backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhexclaims_erpcore_infra_auth_authhexclaims", "to": "backend_erpcore_infra_auth_authhexclaims_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient", "to": "csharp_namespace:5e940f0b6b0b1a35", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5e940f0b6b0b1a35", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5e940f0b6b0b1a35", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5e940f0b6b0b1a35", "to": "backend_erpcore_program", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5e940f0b6b0b1a35", "to": "backend_erpcore_services_auth_authaltservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5e940f0b6b0b1a35", "to": "backend_erpcore_services_auth_authrecoveryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5e940f0b6b0b1a35", "to": "backend_erpcore_services_auth_authuserservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5e940f0b6b0b1a35", "to": "backend_erpcore_services_roleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:5e940f0b6b0b1a35", "to": "backend_erpcore_services_usermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_cs_jsonserializeroptions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_gettwofastatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_initiatetwofasetupasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_lockuseraccountasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_refreshtokenasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient", "to": "httpclient", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_registerasync", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_lockuseraccountasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_createroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_lockuseraccountasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyrecoveryotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_loginasync", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyotpforloginasync", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_refreshtokenasync", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getuserdetailsasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_guid", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_guid", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_guid", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listusertypesasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_list", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_cs_list", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_listrolesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserstatusasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_lockuseraccountasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_changeuserpasswordasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_logoutuserasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifytwofaasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_disabletwofaasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_resetpasswordwithtokenasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_verifyaltotpasync", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_deleteroleasync", "to": "backend_erpcore_infra_auth_authhex_authhexclient_erpcore_infra_auth_authhex_authhexclient_callvoidasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexenvelope", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexrequestbody", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "to": "backend_erpcore_infra_auth_authhex_authhexenvelope_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tootpsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_authhexenvelope_erpcore_infra_auth_authhex_authhexsessionresult", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_lockuseraccountasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_registerasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_lockuseraccountasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_cancellationtoken", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_lockuseraccountasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_task", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_loginasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyotpforloginasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_refreshtokenasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getuserdetailsasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_guid", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_guid", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_guid", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listusertypesasync", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_list", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_cs_list", "to": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_listrolesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_getusersessionsasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserstatusasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_lockuseraccountasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_changeuserpasswordasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifypasswordasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_logoutuserasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateuserasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_initiatetwofasetupasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_completetwofasetupasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifytwofaasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_disabletwofaasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_gettwofastatusasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_forgotpasswordasync", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyrecoveryotpasync", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordasync", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_resetpasswordwithtokenasync", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_isavailableasync", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_sendotpasync", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_verifyaltotpasync", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_createroleasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_updateroleasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_authhex_iauthhexclient_erpcore_infra_auth_authhex_iauthhexclient_deleteroleasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_currentuser", "to": "backend_erpcore_infra_auth_currentuser_erpcore_infra_auth_currentuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_currentuser_erpcore_infra_auth_currentuser", "to": "backend_erpcore_infra_auth_currentuser_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_currentuser_erpcore_infra_auth_currentuser", "to": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_currentuser_erpcore_infra_auth_currentuser", "to": "ihttpcontextaccessor", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_countservice_erpcore_services_countservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_icurrentuser_erpcore_infra_auth_icurrentuser", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_jwtauthextensions", "to": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions", "to": "backend_erpcore_infra_auth_jwtauthextensions_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions", "to": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions_adderpjwtauth", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions_adderpjwtauth", "to": "iconfiguration", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_jwtauthextensions_erpcore_infra_auth_jwtauthextensions_adderpjwtauth", "to": "iservicecollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "to": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation", "to": "csharp_namespace:32bca361f3e30e9f", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "to": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "to": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_transformasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation", "to": "iclaimstransformation", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_transformasync", "to": "backend_erpcore_infra_auth_shadowuserclaimstransformation_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_transformasync", "to": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_transformasync", "to": "claimsprincipal", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation_cs_task", "to": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "to": "backend_erpcore_infra_auth_shadowuserclaimstransformation_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_shadowuserclaimstransformation_erpcore_infra_auth_shadowuserclaimstransformation_resolveorprovisionasync", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_auth_validatecsrfattribute", "to": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_validatecsrfattribute", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute", "to": "attribute", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute", "to": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute_onactionexecutionasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute", "to": "iasyncactionfilter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute_onactionexecutionasync", "to": "actionexecutingcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute_onactionexecutionasync", "to": "actionexecutiondelegate", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_auth_validatecsrfattribute_erpcore_infra_auth_validatecsrfattribute_onactionexecutionasync", "to": "backend_erpcore_infra_auth_validatecsrfattribute_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_pendingaudit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe", "to": "csharp_namespace:33d5be8a1ef5b862", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:33d5be8a1ef5b862", "to": "backend_erpcore_infra_persistence_erpdbcontext", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_pendingaudit", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_pendingaudit", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_pendingaudit", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_hashset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_jsonserializeroptions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_buildchangeset", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_readkey", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_buildchangeset", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_readkey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "to": "changetracker", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechanges", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_capture", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_readkey", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_tolog", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_readkey", "to": "entityentry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "entityentry", "to": "backend_erpcore_infra_persistence_auditing_auditscribe_erpcore_infra_persistence_auditing_auditscribe_buildchangeset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "to": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "to": "csharp_namespace:b44089145e3ae115", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_binconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_branchconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_brandconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_categoryconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_departmentconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_designationconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_employeeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_itemconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_navitemconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_payslipconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_permissionconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_roleconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_uomconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_userconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_vendorconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:b44089145e3ae115", "to": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "to": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration", "to": "ientitytypeconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "ientitytypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_erpcore_infra_persistence_configurations_attendancerecordconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_attendancerecordconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "to": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration", "to": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_attendanceuploadbatchconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_auditconfiguration", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_auditconfiguration", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_auditlogconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_auditconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration", "to": "backend_erpcore_infra_persistence_configurations_auditconfiguration_erpcore_infra_persistence_configurations_journalentrystubconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_batchconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration", "to": "backend_erpcore_infra_persistence_configurations_batchserialconfiguration_erpcore_infra_persistence_configurations_serialconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_binconfiguration", "to": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration", "to": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_binconfiguration_erpcore_infra_persistence_configurations_binconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_binconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_branchconfiguration", "to": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration", "to": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_branchconfiguration_erpcore_infra_persistence_configurations_branchconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_branchconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_brandconfiguration", "to": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration", "to": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_brandconfiguration_erpcore_infra_persistence_configurations_brandconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_brandconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_categoryconfiguration", "to": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration", "to": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_erpcore_infra_persistence_configurations_categoryconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_categoryconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_departmentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_erpcore_infra_persistence_configurations_departmentconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_departmentconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_designationconfiguration", "to": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration", "to": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_designationconfiguration_erpcore_infra_persistence_configurations_designationconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_designationconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_employeebankdetailconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_erpcore_infra_persistence_configurations_employeeconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_employeeconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_erpcore_infra_persistence_configurations_employeedocumentconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_employeedocumentconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_employeeloanconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeeloanconfiguration_erpcore_infra_persistence_configurations_loaninstallmentconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employeesalarystructureconfiguration_erpcore_infra_persistence_configurations_employeesalarystructurelineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_erpcore_infra_persistence_configurations_employmenttypeconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_employmenttypeconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_grnconfiguration", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_grnconfiguration", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_grnconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_grnconfiguration_erpcore_infra_persistence_configurations_grnlineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_hrdocumenttypeconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_itemconfiguration", "to": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration", "to": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_itemconfiguration_erpcore_infra_persistence_configurations_itemconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_itemconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration", "to": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration", "to": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_erpcore_infra_persistence_configurations_itemreorderconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_itemreorderconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_erpcore_infra_persistence_configurations_itemtypeconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_itemtypeconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "to": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration", "to": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_erpcore_infra_persistence_configurations_leavebalanceconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_leavebalanceconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration", "to": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration", "to": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_erpcore_infra_persistence_configurations_leaverequestconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_leaverequestconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_erpcore_infra_persistence_configurations_leavetypeconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_leavetypeconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_navitemconfiguration", "to": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration", "to": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_erpcore_infra_persistence_configurations_navitemconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_navitemconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "to": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration", "to": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_erpcore_infra_persistence_configurations_numbersequenceconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_numbersequenceconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllineconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrolllineconfiguration_erpcore_infra_persistence_configurations_payrolllinecomponentconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_erpcore_infra_persistence_configurations_payrollrunconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_payrollrunconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payrollstatutorysettingconfiguration_erpcore_infra_persistence_configurations_taxslabconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payslipconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration", "to": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_erpcore_infra_persistence_configurations_payslipconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_payslipconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_permissionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_erpcore_infra_persistence_configurations_permissionconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_permissionconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_erpcore_infra_persistence_configurations_productconfigconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_productconfigconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productiontemplateconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_templatestageconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageedgeconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageinputconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_stageoutputconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_productionrunconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runedgeconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageinputconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageoutputconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration", "to": "backend_erpcore_infra_persistence_configurations_productionconfiguration_erpcore_infra_persistence_configurations_runstageeventconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_purchaseorderconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchaseorderconfiguration_erpcore_infra_persistence_configurations_polineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_purchasereturnconfiguration_erpcore_infra_persistence_configurations_purchasereturnlineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration", "to": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_erpcore_infra_persistence_configurations_reasoncodeconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_reasoncodeconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_requisitionconfiguration_erpcore_infra_persistence_configurations_requisitionlineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_rfqlineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rfqconfiguration_erpcore_infra_persistence_configurations_vendorquotationlineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_roleconfiguration", "to": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration", "to": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_roleconfiguration_erpcore_infra_persistence_configurations_roleconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_roleconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_erpcore_infra_persistence_configurations_rolepermissionconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_rolepermissionconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_erpcore_infra_persistence_configurations_salarycomponentconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_salarycomponentconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockadjustmentconfiguration_erpcore_infra_persistence_configurations_stockadjustmentlineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stocklayerconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockconfiguration_erpcore_infra_persistence_configurations_stockledgerconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stockcountconfiguration_erpcore_infra_persistence_configurations_stockcountlineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_cs_entitytypebuilder", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration_configure", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration", "to": "backend_erpcore_infra_persistence_configurations_stocktransferconfiguration_erpcore_infra_persistence_configurations_stocktransferlineconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration", "to": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration", "to": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_erpcore_infra_persistence_configurations_subcategoryconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_subcategoryconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration", "to": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration", "to": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_erpcore_infra_persistence_configurations_subnavitemconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_subnavitemconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_uomconfiguration", "to": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration", "to": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_uomconfiguration_erpcore_infra_persistence_configurations_uomconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_uomconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration", "to": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_erpcore_infra_persistence_configurations_uomconversionconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_uomconversionconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_userconfiguration", "to": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration", "to": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_userconfiguration_erpcore_infra_persistence_configurations_userconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_userconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_vendorconfiguration", "to": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration", "to": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_erpcore_infra_persistence_configurations_vendorconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_vendorconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration", "to": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration", "to": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_erpcore_infra_persistence_configurations_warehouseconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_warehouseconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration", "to": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration", "to": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration_configure", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_erpcore_infra_persistence_configurations_workshiftconfiguration_configure", "to": "backend_erpcore_infra_persistence_configurations_workshiftconfiguration_cs_entitytypebuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder", "to": "csharp_namespace:32bca361f3e30e9f", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:32bca361f3e30e9f", "to": "backend_erpcore_infra_persistence_erpdbcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:32bca361f3e30e9f", "to": "backend_erpcore_infra_uow_unitofwork", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:32bca361f3e30e9f", "to": "backend_erpcore_program", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:32bca361f3e30e9f", "to": "backend_erpcore_repositories_repository", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:32bca361f3e30e9f", "to": "backend_erpcore_services_numbersequenceservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:32bca361f3e30e9f", "to": "backend_erpcore_services_stock_fifocostingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "to": "backend_erpcore_infra_persistence_dataseeder_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "to": "backend_erpcore_infra_persistence_dataseeder_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "to": "backend_erpcore_infra_persistence_dataseeder_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedasync", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_cs_cancellationtoken", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_cs_cancellationtoken", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_cs_cancellationtoken", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_cs_task", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_cs_task", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_cs_task", "to": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedreasoncodesasync", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seeditemtypesasync", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_dataseeder_erpcore_infra_persistence_dataseeder_seedproductconfigasync", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "to": "backend_erpcore_infra_persistence_erpdbcontext_cs_dbset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_onmodelcreating", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechanges", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "to": "dbcontext", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "to": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "to": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_onmodelcreating", "to": "modelbuilder", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "to": "backend_erpcore_infra_persistence_erpdbcontext_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "to": "backend_erpcore_infra_persistence_erpdbcontext_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "to": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechangesasync", "to": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_savechangesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_savechanges", "to": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_persistence_erpdbcontext_erpcore_infra_persistence_erpdbcontext_writeauditlogs", "to": "backend_erpcore_infra_persistence_erpdbcontext_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice", "to": "csharp_namespace:76ad6416ab3d118a", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:76ad6416ab3d118a", "to": "backend_erpcore_infra_storage_localfilestorageservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:76ad6416ab3d118a", "to": "backend_erpcore_program", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:76ad6416ab3d118a", "to": "backend_erpcore_services_hrm_employeedocumentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_deleteasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_existsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_ifilestorageservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_ifilestorageservice_cs_relativepath", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_ifilestorageservice_cs_sizebytes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_ifilestorageservice_cs_storedfilename", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_ifilestorageservice_cs_stream", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_ifilestorageservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_saveasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_cs_stream", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_cs_cancellationtoken", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_cs_cancellationtoken", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_existsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_cs_cancellationtoken", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_cs_task", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_cs_task", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_existsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_cs_task", "to": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_ifilestorageservice_erpcore_infra_storage_ifilestorageservice_openreadasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "to": "backend_erpcore_infra_storage_localfilestorageservice_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_deleteasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_existsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_resolvesafe", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_localfilestorageservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_localfilestorageservice_cs_relativepath", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_localfilestorageservice_cs_sizebytes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_localfilestorageservice_cs_storedfilename", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_localfilestorageservice_cs_stream", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_saveasync", "to": "backend_erpcore_infra_storage_localfilestorageservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_cs_stream", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_cs_cancellationtoken", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_cs_cancellationtoken", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_existsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_cs_cancellationtoken", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_cs_task", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_cs_task", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_existsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_cs_task", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_openreadasync", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_resolvesafe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_deleteasync", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_resolvesafe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_existsasync", "to": "backend_erpcore_infra_storage_localfilestorageservice_erpcore_infra_storage_localfilestorageservice_resolvesafe", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork", "to": "csharp_namespace:53839c91ac3dcd36", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_infra_uow_unitofwork", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_program", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_adjustmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_brandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_categoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_countservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_grnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_attendanceuploadservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_branchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_departmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_designationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_employeedocumentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_employeeloanservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_employeesalarystructureservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_employeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_employeeuserlinkservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_employmenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_leavebalanceservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_leaverequestservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_leavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_payrollrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_salarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_taxslabservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_hrm_workshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_itemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_itemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_productconfigservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_production_productionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_production_productiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_purchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_purchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_reasoncodeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_requisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_rfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_roleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_transferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_uomservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_usermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_vendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:53839c91ac3dcd36", "to": "backend_erpcore_services_warehouseservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_countservice_erpcore_services_countservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_infra_uow_iunitofwork_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_infra_uow_iunitofwork_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_savechangesasync", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_cs_cancellationtoken", "to": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_cs_task", "to": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_infra_uow_iunitofwork_cs_func", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_iunitofwork_erpcore_infra_uow_iunitofwork_executeintransactionasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_infra_uow_unitofwork", "to": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "to": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork", "to": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_savechangesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_savechangesasync", "to": "backend_erpcore_infra_uow_unitofwork_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_savechangesasync", "to": "backend_erpcore_infra_uow_unitofwork_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_unitofwork_cs_cancellationtoken", "to": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_unitofwork_cs_task", "to": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_infra_uow_unitofwork_erpcore_infra_uow_unitofwork_executeintransactionasync", "to": "backend_erpcore_infra_uow_unitofwork_cs_func", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_program", "to": "csharp_namespace:0f1cf5a554393b2d", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_program", "to": "csharp_namespace:602e875c51adb86a", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_program", "to": "csharp_namespace:a2f324f58a9ec51b", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_program", "to": "csharp_namespace:b0ee0c4d8bd1600a", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_program", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_program", "to": "csharp_namespace:cf7fb5faf062c9f1", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_program", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_program", "to": "csharp_namespace:f92d8ba7ec4a76f5", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_program", "to": "csharp_namespace:fb4a14b5a69536d8", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings", "to": "backend_erpcore_properties_launchsettings_profiles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings", "to": "backend_erpcore_properties_launchsettings_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles", "to": "backend_erpcore_properties_launchsettings_profiles_http", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles", "to": "backend_erpcore_properties_launchsettings_profiles_https", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_http", "to": "backend_erpcore_properties_launchsettings_http_applicationurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_http", "to": "backend_erpcore_properties_launchsettings_http_commandname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_http", "to": "backend_erpcore_properties_launchsettings_http_dotnetrunmessages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_http", "to": "backend_erpcore_properties_launchsettings_http_environmentvariables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_http", "to": "backend_erpcore_properties_launchsettings_http_launchbrowser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_http", "to": "backend_erpcore_properties_launchsettings_http_launchurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_http_environmentvariables", "to": "backend_erpcore_properties_launchsettings_environmentvariables_aspnetcore_environment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_environmentvariables_aspnetcore_environment", "to": "backend_erpcore_properties_launchsettings_https_environmentvariables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_https", "to": "backend_erpcore_properties_launchsettings_https_applicationurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_https", "to": "backend_erpcore_properties_launchsettings_https_commandname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_https", "to": "backend_erpcore_properties_launchsettings_https_dotnetrunmessages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_https", "to": "backend_erpcore_properties_launchsettings_https_environmentvariables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_https", "to": "backend_erpcore_properties_launchsettings_https_launchbrowser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_properties_launchsettings_profiles_https", "to": "backend_erpcore_properties_launchsettings_https_launchurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository", "to": "csharp_namespace:cf7fb5faf062c9f1", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_repositories_repository", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_adjustmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_auditservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_brandservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_categoryservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_countservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_dashboardservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_grnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_attendanceuploadservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_branchservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_departmentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_designationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_employeedocumentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_employeeloanservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_employeesalarystructureservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_employeeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_employeeuserlinkservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_employmenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_hrreportservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_leavebalanceservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_leaverequestservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_leavetypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_payrollcalculationservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_payrollrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_payslipservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_salarycomponentservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_taxslabservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_hrm_workshiftservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_itemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_itemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_productconfigservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_production_productionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_production_productiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_purchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_purchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_reasoncodeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_reorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_requisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_rfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_roleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_stock_fifocostingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_stock_stockmutator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_stock_stockservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_stock_uomconverter", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_transferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_uomservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_usermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_vendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cf7fb5faf062c9f1", "to": "backend_erpcore_services_warehouseservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_countservice_erpcore_services_countservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_repositories_interfaces_irepository_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_repositories_interfaces_irepository_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_getbyidasync", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_cs_cancellationtoken", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_cs_cancellationtoken", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_cs_task", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_cs_task", "to": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_listasync", "to": "backend_erpcore_repositories_interfaces_irepository_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_repositories_interfaces_irepository_cs_iqueryable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_renderhtmlasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getonhandasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_query", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_addasync", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_interfaces_irepository_erpcore_repositories_interfaces_irepository_remove", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_repositories_repository", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository", "to": "csharp_namespace:b0ee0c4d8bd1600a", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "to": "backend_erpcore_repositories_repository_cs_dbset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository_addasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository_getbyidasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository_query", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository_remove", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository_update", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository_getbyidasync", "to": "backend_erpcore_repositories_repository_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository_getbyidasync", "to": "backend_erpcore_repositories_repository_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_cs_cancellationtoken", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository_addasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_cs_cancellationtoken", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_cs_task", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository_addasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_cs_task", "to": "backend_erpcore_repositories_repository_erpcore_repositories_repository_listasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository_listasync", "to": "backend_erpcore_repositories_repository_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_repositories_repository_erpcore_repositories_repository_query", "to": "backend_erpcore_repositories_repository_cs_iqueryable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice", "to": "csharp_namespace:602e875c51adb86a", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_auditservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_brandservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_categoryservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_countservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_dashboardservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_grnservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_itemservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_itemtypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_numbersequenceservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_productconfigservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_purchaseorderservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_purchasereturnservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_reasoncodeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_reorderservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_requisitionservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_rfqservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_roleservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_transferservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_uomservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_usermanagementservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_vendorservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:602e875c51adb86a", "to": "backend_erpcore_services_warehouseservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice", "to": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "to": "backend_erpcore_services_adjustmentservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_listasync", "to": "backend_erpcore_services_adjustmentservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_cs_task", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_cs_task", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_getasync", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "to": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_createasync", "to": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_adjustmentservice_erpcore_services_adjustmentservice_todto", "to": "backend_erpcore_services_adjustmentservice_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auditservice", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auditservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auditservice_erpcore_services_auditservice", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "to": "backend_erpcore_services_auditservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "to": "backend_erpcore_services_auditservice_cs_dateonly", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listlogsasync", "to": "backend_erpcore_services_auditservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auditservice_cs_cancellationtoken", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auditservice_cs_task", "to": "backend_erpcore_services_auditservice_erpcore_services_auditservice_listjournalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice", "to": "csharp_namespace:0f1cf5a554393b2d", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:0f1cf5a554393b2d", "to": "backend_erpcore_services_auth_authrecoveryservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:0f1cf5a554393b2d", "to": "backend_erpcore_services_auth_authsessionresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:0f1cf5a554393b2d", "to": "backend_erpcore_services_auth_authuserservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:0f1cf5a554393b2d", "to": "backend_erpcore_services_interfaces_iauthaltservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:0f1cf5a554393b2d", "to": "backend_erpcore_services_interfaces_iauthuserservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "to": "backend_erpcore_services_auth_authaltservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_isavailableasync", "to": "backend_erpcore_services_auth_authaltservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_cs_task", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_cs_task", "to": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authaltservice_erpcore_services_auth_authaltservice_verifyotpasync", "to": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "to": "backend_erpcore_services_auth_authrecoveryservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_forgotpasswordasync", "to": "backend_erpcore_services_auth_authrecoveryservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_cs_task", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_cs_task", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authrecoveryservice_cs_task", "to": "backend_erpcore_services_auth_authrecoveryservice_erpcore_services_auth_authrecoveryservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult", "to": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult", "to": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_authsessionresult", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tootpsessionresult", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authsessionresult_erpcore_services_auth_otpauthsessionresult", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tootpsessionresult", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "to": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "to": "backend_erpcore_services_auth_authuserservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_registerasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_changeuserstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_lockuseraccountasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_cs_task", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_loginasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_verifyotpforloginasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tootpsessionresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_refreshtokenasync", "to": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_tosessionresult", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getuserdetailsasync", "to": "backend_erpcore_services_auth_authuserservice_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_auth_authuserservice_erpcore_services_auth_authuserservice_getusersessionsasync", "to": "backend_erpcore_services_auth_authuserservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_erpcore_services_brandservice", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "to": "backend_erpcore_services_brandservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_erpcore_services_brandservice_listasync", "to": "backend_erpcore_services_brandservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_cs_cancellationtoken", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_cs_cancellationtoken", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_cs_cancellationtoken", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_cs_cancellationtoken", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_cs_task", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_cs_task", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_cs_task", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_brandservice_cs_task", "to": "backend_erpcore_services_brandservice_erpcore_services_brandservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "to": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listasync", "to": "backend_erpcore_services_categoryservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_task", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_task", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_task", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_task", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_task", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_task", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_task", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_task", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_setsubcategorystatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_task", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_cs_task", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updateasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_getsubcategoryasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_createsubcategoryasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_mapsub", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_updatesubcategoryasync", "to": "backend_erpcore_services_categoryservice_erpcore_services_categoryservice_saveguardingconcurrencyasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice", "to": "backend_erpcore_services_countservice_erpcore_services_countservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_countservice_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice", "to": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "to": "backend_erpcore_services_countservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice_listasync", "to": "backend_erpcore_services_countservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_cs_cancellationtoken", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_cs_cancellationtoken", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_cs_cancellationtoken", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_cs_cancellationtoken", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_cs_task", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_cs_task", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_entercountsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_cs_task", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_cs_task", "to": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice_createasync", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_countservice_erpcore_services_countservice_postasync", "to": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_dashboardservice", "to": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_dashboardservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "to": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "to": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "to": "backend_erpcore_services_dashboardservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "to": "backend_erpcore_services_dashboardservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_dashboardservice_erpcore_services_dashboardservice_getstatsasync", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tocreatedlayer", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice", "to": "decimal", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "to": "backend_erpcore_services_grnservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_listasync", "to": "backend_erpcore_services_grnservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_cancellationtoken", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_cancellationtoken", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_cancellationtoken", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_cancellationtoken", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_cancellationtoken", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_cancellationtoken", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_cancellationtoken", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_cancellationtoken", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_cancellationtoken", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_task", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_task", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_task", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_task", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_task", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_task", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_task", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_task", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_cs_task", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_createasync", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_updatepostatusasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_confirmasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_releaselineasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_resolvebatchasync", "to": "backend_erpcore_services_grnservice_cs_dictionary", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "to": "backend_erpcore_services_grnservice_cs_qtybase", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "to": "backend_erpcore_services_grnservice_cs_unitcostbase", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_tobaseasync", "to": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_grnservice_erpcore_services_grnservice_getpostatusasync", "to": "backend_erpcore_services_grnservice_erpcore_services_grnservice_buildconfirmresultasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendancecomputationservice", "to": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendancecomputationservice", "to": "csharp_namespace:a2f324f58a9ec51b", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendancecomputationservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_attendanceuploadservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_branchservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_departmentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_designationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_employeedocumentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_employeeloanservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_employeesalarystructureservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_employeeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_employeeuserlinkservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_employmenttypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_hrreportservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_leavebalanceservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_leaverequestservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_leavetypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_payrollcalculationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_payrollrunservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_payslipservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_salarycomponentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_taxslabservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:a2f324f58a9ec51b", "to": "backend_erpcore_services_hrm_workshiftservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice", "to": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice_compute", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendancecomputationservice_erpcore_services_hrm_attendancecomputationservice", "to": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_generatetemplate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_parsedrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listbatchesasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_getbatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_resolveduplicateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_task", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_validateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_cs_stream", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "to": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_uploadasync", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_stream", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_stream", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_listrecordsasync", "to": "backend_erpcore_services_hrm_attendanceuploadservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_list", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_cs_list", "to": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "to": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_updaterecordasync", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_generatetemplate", "to": "backend_erpcore_services_hrm_attendanceuploadservice_cs_content", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_generatetemplate", "to": "backend_erpcore_services_hrm_attendanceuploadservice_cs_contenttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_generatetemplate", "to": "backend_erpcore_services_hrm_attendanceuploadservice_cs_filename", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parseexcel", "to": "parsedrow", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_attendanceuploadservice_erpcore_services_hrm_attendanceuploadservice_parsecsv", "to": "parsedrow", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "to": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_listasync", "to": "backend_erpcore_services_hrm_branchservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_cs_task", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_cs_task", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_cs_task", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_branchservice_cs_task", "to": "backend_erpcore_services_hrm_branchservice_erpcore_services_hrm_branchservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "to": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_listasync", "to": "backend_erpcore_services_hrm_departmentservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_cs_task", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_cs_task", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_cs_task", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_cs_task", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_cs_task", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_updateasync", "to": "backend_erpcore_services_hrm_departmentservice_erpcore_services_hrm_departmentservice_ensurenocycleasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "to": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_listasync", "to": "backend_erpcore_services_hrm_designationservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_cs_task", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_cs_task", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_cs_task", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_designationservice_cs_task", "to": "backend_erpcore_services_hrm_designationservice_erpcore_services_hrm_designationservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "to": "backend_erpcore_services_hrm_employeedocumentservice_cs_dictionary", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "to": "iemployeedocumentservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice", "to": "long", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_listasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_cs_task", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_cs_task", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_cs_task", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_uploadasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_cs_stream", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_cs_stream", "to": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_cs_content", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_cs_contenttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeedocumentservice_erpcore_services_hrm_employeedocumentservice_downloadasync", "to": "backend_erpcore_services_hrm_employeedocumentservice_cs_filename", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "to": "backend_erpcore_services_hrm_employeeloanservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "to": "backend_erpcore_services_hrm_employeeloanservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_listasync", "to": "backend_erpcore_services_hrm_employeeloanservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_cs_task", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_cs_task", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_cs_task", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_cs_list", "to": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_getdueinstallmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeloanservice_erpcore_services_hrm_employeeloanservice_createasync", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_listhistoryasync", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_task", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_cs_task", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_getcurrentasync", "to": "backend_erpcore_services_hrm_employeesalarystructureservice_erpcore_services_hrm_employeesalarystructureservice_createasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "to": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listasync", "to": "backend_erpcore_services_hrm_employeeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_task", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_task", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_task", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_task", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_task", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_task", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_listbankdetailsasync", "to": "backend_erpcore_services_hrm_employeeservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeservice_cs_list", "to": "backend_erpcore_services_hrm_employeeservice_erpcore_services_hrm_employeeservice_replacebankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findstaffcandidatebyemailasync", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_task", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_findusercandidatebyemailasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_task", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_linkasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employeeuserlinkservice_cs_task", "to": "backend_erpcore_services_hrm_employeeuserlinkservice_erpcore_services_hrm_employeeuserlinkservice_unlinkasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "to": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_listasync", "to": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_employmenttypeservice_cs_task", "to": "backend_erpcore_services_hrm_employmenttypeservice_erpcore_services_hrm_employmenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_listasync", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrdocumenttypeservice_cs_task", "to": "backend_erpcore_services_hrm_hrdocumenttypeservice_erpcore_services_hrm_hrdocumenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "to": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "to": "backend_erpcore_services_hrm_hrreportservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_attendancesummaryasync", "to": "backend_erpcore_services_hrm_hrreportservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_task", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_task", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_task", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_task", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_task", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_task", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_list", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_documentexpiryreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_list", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_latearrivalreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_list", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_leavebalancereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_list", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_overtimereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_list", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_payrollregisterasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_hrreportservice_cs_list", "to": "backend_erpcore_services_hrm_hrreportservice_erpcore_services_hrm_hrreportservice_salaryhistoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "to": "backend_erpcore_services_hrm_leavebalanceservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "to": "backend_erpcore_services_hrm_leavebalanceservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_listasync", "to": "backend_erpcore_services_hrm_leavebalanceservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_cs_task", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_cs_task", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_cs_task", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_cs_list", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_applyadjustmentsasync", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_incrementtakendaysasync", "to": "backend_erpcore_services_hrm_leavebalanceservice_erpcore_services_hrm_leavebalanceservice_getorcreateasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "to": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_listasync", "to": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_cs_task", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_createasync", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_submitasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_approveasync", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_incrementtakendaysasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_rejectasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_cancelasync", "to": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_gettrackedasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leaverequestservice_erpcore_services_hrm_leaverequestservice_findapprovedleavecoveringasync", "to": "backend_erpcore_services_hrm_leaverequestservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "to": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_listasync", "to": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_leavetypeservice_cs_task", "to": "backend_erpcore_services_hrm_leavetypeservice_erpcore_services_hrm_leavetypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice", "to": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "to": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "to": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_computemarginaltax", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "to": "backend_erpcore_services_hrm_payrollcalculationservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "to": "backend_erpcore_services_hrm_payrollcalculationservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "to": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_computemarginaltax", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_calculateasync", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_payrollcalculationservice_erpcore_services_hrm_payrollcalculationservice_computemarginaltax", "to": "backend_erpcore_services_hrm_payrollcalculationservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_mapline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "to": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listasync", "to": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_task", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_listlinesasync", "to": "backend_erpcore_services_hrm_payrollrunservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_cs_list", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generatepayslipsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_getlineasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_generateasync", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_approveasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_lockasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_unlockasync", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_gettrackedasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_mapline", "to": "backend_erpcore_services_hrm_payrollrunservice_erpcore_services_hrm_payrollrunservice_maplinedetail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_listasync", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_task", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_task", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payrollstatutorysettingservice_erpcore_services_hrm_payrollstatutorysettingservice_geteffectiveasync", "to": "backend_erpcore_services_hrm_payrollstatutorysettingservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payslipservice", "to": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payslipservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "to": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "to": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_renderhtmlasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice", "to": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "to": "backend_erpcore_services_hrm_payslipservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_getasync", "to": "backend_erpcore_services_hrm_payslipservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payslipservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_renderhtmlasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_payslipservice_cs_task", "to": "backend_erpcore_services_hrm_payslipservice_erpcore_services_hrm_payslipservice_renderhtmlasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "to": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_listasync", "to": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_salarycomponentservice_cs_task", "to": "backend_erpcore_services_hrm_salarycomponentservice_erpcore_services_hrm_salarycomponentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "to": "backend_erpcore_services_hrm_taxslabservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "to": "backend_erpcore_services_hrm_taxslabservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_listasync", "to": "backend_erpcore_services_hrm_taxslabservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_cs_task", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_cs_task", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_cs_list", "to": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_taxslabservice_erpcore_services_hrm_taxslabservice_geteffectiveslabsasync", "to": "backend_erpcore_services_hrm_taxslabservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice", "to": "csharp_namespace:e502197c785fa079", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "to": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_listasync", "to": "backend_erpcore_services_hrm_workshiftservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_cs_cancellationtoken", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_cs_task", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_cs_task", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_cs_task", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_hrm_workshiftservice_cs_task", "to": "backend_erpcore_services_hrm_workshiftservice_erpcore_services_hrm_workshiftservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice", "to": "csharp_namespace:e502197c785fa079", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iattendancecomputationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iauditservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iauthaltservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iauthuserservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ibranchservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ibrandservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_icategoryservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_icountservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_idashboardservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_idepartmentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_idesignationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iemployeeloanservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iemployeeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ififocostingservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_igrnservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ihrreportservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iitemservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iitemtypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ileavebalanceservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ileaverequestservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ileavetypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_inumbersequenceservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ipayrollrunservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ipayslipservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iproductconfigservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iproductionrunservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ireasoncodeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ireorderservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_irequisitionservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_irfqservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iroleservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_isalarycomponentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_istockmutator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_istockservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_itaxslabservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_itransferservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iuomconverter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iuomservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iusermanagementservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_ivendorservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iwarehouseservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_interfaces_iworkshiftservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_itemservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_itemtypeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_numbersequenceservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_productconfigservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_production_productionrunservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_production_productiontemplateservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_purchaseorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_purchasereturnservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_reasoncodeservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_reorderservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_requisitionservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_rfqservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_roleservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_stock_fifocostingservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_stock_stockmutator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_stock_stockservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_stock_uomconverter", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_transferservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_uomservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_usermanagementservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_vendorservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:e502197c785fa079", "to": "backend_erpcore_services_warehouseservice", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "to": "backend_erpcore_services_interfaces_iadjustmentservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_listasync", "to": "backend_erpcore_services_interfaces_iadjustmentservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice_cs_task", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iadjustmentservice_cs_task", "to": "backend_erpcore_services_interfaces_iadjustmentservice_erpcore_services_interfaces_iadjustmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendancecomputationservice", "to": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice", "to": "backend_erpcore_services_interfaces_iattendancecomputationservice_erpcore_services_interfaces_iattendancecomputationservice_compute", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listbatchesasync", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_getbatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_resolveduplicateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_updaterecordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_task", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_validateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_uploadasync", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_stream", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_listrecordsasync", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_content", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_contenttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iattendanceuploadservice_erpcore_services_interfaces_iattendanceuploadservice_generatetemplate", "to": "backend_erpcore_services_interfaces_iattendanceuploadservice_cs_filename", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauditservice", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "to": "backend_erpcore_services_interfaces_iauditservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "to": "backend_erpcore_services_interfaces_iauditservice_cs_dateonly", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listlogsasync", "to": "backend_erpcore_services_interfaces_iauditservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauditservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauditservice_cs_task", "to": "backend_erpcore_services_interfaces_iauditservice_erpcore_services_interfaces_iauditservice_listjournalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthaltservice", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "to": "backend_erpcore_services_interfaces_iauthaltservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_isavailableasync", "to": "backend_erpcore_services_interfaces_iauthaltservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthaltservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthaltservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthaltservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_sendotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthaltservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthaltservice_erpcore_services_interfaces_iauthaltservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_forgotpasswordasync", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_resetpasswordwithtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthrecoveryservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthrecoveryservice_erpcore_services_interfaces_iauthrecoveryservice_verifyotpasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "to": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "to": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_registerasync", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserpasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_changeuserstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_completetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_disabletwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_gettwofastatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_initiatetwofasetupasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_lockuseraccountasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_loginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_logoutuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_refreshtokenasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_updateuserasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifyotpforloginasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifypasswordasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_cs_task", "to": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_verifytwofaasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getuserdetailsasync", "to": "backend_erpcore_services_interfaces_iauthuserservice_cs_guid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iauthuserservice_erpcore_services_interfaces_iauthuserservice_getusersessionsasync", "to": "backend_erpcore_services_interfaces_iauthuserservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "to": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_listasync", "to": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibranchservice_cs_task", "to": "backend_erpcore_services_interfaces_ibranchservice_erpcore_services_interfaces_ibranchservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "to": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_listasync", "to": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ibrandservice_cs_task", "to": "backend_erpcore_services_interfaces_ibrandservice_erpcore_services_interfaces_ibrandservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "to": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listasync", "to": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_createsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_getsubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_listsubcategoriesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_setsubcategorystatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icategoryservice_cs_task", "to": "backend_erpcore_services_interfaces_icategoryservice_erpcore_services_interfaces_icategoryservice_updatesubcategoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "to": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_listasync", "to": "backend_erpcore_services_interfaces_icountservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_cs_task", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_cs_task", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_entercountsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_cs_task", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_icountservice_cs_task", "to": "backend_erpcore_services_interfaces_icountservice_erpcore_services_interfaces_icountservice_postasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idashboardservice", "to": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice", "to": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "to": "backend_erpcore_services_interfaces_idashboardservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idashboardservice_erpcore_services_interfaces_idashboardservice_getstatsasync", "to": "backend_erpcore_services_interfaces_idashboardservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "to": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_listasync", "to": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idepartmentservice_cs_task", "to": "backend_erpcore_services_interfaces_idepartmentservice_erpcore_services_interfaces_idepartmentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "to": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_listasync", "to": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_idesignationservice_cs_task", "to": "backend_erpcore_services_interfaces_idesignationservice_erpcore_services_interfaces_idesignationservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_listasync", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_uploadasync", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_stream", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_stream", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_content", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_contenttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeedocumentservice_erpcore_services_interfaces_iemployeedocumentservice_downloadasync", "to": "backend_erpcore_services_interfaces_iemployeedocumentservice_cs_filename", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_listasync", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_list", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeloanservice_erpcore_services_interfaces_iemployeeloanservice_getdueinstallmentsasync", "to": "backend_erpcore_services_interfaces_iemployeeloanservice_cs_loaninstallment", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_getcurrentasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_listhistoryasync", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_getcurrentasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeesalarystructureservice_erpcore_services_interfaces_iemployeesalarystructureservice_getcurrentasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "to": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listasync", "to": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_listbankdetailsasync", "to": "backend_erpcore_services_interfaces_iemployeeservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeservice_cs_list", "to": "backend_erpcore_services_interfaces_iemployeeservice_erpcore_services_interfaces_iemployeeservice_replacebankdetailsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_unlinkasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findstaffcandidatebyemailasync", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_unlinkasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_findusercandidatebyemailasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_cs_task", "to": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_unlinkasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemployeeuserlinkservice_erpcore_services_interfaces_iemployeeuserlinkservice_linkasync", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_listasync", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iemploymenttypeservice_cs_task", "to": "backend_erpcore_services_interfaces_iemploymenttypeservice_erpcore_services_interfaces_iemploymenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_consumedsegment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_cs_datetime", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_cs_task", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "to": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_consumedsegment", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_consumeasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_postledgerasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getonhandasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_ififocostingservice_getvaluationasync", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ififocostingservice_erpcore_services_interfaces_consumedsegment", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "to": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_listasync", "to": "backend_erpcore_services_interfaces_igrnservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_cs_task", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_confirmasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_cs_task", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_cs_task", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_igrnservice_cs_task", "to": "backend_erpcore_services_interfaces_igrnservice_erpcore_services_interfaces_igrnservice_releaselineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_listasync", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_cs_task", "to": "backend_erpcore_services_interfaces_ihrdocumenttypeservice_erpcore_services_interfaces_ihrdocumenttypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "to": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "to": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_attendancesummaryasync", "to": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_task", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_documentexpiryreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_latearrivalreportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_leavebalancereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_overtimereportasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_payrollregisterasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ihrreportservice_cs_list", "to": "backend_erpcore_services_interfaces_ihrreportservice_erpcore_services_interfaces_ihrreportservice_salaryhistoryasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "to": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_listasync", "to": "backend_erpcore_services_interfaces_iitemservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_task", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_task", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_task", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_task", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_task", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updatereorderasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemservice_cs_task", "to": "backend_erpcore_services_interfaces_iitemservice_erpcore_services_interfaces_iitemservice_updateuomconversionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "to": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_listasync", "to": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iitemtypeservice_cs_task", "to": "backend_erpcore_services_interfaces_iitemtypeservice_erpcore_services_interfaces_iitemtypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_incrementtakendaysasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_listasync", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_incrementtakendaysasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_task", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_task", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_incrementtakendaysasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavebalanceservice_cs_list", "to": "backend_erpcore_services_interfaces_ileavebalanceservice_erpcore_services_interfaces_ileavebalanceservice_applyadjustmentsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "to": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_listasync", "to": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_rejectasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_cs_task", "to": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "to": "backend_erpcore_services_interfaces_ileaverequestservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileaverequestservice_erpcore_services_interfaces_ileaverequestservice_findapprovedleavecoveringasync", "to": "backend_erpcore_services_interfaces_ileaverequestservice_cs_leaverequest", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "to": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_listasync", "to": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ileavetypeservice_cs_task", "to": "backend_erpcore_services_interfaces_ileavetypeservice_erpcore_services_interfaces_ileavetypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "to": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "to": "backend_erpcore_services_interfaces_inumbersequenceservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_inumbersequenceservice_erpcore_services_interfaces_inumbersequenceservice_nextasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_ipayrollcalculationservice", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollcalculationservice_erpcore_services_interfaces_ipayrollcalculationservice_calculateasync", "to": "backend_erpcore_services_interfaces_ipayrollcalculationservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listasync", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_getlineasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_lockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_unlockasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_listlinesasync", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollrunservice_cs_list", "to": "backend_erpcore_services_interfaces_ipayrollrunservice_erpcore_services_interfaces_ipayrollrunservice_generatepayslipsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_listasync", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_erpcore_services_interfaces_ipayrollstatutorysettingservice_geteffectiveasync", "to": "backend_erpcore_services_interfaces_ipayrollstatutorysettingservice_cs_payrollstatutorysetting", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayslipservice", "to": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "to": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice", "to": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_renderhtmlasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "to": "backend_erpcore_services_interfaces_ipayslipservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_getasync", "to": "backend_erpcore_services_interfaces_ipayslipservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayslipservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_renderhtmlasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipayslipservice_cs_task", "to": "backend_erpcore_services_interfaces_ipayslipservice_erpcore_services_interfaces_ipayslipservice_renderhtmlasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductconfigservice", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "to": "backend_erpcore_services_interfaces_iproductconfigservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "to": "backend_erpcore_services_interfaces_iproductconfigservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_getasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_iproductconfigservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductconfigservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductconfigservice_erpcore_services_interfaces_iproductconfigservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "to": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_listasync", "to": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_approvestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_completestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectintakeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_rejectterminalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_returnleftoverasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_startstageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_transferasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductionrunservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductionrunservice_erpcore_services_interfaces_iproductionrunservice_updatestagequantitiesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_listasync", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iproductiontemplateservice_cs_task", "to": "backend_erpcore_services_interfaces_iproductiontemplateservice_erpcore_services_interfaces_iproductiontemplateservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_deleteasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_listasync", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchaseorderservice_cs_task", "to": "backend_erpcore_services_interfaces_ipurchaseorderservice_erpcore_services_interfaces_ipurchaseorderservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_listasync", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_task", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ipurchasereturnservice_cs_task", "to": "backend_erpcore_services_interfaces_ipurchasereturnservice_erpcore_services_interfaces_ipurchasereturnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireasoncodeservice", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_listasync", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireasoncodeservice_cs_task", "to": "backend_erpcore_services_interfaces_ireasoncodeservice_erpcore_services_interfaces_ireasoncodeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireorderservice", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "to": "backend_erpcore_services_interfaces_ireorderservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_getalertsasync", "to": "backend_erpcore_services_interfaces_ireorderservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ireorderservice_cs_task", "to": "backend_erpcore_services_interfaces_ireorderservice_erpcore_services_interfaces_ireorderservice_createsuggestedrequisitionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "to": "backend_erpcore_services_interfaces_irequisitionservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_listasync", "to": "backend_erpcore_services_interfaces_irequisitionservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_cs_task", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_cs_task", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_cs_task", "to": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irequisitionservice_erpcore_services_interfaces_irequisitionservice_createasync", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_irfqservice", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "to": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_listasync", "to": "backend_erpcore_services_interfaces_irfqservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_cs_task", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_addquotationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_cs_task", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_cs_task", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_irfqservice_cs_task", "to": "backend_erpcore_services_interfaces_irfqservice_erpcore_services_interfaces_irfqservice_getcomparisonasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_deleteasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "to": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_listasync", "to": "backend_erpcore_services_interfaces_iroleservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_task", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_assignpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_task", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_task", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_task", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_task", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getmeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_task", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_getpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_task", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iroleservice_cs_task", "to": "backend_erpcore_services_interfaces_iroleservice_erpcore_services_interfaces_iroleservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_listasync", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_isalarycomponentservice_cs_task", "to": "backend_erpcore_services_interfaces_isalarycomponentservice_erpcore_services_interfaces_isalarycomponentservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator", "to": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator", "to": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_stockdelta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_stockdelta", "to": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_stockdelta", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "to": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "to": "backend_erpcore_services_interfaces_istockmutator_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "to": "backend_erpcore_services_interfaces_istockmutator_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "to": "backend_erpcore_services_interfaces_istockmutator_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "to": "backend_erpcore_services_interfaces_istockmutator_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockmutator_erpcore_services_interfaces_istockmutator_applyasync", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_istockservice", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "to": "backend_erpcore_services_interfaces_istockservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "to": "backend_erpcore_services_interfaces_istockservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandasync", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_istockservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_cs_task", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_cs_task", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getonhandlistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_cs_task", "to": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_istockservice_erpcore_services_interfaces_istockservice_getledgerasync", "to": "backend_erpcore_services_interfaces_istockservice_cs_dateonly", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "to": "backend_erpcore_services_interfaces_itaxslabservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "to": "backend_erpcore_services_interfaces_itaxslabservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_listasync", "to": "backend_erpcore_services_interfaces_itaxslabservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_cs_task", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_cs_task", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_cs_list", "to": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "to": "backend_erpcore_services_interfaces_itaxslabservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itaxslabservice_erpcore_services_interfaces_itaxslabservice_geteffectiveslabsasync", "to": "backend_erpcore_services_interfaces_itaxslabservice_cs_taxslab", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "to": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_listasync", "to": "backend_erpcore_services_interfaces_itransferservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_cs_task", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_cs_task", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_dispatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_cs_task", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_itransferservice_cs_task", "to": "backend_erpcore_services_interfaces_itransferservice_erpcore_services_interfaces_itransferservice_receiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter", "to": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "to": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "to": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "to": "backend_erpcore_services_interfaces_iuomconverter_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "to": "backend_erpcore_services_interfaces_iuomconverter_cs_qtybase", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "to": "backend_erpcore_services_interfaces_iuomconverter_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseasync", "to": "backend_erpcore_services_interfaces_iuomconverter_cs_unitcostbase", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_cs_task", "to": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_iuomconverter_erpcore_services_interfaces_iuomconverter_tobaseqtyasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": "calls", "title": "calls [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_erpcore_services_interfaces_iuomservice", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "to": "backend_erpcore_services_interfaces_iuomservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_listasync", "to": "backend_erpcore_services_interfaces_iuomservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iuomservice_cs_task", "to": "backend_erpcore_services_interfaces_iuomservice_erpcore_services_interfaces_iuomservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "to": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listasync", "to": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_cs_task", "to": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iusermanagementservice_erpcore_services_interfaces_iusermanagementservice_listusertypesasync", "to": "backend_erpcore_services_interfaces_iusermanagementservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "to": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_listasync", "to": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_ivendorservice_cs_task", "to": "backend_erpcore_services_interfaces_ivendorservice_erpcore_services_interfaces_ivendorservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "to": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listasync", "to": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_createbinasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_cs_task", "to": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iwarehouseservice_erpcore_services_interfaces_iwarehouseservice_listbinsasync", "to": "backend_erpcore_services_interfaces_iwarehouseservice_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "to": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_listasync", "to": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_cs_cancellationtoken", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_interfaces_iworkshiftservice_cs_task", "to": "backend_erpcore_services_interfaces_iworkshiftservice_erpcore_services_interfaces_iworkshiftservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "to": "backend_erpcore_services_itemservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice_listasync", "to": "backend_erpcore_services_itemservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_task", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_task", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_task", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_task", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_task", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_task", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updatereorderasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_task", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateuomconversionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_cs_task", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice_getasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice_createasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_saveguardingconcurrencyasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_todetail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemservice_erpcore_services_itemservice_updateasync", "to": "backend_erpcore_services_itemservice_erpcore_services_itemservice_validatereferencesasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "to": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_listasync", "to": "backend_erpcore_services_itemtypeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_cs_cancellationtoken", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_cs_task", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_cs_task", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_cs_task", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_itemtypeservice_cs_task", "to": "backend_erpcore_services_itemtypeservice_erpcore_services_itemtypeservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_numbersequenceservice", "to": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "to": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_addparam", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice", "to": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_nextasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_nextasync", "to": "backend_erpcore_services_numbersequenceservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_nextasync", "to": "backend_erpcore_services_numbersequenceservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_nextasync", "to": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_addparam", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_numbersequenceservice_erpcore_services_numbersequenceservice_addparam", "to": "idbcommand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_productconfigservice", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_productconfigservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "to": "backend_erpcore_services_productconfigservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_getasync", "to": "backend_erpcore_services_productconfigservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_productconfigservice_cs_cancellationtoken", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_productconfigservice_cs_task", "to": "backend_erpcore_services_productconfigservice_erpcore_services_productconfigservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator", "to": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator", "to": "csharp_namespace:f92d8ba7ec4a76f5", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f92d8ba7ec4a76f5", "to": "backend_erpcore_services_production_productionjson", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f92d8ba7ec4a76f5", "to": "backend_erpcore_services_production_productionrunservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:f92d8ba7ec4a76f5", "to": "backend_erpcore_services_production_productiontemplateservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "to": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_edgedraft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "to": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_inputdraft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "to": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_outputdraft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "to": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_invalid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "to": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "to": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator", "to": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_stagedraft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "to": "backend_erpcore_services_production_productiongraphvalidator_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "to": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_invalid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "to": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "to": "edgedraft", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "to": "stagedraft", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_validate", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "to": "backend_erpcore_services_production_productiongraphvalidator_cs_dictionary", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "to": "backend_erpcore_services_production_productiongraphvalidator_cs_hashset", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "to": "backend_erpcore_services_production_productiongraphvalidator_cs_ienumerable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_reach", "to": "backend_erpcore_services_production_productiongraphvalidator_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiongraphvalidator_erpcore_services_production_productiongraphvalidator_invalid", "to": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionjson", "to": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "to": "backend_erpcore_services_production_productionjson_cs_jsonserializeroptions", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "to": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_deserialize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "to": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_serialize", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_serialize", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_serialize", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionjson_erpcore_services_production_productionjson_serialize", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_parsejson", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_scale", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_receipt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "to": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_listasync", "to": "backend_erpcore_services_production_productionrunservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_task", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_getasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_createasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_scale", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_updatestagequantitiesasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_startstageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_completestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_approvestageasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_transferasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_requirestageasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_returnleftoverasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectintakeasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_isterminal", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_rejectterminalasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_parsejson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_addevent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_ensureproductionreasonasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_cancelasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "to": "backend_erpcore_services_production_productionrunservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_deliver", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_recomputereadiness", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "to": "backend_erpcore_services_production_productionrunservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "to": "entry", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "to": "pool", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_postreceiptasync", "to": "receipt", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "to": "run", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadforactionasync", "to": "stage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_validaterequiredfields", "to": "backend_erpcore_services_production_productionrunservice_cs_jsonelement", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_cs_jsonelement", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_parsejson", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_loadgraphquery", "to": "backend_erpcore_services_production_productionrunservice_cs_iqueryable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_tographdto", "to": "backend_erpcore_services_production_productionrunservice_erpcore_services_production_productionrunservice_parsejson", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_resolvekeptid", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "to": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "to": "backend_erpcore_services_production_productiontemplateservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_listasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_cancellationtoken", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_task", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_task", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_task", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_task", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_task", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_task", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "to": "backend_erpcore_services_production_productiontemplateservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "to": "childstageid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "to": "name", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "to": "parentstageid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_floworderednames", "to": "stageid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_tographdto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_getasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_createasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_requiregraphasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_updateasync", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_validateasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_loadgraphquery", "to": "backend_erpcore_services_production_productiontemplateservice_cs_iqueryable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "to": "backend_erpcore_services_production_productiontemplateservice_cs_dictionary", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_teardowngraph", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_resolvekeptid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_dictionary", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_buildgraph", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_production_productiontemplateservice_cs_dictionary", "to": "backend_erpcore_services_production_productiontemplateservice_erpcore_services_production_productiontemplateservice_resolvekeptid", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_iseditable", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_toline", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "to": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "to": "backend_erpcore_services_purchaseorderservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_listasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_task", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_approveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_task", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_cancelasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_task", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_task", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_task", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_task", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_task", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_task", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_task", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_createasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_iseditable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_toline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_updateasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "to": "backend_erpcore_services_purchaseorderservice_cs_ienumerable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_computetotals", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_map", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_cs_ienumerable", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "to": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_validatereferencesasync", "to": "ireadonlycollection", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchaseorderservice_erpcore_services_purchaseorderservice_ensureallexistasync", "to": "backend_erpcore_services_purchaseorderservice_cs_iqueryable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "to": "backend_erpcore_services_purchasereturnservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_listasync", "to": "backend_erpcore_services_purchasereturnservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_cs_cancellationtoken", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_cs_task", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_cs_task", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_getasync", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_createasync", "to": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_purchasereturnservice_erpcore_services_purchasereturnservice_todto", "to": "backend_erpcore_services_purchasereturnservice_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reasoncodeservice", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reasoncodeservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "to": "backend_erpcore_services_reasoncodeservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_listasync", "to": "backend_erpcore_services_reasoncodeservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reasoncodeservice_cs_cancellationtoken", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reasoncodeservice_cs_task", "to": "backend_erpcore_services_reasoncodeservice_erpcore_services_reasoncodeservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reorderservice", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reorderservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "to": "backend_erpcore_services_reorderservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_getalertsasync", "to": "backend_erpcore_services_reorderservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reorderservice_cs_cancellationtoken", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_reorderservice_cs_task", "to": "backend_erpcore_services_reorderservice_erpcore_services_reorderservice_createsuggestedrequisitionasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "to": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_listasync", "to": "backend_erpcore_services_requisitionservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_cs_cancellationtoken", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_cs_task", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_cs_task", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_cs_task", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_cs_task", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_submitasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_createasync", "to": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_requisitionservice_erpcore_services_requisitionservice_ensureitemsexistasync", "to": "backend_erpcore_services_requisitionservice_cs_ienumerable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "to": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_listasync", "to": "backend_erpcore_services_rfqservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_cancellationtoken", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_task", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_addquotationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_task", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_task", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_task", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_task", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_task", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getcomparisonasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_getasync", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_createasync", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_maprfq", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensureitemsexistasync", "to": "backend_erpcore_services_rfqservice_cs_ienumerable", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_rfqservice_cs_ienumerable", "to": "backend_erpcore_services_rfqservice_erpcore_services_rfqservice_ensurevendorsexistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "to": "backend_erpcore_services_roleservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice_listasync", "to": "backend_erpcore_services_roleservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_cancellationtoken", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_cancellationtoken", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_cancellationtoken", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_cancellationtoken", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_cancellationtoken", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_cancellationtoken", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_cancellationtoken", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_cancellationtoken", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_task", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_task", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_task", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_deleteasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_task", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_task", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getmeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_task", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_task", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_cs_task", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_roleservice_erpcore_services_roleservice_getpermissionsasync", "to": "backend_erpcore_services_roleservice_erpcore_services_roleservice_assignpermissionsasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice", "to": "csharp_namespace:fb4a14b5a69536d8", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fb4a14b5a69536d8", "to": "backend_erpcore_services_stock_stockmutator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fb4a14b5a69536d8", "to": "backend_erpcore_services_stock_stockservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:fb4a14b5a69536d8", "to": "backend_erpcore_services_stock_uomconverter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "to": "backend_erpcore_services_stock_fifocostingservice_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getonhandasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_stock_fifocostingservice_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_createinboundlayerasync", "to": "backend_erpcore_services_stock_fifocostingservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_cs_datetime", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getonhandasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_cs_cancellationtoken", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_cs_task", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_cs_task", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getonhandasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_cs_task", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_cs_task", "to": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_postledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_fifocostingservice_erpcore_services_stock_fifocostingservice_consumeasync", "to": "backend_erpcore_services_stock_fifocostingservice_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockmutator", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "to": "backend_erpcore_services_stock_stockmutator_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "to": "backend_erpcore_services_stock_stockmutator_cs_datetime", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "to": "backend_erpcore_services_stock_stockmutator_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "to": "backend_erpcore_services_stock_stockmutator_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_applyasync", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockmutator_cs_cancellationtoken", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockmutator_cs_task", "to": "backend_erpcore_services_stock_stockmutator_erpcore_services_stock_stockmutator_lastcostasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "to": "backend_erpcore_services_stock_stockservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandasync", "to": "backend_erpcore_services_stock_stockservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_cs_cancellationtoken", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_cs_cancellationtoken", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_cs_cancellationtoken", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_cs_task", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_cs_task", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getonhandlistasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_cs_task", "to": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getvaluationasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_stockservice_erpcore_services_stock_stockservice_getledgerasync", "to": "backend_erpcore_services_stock_stockservice_cs_dateonly", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "to": "backend_erpcore_services_stock_uomconverter_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "to": "backend_erpcore_services_stock_uomconverter_cs_qtybase", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "to": "backend_erpcore_services_stock_uomconverter_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "to": "backend_erpcore_services_stock_uomconverter_cs_unitcostbase", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseasync", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter_cs_cancellationtoken", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_stock_uomconverter_cs_task", "to": "backend_erpcore_services_stock_uomconverter_erpcore_services_stock_uomconverter_tobaseqtyasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_erpcore_services_transferservice", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "to": "backend_erpcore_services_transferservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_erpcore_services_transferservice_listasync", "to": "backend_erpcore_services_transferservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_cs_cancellationtoken", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_cs_cancellationtoken", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_cs_cancellationtoken", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_cs_cancellationtoken", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_cs_cancellationtoken", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_cs_task", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_cs_task", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_dispatchasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_cs_task", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_cs_task", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_cs_task", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_receiveasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_transferservice_erpcore_services_transferservice_createasync", "to": "backend_erpcore_services_transferservice_erpcore_services_transferservice_ensurewarehouseasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_uomservice", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_uomservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_uomservice_erpcore_services_uomservice", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "to": "backend_erpcore_services_uomservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_uomservice_erpcore_services_uomservice_listasync", "to": "backend_erpcore_services_uomservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_uomservice_cs_cancellationtoken", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_uomservice_cs_task", "to": "backend_erpcore_services_uomservice_erpcore_services_uomservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "to": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listasync", "to": "backend_erpcore_services_usermanagementservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_cs_cancellationtoken", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_cs_task", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_cs_task", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_cs_task", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_cs_task", "to": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_updateroleasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_usermanagementservice_erpcore_services_usermanagementservice_listusertypesasync", "to": "backend_erpcore_services_usermanagementservice_cs_list", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_map", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "to": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_listasync", "to": "backend_erpcore_services_vendorservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_cs_cancellationtoken", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_cs_task", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_cs_task", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_cs_task", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_setstatusasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_vendorservice_cs_task", "to": "backend_erpcore_services_vendorservice_erpcore_services_vendorservice_updateasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice", "to": "csharp_namespace:cdfd737e651e9341", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "to": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listasync", "to": "backend_erpcore_services_warehouseservice_cs_task", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_cs_cancellationtoken", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_cs_task", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_cs_task", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_cs_task", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_cs_task", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_getasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_cs_task", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "to": "backend_erpcore_services_warehouseservice_cs_ireadonlylist", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_listbinsasync", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_createbinasync", "to": "backend_erpcore_services_warehouseservice_erpcore_services_warehouseservice_ensurewarehouseexistsasync", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexception", "to": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_conflictexception", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexception", "to": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexception", "to": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_notfoundexception", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexception", "to": "csharp_namespace:cdfd737e651e9341", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cdfd737e651e9341", "to": "backend_erpcore_system_errors_domainexceptionhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "csharp_namespace:cdfd737e651e9341", "to": "backend_erpcore_system_errors_errorcodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "to": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_conflictexception", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "to": "exception", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_domainexception", "to": "backend_erpcore_system_errors_domainexception_erpcore_system_errors_notfoundexception", "label": "inherits", "title": "inherits [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexceptionhandler", "to": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler", "to": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler", "to": "iexceptionhandler", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler", "to": "iproblemdetailsservice", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "to": "backend_erpcore_system_errors_domainexceptionhandler_cs_cancellationtoken", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "to": "backend_erpcore_system_errors_domainexceptionhandler_cs_exception", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "to": "httpcontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_domainexceptionhandler_erpcore_system_errors_domainexceptionhandler_tryhandleasync", "to": "valuetask", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_errorcodes", "to": "backend_erpcore_system_errors_errorcodes_erpcore_system_errors_errorcodes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_erpcore_system_errors_errorcodes_erpcore_system_errors_errorcodes", "to": "backend_erpcore_system_errors_errorcodes_cs_string", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates", "to": "backend_smoke_m2_templates_cleanup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates", "to": "backend_smoke_m2_templates_diamond", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates", "to": "backend_smoke_m2_templates_key_of", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates", "to": "backend_smoke_m2_templates_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates", "to": "backend_smoke_m2_templates_output_key_of", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates", "to": "backend_smoke_m2_templates_pick_fixtures", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates", "to": "backend_smoke_m2_templates_rebuild_from_get", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates", "to": "backend_smoke_smoke_common_bootstrap", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates", "to": "backend_smoke_smoke_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates", "to": "backend_smoke_m2_templates_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_pick_fixtures", "to": "backend_smoke_m2_templates_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_pick_fixtures", "to": "backend_smoke_m2_templates_rationale_25", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_diamond", "to": "backend_smoke_m2_templates_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_diamond", "to": "backend_smoke_m2_templates_rationale_36", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_cleanup", "to": "backend_smoke_m2_templates_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_cleanup", "to": "backend_smoke_m2_templates_rationale_84", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_main", "to": "backend_smoke_m2_templates_key_of", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_main", "to": "backend_smoke_m2_templates_output_key_of", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_main", "to": "backend_smoke_m2_templates_rebuild_from_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_main", "to": "backend_smoke_smoke_common_bootstrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m2_templates_rebuild_from_get", "to": "backend_smoke_m2_templates_rationale_310", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m3_runs", "to": "backend_smoke_m3_runs_find_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m3_runs", "to": "backend_smoke_m3_runs_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m3_runs", "to": "backend_smoke_smoke_common_bootstrap", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m3_runs", "to": "backend_smoke_smoke_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m3_runs", "to": "backend_smoke_m3_runs_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m3_runs_find_template", "to": "backend_smoke_m3_runs_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m3_runs_main", "to": "backend_smoke_smoke_common_bootstrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_m4_stage_actions_adjustment_reason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_m4_stage_actions_build_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_m4_stage_actions_ensure_warehouse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_m4_stage_actions_ledger_rows", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_m4_stage_actions_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_m4_stage_actions_on_hand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_m4_stage_actions_production_reason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_m4_stage_actions_seed_stock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_smoke_common_bootstrap", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_smoke_common_drain_stock", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_smoke_common_seed_costed_stock", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_smoke_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions", "to": "backend_smoke_m4_stage_actions_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_ensure_warehouse", "to": "backend_smoke_m4_stage_actions_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_adjustment_reason", "to": "backend_smoke_m4_stage_actions_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_production_reason", "to": "backend_smoke_m4_stage_actions_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_on_hand", "to": "backend_smoke_m4_stage_actions_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_ledger_rows", "to": "backend_smoke_m4_stage_actions_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_seed_stock", "to": "backend_smoke_m4_stage_actions_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_seed_stock", "to": "backend_smoke_m4_stage_actions_rationale_69", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_seed_stock", "to": "backend_smoke_smoke_common_seed_costed_stock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_build_template", "to": "backend_smoke_m4_stage_actions_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_build_template", "to": "backend_smoke_m4_stage_actions_rationale_82", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_main", "to": "backend_smoke_smoke_common_bootstrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4_stage_actions_main", "to": "backend_smoke_smoke_common_drain_stock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4b_uom_conversion", "to": "backend_smoke_m4b_uom_conversion_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4b_uom_conversion", "to": "backend_smoke_smoke_common_bootstrap", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4b_uom_conversion", "to": "backend_smoke_smoke_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4b_uom_conversion", "to": "backend_smoke_m4b_uom_conversion_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m4b_uom_conversion_main", "to": "backend_smoke_smoke_common_bootstrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt", "to": "backend_smoke_m5_receipt_ledger_sum", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt", "to": "backend_smoke_m5_receipt_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt", "to": "backend_smoke_m5_receipt_on_hand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt", "to": "backend_smoke_smoke_common_bootstrap", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt", "to": "backend_smoke_smoke_common_drain_stock", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt", "to": "backend_smoke_smoke_common_seed_costed_stock", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt", "to": "backend_smoke_smoke_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt", "to": "backend_smoke_m5_receipt_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt_on_hand", "to": "backend_smoke_m5_receipt_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt_ledger_sum", "to": "backend_smoke_m5_receipt_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt_main", "to": "backend_smoke_smoke_common_bootstrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt_main", "to": "backend_smoke_smoke_common_drain_stock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m5_receipt_main", "to": "backend_smoke_smoke_common_seed_costed_stock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_m6_m7_leftover_rework_cancel_ensure_template", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_m6_m7_leftover_rework_cancel_ledger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_m6_m7_leftover_rework_cancel_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_m6_m7_leftover_rework_cancel_new_run", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_m6_m7_leftover_rework_cancel_on_hand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_m6_m7_leftover_rework_cancel_prod_reason", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_smoke_common_bootstrap", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_smoke_common_drain_stock", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_smoke_common_seed_costed_stock", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_smoke_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel", "to": "backend_smoke_m6_m7_leftover_rework_cancel_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel_on_hand", "to": "backend_smoke_m6_m7_leftover_rework_cancel_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel_ledger", "to": "backend_smoke_m6_m7_leftover_rework_cancel_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel_prod_reason", "to": "backend_smoke_m6_m7_leftover_rework_cancel_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel_ensure_template", "to": "backend_smoke_m6_m7_leftover_rework_cancel_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel_ensure_template", "to": "backend_smoke_m6_m7_leftover_rework_cancel_rationale_51", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel_new_run", "to": "backend_smoke_m6_m7_leftover_rework_cancel_main", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel_main", "to": "backend_smoke_smoke_common_bootstrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel_main", "to": "backend_smoke_smoke_common_drain_stock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_m6_m7_leftover_rework_cancel_main", "to": "backend_smoke_smoke_common_seed_costed_stock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_run_all", "to": "backend_smoke_run_all_main", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_run_all", "to": "backend_smoke_run_all_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_bootstrap", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_checker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_client", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_decode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_drain_stock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_ensure_vendor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_login", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_parse_args", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_response", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_seed_costed_stock", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common", "to": "backend_smoke_smoke_common_rationale_1", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_parse_args", "to": "backend_smoke_smoke_common_bootstrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_parse_args", "to": "backend_smoke_smoke_common_client_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_parse_args", "to": "namespace", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_response", "to": "backend_smoke_smoke_common_checker_status", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_response", "to": "backend_smoke_smoke_common_client_request", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_response", "to": "backend_smoke_smoke_common_response_code", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_response", "to": "backend_smoke_smoke_common_response_etag", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_response", "to": "backend_smoke_smoke_common_response_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_response", "to": "backend_smoke_smoke_common_response_repr", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_response_code", "to": "backend_smoke_smoke_common_rationale_62", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_response_code", "to": "backend_smoke_smoke_common_client_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_response_etag", "to": "backend_smoke_smoke_common_client_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client", "to": "backend_smoke_smoke_common_bootstrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client", "to": "backend_smoke_smoke_common_client_get", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client", "to": "backend_smoke_smoke_common_client_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client", "to": "backend_smoke_smoke_common_client_patch", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client", "to": "backend_smoke_smoke_common_client_post", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client", "to": "backend_smoke_smoke_common_client_put", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client", "to": "backend_smoke_smoke_common_client_request", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_request", "to": "backend_smoke_smoke_common_client_get", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_request", "to": "backend_smoke_smoke_common_client_patch", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_request", "to": "backend_smoke_smoke_common_client_post", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_request", "to": "backend_smoke_smoke_common_client_put", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_request", "to": "backend_smoke_smoke_common_decode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_get", "to": "backend_smoke_smoke_common_checker_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_get", "to": "backend_smoke_smoke_common_drain_stock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_get", "to": "backend_smoke_smoke_common_ensure_vendor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_get", "to": "backend_smoke_smoke_common_login", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_post", "to": "backend_smoke_smoke_common_drain_stock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_post", "to": "backend_smoke_smoke_common_ensure_vendor", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_client_post", "to": "backend_smoke_smoke_common_seed_costed_stock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_login", "to": "backend_smoke_smoke_common_bootstrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_login", "to": "backend_smoke_smoke_common_rationale_123", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_checker", "to": "backend_smoke_smoke_common_bootstrap", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_checker", "to": "backend_smoke_smoke_common_checker_check", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_checker", "to": "backend_smoke_smoke_common_checker_finish", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_checker", "to": "backend_smoke_smoke_common_checker_init", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_checker", "to": "backend_smoke_smoke_common_checker_section", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_checker", "to": "backend_smoke_smoke_common_checker_status", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_checker", "to": "backend_smoke_smoke_common_rationale_147", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_checker_check", "to": "backend_smoke_smoke_common_checker_status", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_bootstrap", "to": "backend_smoke_smoke_common_rationale_184", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_drain_stock", "to": "backend_smoke_smoke_common_rationale_200", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_ensure_vendor", "to": "backend_smoke_smoke_common_seed_costed_stock", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_smoke_smoke_common_seed_costed_stock", "to": "backend_smoke_smoke_common_rationale_240", "label": "rationale_for", "title": "rationale_for [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_attendancebatchdetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_minuteslabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_row_status_style", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_lib_api_attendance", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_lib_api_attendance_attendanceapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_types_hrm_attendancerecord", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page", "to": "frontend_erp_system_types_hrm_attendanceuploadbatch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_minuteslabel", "to": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_attendancebatchdetailpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_id_page_attendancebatchdetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_app_dashboard_hrm_attendance_page_attendancebatchespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_app_dashboard_hrm_attendance_page_status_style", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_lib_api_attendance", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_lib_api_attendance_attendanceapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_lib_api_attendance_attendancetemplateurl", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page", "to": "frontend_erp_system_types_hrm_attendanceuploadbatch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page_attendancebatchespage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page_attendancebatchespage", "to": "frontend_erp_system_lib_api_attendance_attendancetemplateurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_attendance_page_attendancebatchespage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_app_dashboard_hrm_employees_id_page_employeedetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_app_dashboard_hrm_employees_id_page_money", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_app_dashboard_hrm_employees_id_page_tab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_app_dashboard_hrm_employees_id_page_tabs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_employees", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_employees_createemployeeloanrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_employees_createsalarystructurerequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_employees_employeesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_hrm_masters_departmentsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_hrm_masters_designationsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_hrm_masters_employmenttypesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_hrm_masters_hrdocumenttypesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_hrm_masters_salarycomponentsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_api_hrm_masters_workshiftsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_department", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_designation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_employeebankdetail", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_employeedetail", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_employeedocument", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_employeeloan", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_employeesalarystructure", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_employmenttype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_hrdocumenttype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_loankind", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_salarycomponent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page", "to": "frontend_erp_system_types_hrm_workshift", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page_money", "to": "frontend_erp_system_app_dashboard_hrm_employees_id_page_employeedetailpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page_employeedetailpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_id_page_employeedetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_app_dashboard_hrm_employees_page_employeespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_app_dashboard_hrm_employees_page_emptyform", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_api_employees", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_api_employees_employeesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_api_hrm_masters_departmentsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_api_hrm_masters_designationsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_api_hrm_masters_employmenttypesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_api_hrm_masters_workshiftsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_types_hrm_createemployeerequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_types_hrm_department", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_types_hrm_designation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_types_hrm_employeelistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_types_hrm_employmenttype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_types_hrm_usermatch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page", "to": "frontend_erp_system_types_hrm_workshift", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page_employeespage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_employees_page_employeespage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_app_dashboard_hrm_leave_page_leaverequestspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_app_dashboard_hrm_leave_page_status_style", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_lib_api_employees", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_lib_api_employees_employeesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_lib_api_hrm_masters_leavetypesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_lib_api_leave", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_lib_api_leave_leaverequestsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_types_hrm_employeelistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_types_hrm_leaverequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_types_hrm_leaverequeststatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page", "to": "frontend_erp_system_types_hrm_leavetype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_leave_page_leaverequestspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "to": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_money", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "to": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_payrolllinedetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "to": "frontend_erp_system_lib_api_payroll", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "to": "frontend_erp_system_lib_api_payroll_payrollrunsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page", "to": "frontend_erp_system_types_hrm_payrolllinedetail", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_money", "to": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_payrolllinedetailpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_lines_lineid_page_payrolllinedetailpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_money", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_payrollrundetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_lib_api_payroll", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_lib_api_payroll_payrollrunsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_lib_api_payroll_payslipviewurl", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_types_hrm_payrollline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_types_hrm_payrollrun", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page", "to": "frontend_erp_system_types_hrm_payslip", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_money", "to": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_payrollrundetailpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_payrollrundetailpage", "to": "frontend_erp_system_lib_api_payroll_payslipviewurl", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_id_page_payrollrundetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_app_dashboard_hrm_payroll_page_payrollrunspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_app_dashboard_hrm_payroll_page_status_style", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_lib_api_payroll", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_lib_api_payroll_payrollrunsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_types_hrm_payrollrun", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page", "to": "frontend_erp_system_types_hrm_payrollrunstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page_payrollrunspage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_payroll_page_payrollrunspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_app_dashboard_hrm_reports_page_hrreportspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_app_dashboard_hrm_reports_page_now", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_app_dashboard_hrm_reports_page_reportname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_app_dashboard_hrm_reports_page_reports", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_lib_api_hr_reports", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_lib_api_hr_reports_hrreportsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_types_hrm_attendancesummaryrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_types_hrm_documentexpiryreportrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_types_hrm_latearrivalreportrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_types_hrm_leavebalancereportrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_types_hrm_overtimereportrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_types_hrm_payrollregisterrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_reports_page", "to": "frontend_erp_system_types_hrm_salaryhistoryrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_branches_page_branchespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "to": "frontend_erp_system_components_hrm_codenamemasterpage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "to": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "to": "frontend_erp_system_lib_api_hrm_masters_brancheshrmapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_branches_page", "to": "frontend_erp_system_types_hrm_branch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_departments_page_departmentspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_lib_api_hrm_masters_brancheshrmapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_lib_api_hrm_masters_departmentsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_types_hrm_branch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page", "to": "frontend_erp_system_types_hrm_department", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_departments_page_departmentspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_designations_page_designationspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "to": "frontend_erp_system_components_hrm_codenamemasterpage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "to": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "to": "frontend_erp_system_lib_api_hrm_masters_designationsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_designations_page", "to": "frontend_erp_system_types_hrm_designation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page_categories", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page_documenttypespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_lib_api_hrm_masters_hrdocumenttypesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_types_hrm_hrdocumentcategory", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page", "to": "frontend_erp_system_types_hrm_hrdocumenttype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_document_types_page_documenttypespage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page_employmenttypespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "to": "frontend_erp_system_components_hrm_codenamemasterpage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "to": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "to": "frontend_erp_system_lib_api_hrm_masters_employmenttypesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_employment_types_page", "to": "frontend_erp_system_types_hrm_employmenttype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page_leavetypespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_lib_api_hrm_masters_leavetypesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page", "to": "frontend_erp_system_types_hrm_leavetype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_leave_types_page_leavetypespage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_page_cards", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_page_hrmsettingspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page_salarycomponentspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_lib_api_hrm_masters_salarycomponentsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_types_hrm_salarycomponent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page", "to": "frontend_erp_system_types_hrm_salarycomponenttype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_salary_components_page_salarycomponentspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page_statutorysettingspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_lib_api_payroll", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_lib_api_payroll_payrollstatutorysettingsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_lib_api_payroll_taxslabsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_types_hrm_payrollstatutorysetting", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_statutory_page", "to": "frontend_erp_system_types_hrm_taxslab", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page_days", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page_workshiftspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_lib_api_hrm_masters_workshiftsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page", "to": "frontend_erp_system_types_hrm_workshift", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_hrm_settings_work_shifts_page_workshiftspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_app_dashboard_layout_dashboardlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_components_auth_authprovider", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_components_auth_authprovider_authprovider", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_components_layouts_appsidebar", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_components_layouts_appsidebar_appsidebar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_components_layouts_breadcrumbs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_components_layouts_breadcrumbs_breadcrumbs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_components_layouts_header", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_components_layouts_header_header", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_layout", "to": "frontend_erp_system_components_ui_toast_toaster", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_app_dashboard_page_dashboardpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_app_dashboard_page_isodate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_app_dashboard_page_sample_trend_in", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_app_dashboard_page_sample_trend_out", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_bar_chart", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_bar_chart_barchart", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_line_chart", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_line_chart_linechart", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_stat_card", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_stat_card_statcard", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_lib_api_dashboard", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_lib_api_dashboard_dashboardapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_lib_api_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_lib_api_stock_stockapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_types_dashboard", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_types_dashboard_dashboardstats", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page", "to": "frontend_erp_system_types_stock_ledgerentry", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page_isodate", "to": "frontend_erp_system_app_dashboard_page_dashboardpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page_dashboardpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page_dashboardpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_page_dashboardpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_page", "to": "frontend_erp_system_app_dashboard_procurement_page_procurementhubpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_draftline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_newkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_procurement_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_procurement_status_badges_postatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_purchase_orders", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_purchase_orders_ispoeditable", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_uoms", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_vendors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_validations_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_lib_validations_procurement_validatepoline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_types_master_data_uom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_types_master_data_vendor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_types_procurement_createpolineinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page", "to": "frontend_erp_system_types_procurement_purchaseorder", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_newkey", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "to": "frontend_erp_system_lib_api_purchase_orders_ispoeditable", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_id_page_purchaseorderdetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_draftline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_emptyline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseorderpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_purchase_orders", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_requisitions", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_rfqs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_rfqs_rfqsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_uoms", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_vendors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_validations_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_lib_validations_procurement_validatepoline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_types_master_data_uom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_types_master_data_vendor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page", "to": "frontend_erp_system_types_procurement_createpolineinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newkey", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_emptyline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newkey", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_emptyline", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_new_page_newpurchaseordercontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_purchaseorderslistpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_statusfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_procurement_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_procurement_status_badges_postatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_lib_api_purchase_orders", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_lib_api_vendors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_types_master_data_vendor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_types_procurement_purchaseorderstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page", "to": "frontend_erp_system_types_procurement_purchaseordersummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_purchaseorderslistpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_orders_page_purchaseorderslistpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_linestate", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturncontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturnpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_receiving_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_receiving_status_badges_holdstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_api_grns", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_api_grns_grnsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_api_purchase_returns", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_api_purchase_returns_purchasereturnsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_api_reason_codes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_validations_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_lib_validations_procurement_validatereturnline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_types_grn", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_types_grn_grn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_types_grn_grnline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_types_procurement_createpurchasereturnlineinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page", "to": "frontend_erp_system_types_stock_reasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturncontent", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturncontent", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_new_page_newpurchasereturncontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page_purchasereturnslistpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_api_purchase_returns", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_api_purchase_returns_purchasereturnsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_api_reason_codes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_api_vendors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_types_master_data_vendor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_types_procurement_purchasereturnsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page", "to": "frontend_erp_system_types_stock_reasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page_purchasereturnslistpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page_purchasereturnslistpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_purchase_returns_page_purchasereturnslistpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page_requisitiondetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_procurement_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_procurement_status_badges_requisitionstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_lib_api_requisitions", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page", "to": "frontend_erp_system_types_procurement_requisition", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page_requisitiondetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_id_page_requisitiondetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_draftline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_emptyline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_lib_api_requisitions", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_lib_validations_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_lib_validations_procurement_validaterequisitionline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page", "to": "frontend_erp_system_types_procurement_createreqlineinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newkey", "to": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_emptyline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_emptyline", "to": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_new_page_newrequisitionpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_app_dashboard_procurement_requisitions_page_requisitionslistpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_app_dashboard_procurement_requisitions_page_statusfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_procurement_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_procurement_status_badges_requisitionstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_lib_api_requisitions", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_types_procurement_requisitionstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page", "to": "frontend_erp_system_types_procurement_requisitionsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page_requisitionslistpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_requisitions_page_requisitionslistpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_quotedraft", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_rfqdetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_procurement_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_procurement_status_badges_rfqstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_api_rfqs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_api_rfqs_rfqsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_api_vendors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_validations_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_lib_validations_procurement_validatequotationline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_types_master_data_vendor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_types_procurement_quotationline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_types_procurement_rfq", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page", "to": "frontend_erp_system_types_procurement_rfqcomparison", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_rfqdetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_id_page_rfqdetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_draftline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_emptyline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_api_requisitions", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_api_rfqs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_api_rfqs_rfqsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_api_vendors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_validations_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_lib_validations_procurement_validaterfqline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_types_master_data_vendor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page", "to": "frontend_erp_system_types_procurement_createrfqlineinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newkey", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_emptyline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newkey", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_emptyline", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_new_page_newrfqcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_app_dashboard_procurement_rfqs_page_rfqslistpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_procurement_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_procurement_status_badges_rfqstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_lib_api_rfqs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_lib_api_rfqs_rfqsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page", "to": "frontend_erp_system_types_procurement_rfqsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page_rfqslistpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page_rfqslistpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_procurement_rfqs_page_rfqslistpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_customfieldform", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_missingrequiredfields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_types_production_fielddef", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_missingrequiredfields", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_missingrequiredfields", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_customfieldform_customfieldform", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_app_dashboard_production_runs_id_page", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_app_dashboard_production_runs_id_runactions_fmt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_app_dashboard_production_runs_id_runactions_money", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_app_dashboard_production_runs_id_runactions_returnable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_app_dashboard_production_runs_id_runactions_runactions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_lib_api_production_runs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_types_production_productionrungraph", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions", "to": "frontend_erp_system_types_stock_reasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions_fmt", "to": "frontend_erp_system_app_dashboard_production_runs_id_runactions_runactions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions_money", "to": "frontend_erp_system_app_dashboard_production_runs_id_runactions_runactions", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_runactions_runactions", "to": "frontend_erp_system_app_dashboard_production_runs_id_page", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_app_dashboard_production_runs_id_page", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_customfields", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_fmt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_inputcard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_minutessince", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_money", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_row", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_statuspill", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_alert_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_separator", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_separator_separator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_sheet", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_sheet_sheet", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_sheet_sheetcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_sheet_sheetdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_sheet_sheetheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_components_ui_sheet_sheettitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_api_production_runs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_api_production_runs_isstalestageerror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_production_status_colors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_production_status_colors_stage_status_color", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_production_status_colors_stage_status_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_production_status_colors_stagestatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_master_data_uom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_production_completeoutputline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_production_productionrungraph", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_production_runstage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_production_runstageinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_production_runstageoutput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_production_stagequantityline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_production_transferline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer", "to": "frontend_erp_system_types_stock_reasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_fmt", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_inputcard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_fmt", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_money", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_inputcard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_money", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_minutessince", "to": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_stagedrawer", "to": "frontend_erp_system_app_dashboard_production_runs_id_page", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_stagedrawer_inputcard", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_app_dashboard_production_runs_id_page_buildflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_app_dashboard_production_runs_id_page_nodetypes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_app_dashboard_production_runs_id_page_runstatusbadgeclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_production_runstagenode", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_production_runstagenode_runheaderdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_production_runstagenode_runheadernodecomponent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_production_runstagenode_runstagedata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_production_runstagenode_runstagenodecomponent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_production_stage_progress_strip", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_production_stage_progress_strip_stagestatuslegend", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_api_production_runs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_api_reason_codes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_api_uoms", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_production_status_colors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_production_status_colors_stage_status_color", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_master_data_uom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_production_productionrungraph", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_production_productionrunstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_production_runstage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_production_stagesummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page", "to": "frontend_erp_system_types_stock_reasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page_runstatusbadgeclass", "to": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page_buildflow", "to": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_id_page_productionrundetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_app_dashboard_production_runs_page_productionrunspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_app_dashboard_production_runs_page_runstatusbadgeclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_app_dashboard_production_runs_page_statusfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_app_dashboard_production_runs_page_summary_keys", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_production_stage_progress_strip", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_production_stage_progress_strip_stagestatuslegend", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_api_production_runs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_api_production_templates", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_api_production_templates_productiontemplatesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_production_status_colors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_production_status_colors_stage_status_color", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_production_status_colors_stage_status_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_production_status_colors_stage_status_order", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_types_master_data_bin", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_types_production_productionrunstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_types_production_productionrunsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page", "to": "frontend_erp_system_types_production_productiontemplatesummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page_runstatusbadgeclass", "to": "frontend_erp_system_app_dashboard_production_runs_page_productionrunspage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page_productionrunspage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_runs_page_productionrunspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "to": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_annotationnodedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "to": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_boxnode", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "to": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_deletehandle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "to": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_linenode", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "to": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_linenodecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "to": "frontend_erp_system_app_dashboard_production_templates_id_types", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_annotationdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes", "to": "frontend_erp_system_app_dashboard_production_templates_id_page", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_annotationnodes_linenodecomponent", "to": "frontend_erp_system_app_dashboard_production_templates_id_page", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_page", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_field_types", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_qtyrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_role_suggestions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_slugify", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_stageeditorpanel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_upstreamoutputoption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_types", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_builderfielddef", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_builderinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_builderoutput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_newkey", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_newlocalid", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_stagenodedata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_switch", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_components_ui_switch_switch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_types_master_data_uom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_types_production_customfieldtype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel", "to": "frontend_erp_system_types_production_stageinputsource", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_upstreamoutputoption", "to": "frontend_erp_system_app_dashboard_production_templates_id_page", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_stageeditorpanel", "to": "frontend_erp_system_app_dashboard_production_templates_id_page", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stageeditorpanel_stageeditorpanel", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "to": "frontend_erp_system_app_dashboard_production_templates_id_page", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "to": "frontend_erp_system_app_dashboard_production_templates_id_stagenode_stagenode", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "to": "frontend_erp_system_app_dashboard_production_templates_id_types", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_stagenodedata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stagenode", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_stagenode_stagenode", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_page_default_box", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_page_default_line", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_page_detectcycle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_page_graphtoflow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_page_nodetypes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_page_stagesnamedin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_types", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_annotationdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_newkey", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_newlocalid", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_stagenodedata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_lib_api_production_templates", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_lib_api_production_templates_productiontemplatesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_lib_api_uoms", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_types_master_data_uom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_types_production_canvasannotation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_types_production_productiontemplategraph", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_types_production_savetemplaterequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page", "to": "frontend_erp_system_types_production_templatestatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page_graphtoflow", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_newlocalid", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page_graphtoflow", "to": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page_detectcycle", "to": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_page_templatebuilderpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_annotationdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_builderfielddef", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_builderinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_builderoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_newkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_newlocalid", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types", "to": "frontend_erp_system_app_dashboard_production_templates_id_types_stagenodedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types", "to": "frontend_erp_system_types_production_customfieldtype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types", "to": "frontend_erp_system_types_production_stageinputsource", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types_builderinput", "to": "frontend_erp_system_types_production_stageinputsource", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_id_types_builderfielddef", "to": "frontend_erp_system_types_production_customfieldtype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_app_dashboard_production_templates_page_buildlinesgraph", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_app_dashboard_production_templates_page_nodetypes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_app_dashboard_production_templates_page_productiontemplatespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_app_dashboard_production_templates_page_statusfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_production_productionlinenodes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_production_productionlinenodes_lineheaderdata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_production_productionlinenodes_lineheadernodecomponent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_production_productionlinenodes_linestagedata", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_production_productionlinenodes_linestagenodecomponent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_lib_api_production_templates", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_lib_api_production_templates_productiontemplatesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_types_production_productiontemplatesummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page", "to": "frontend_erp_system_types_production_templatestatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page_buildlinesgraph", "to": "frontend_erp_system_app_dashboard_production_templates_page_productiontemplatespage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_production_templates_page_productiontemplatespage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_app_dashboard_products_id_page_itemdetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_api_categories", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_api_categories_categoriesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_api_uoms", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_error_map_fielderrors", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_validations_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_lib_validations_master_data_validateitemform", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_types_master_data_item", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_types_master_data_stocknature", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page", "to": "frontend_erp_system_types_master_data_trackingmode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page_itemdetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_id_page_itemdetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_app_dashboard_products_brands_page_brandspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_app_dashboard_products_brands_page_sortableheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_app_dashboard_products_brands_page_sortkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_app_dashboard_products_brands_page_sortorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_app_dashboard_products_brands_page_statusfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_alert_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_lib_api_brands", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_lib_api_brands_brandsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_lib_validations_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_lib_validations_master_data_validatebrandname", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_brands_page", "to": "frontend_erp_system_types_master_data_brand", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_app_dashboard_products_categories_id_page_categorysubcategoriespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_alert_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_lib_api_categories", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_lib_api_categories_categoriesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_lib_api_categories_subcategoriesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_lib_validations_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_lib_validations_master_data_validatecategoryname", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_types_master_data_category", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page", "to": "frontend_erp_system_types_master_data_subcategory", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page_categorysubcategoriespage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_id_page_categorysubcategoriespage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_app_dashboard_products_categories_page_categoriespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_app_dashboard_products_categories_page_sortableheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_app_dashboard_products_categories_page_sortkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_app_dashboard_products_categories_page_sortorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_app_dashboard_products_categories_page_statusfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_alert_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_lib_api_categories", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_lib_api_categories_categoriesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_lib_validations_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_lib_validations_master_data_validatecategoryname", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page", "to": "frontend_erp_system_types_master_data_category", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page_categoriespage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_categories_page_categoriespage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_app_dashboard_products_item_types_page_itemtypespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_alert_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_lib_api_item_types", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_lib_api_item_types_itemtypesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_lib_validations_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_lib_validations_master_data_validateitemtypename", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page", "to": "frontend_erp_system_types_master_data_itemtype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page_itemtypespage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_item_types_page_itemtypespage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_app_dashboard_products_new_page_builder_item_types", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_app_dashboard_products_new_page_buildvariantsku", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_app_dashboard_products_new_page_isbuilderitemtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_app_dashboard_products_new_page_skusegment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_brands", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_brands_brandsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_categories", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_categories_categoriesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_item_types", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_item_types_itemtypesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_product_config", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_product_config_productconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_uoms", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_validations_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_validations_master_data_validatevariantitemform", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_lib_validations_master_data_validatevariantprices", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_types_master_data_brand", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_types_master_data_category", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_types_master_data_itemtype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_types_master_data_productconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_types_master_data_stocknature", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page", "to": "frontend_erp_system_types_master_data_subcategory", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page_skusegment", "to": "frontend_erp_system_app_dashboard_products_new_page_buildvariantsku", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page_buildvariantsku", "to": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page_builder_item_types", "to": "frontend_erp_system_app_dashboard_products_new_page_isbuilderitemtype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page_isbuilderitemtype", "to": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "to": "frontend_erp_system_lib_api_product_config_productconfig", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_new_page_newitempage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_app_dashboard_products_page_itemspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_app_dashboard_products_page_statusfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_app_dashboard_products_page_trackingfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_api_brands", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_api_brands_brandsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_api_categories", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_api_categories_categoriesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_api_product_config", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_api_product_config_productconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_types_master_data_brand", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_types_master_data_category", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_types_master_data_productconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_types_master_data_subcategory", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page", "to": "frontend_erp_system_types_master_data_trackingmode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page_itemspage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page_itemspage", "to": "frontend_erp_system_lib_api_product_config_productconfig", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_page_itemspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_app_dashboard_products_settings_page_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_app_dashboard_products_settings_page_productsettingspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_app_dashboard_products_settings_page_togglerow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_components_ui_switch", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_components_ui_switch_switch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_lib_api_product_config", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_lib_api_product_config_productconfigapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page", "to": "frontend_erp_system_types_master_data_productconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page_productsettingspage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_settings_page_productsettingspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_app_dashboard_products_uoms_page_uomspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_lib_api_uoms", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_lib_error_map_fielderrors", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_lib_validations_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_lib_validations_master_data_validateuomname", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page", "to": "frontend_erp_system_types_master_data_uom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page_uomspage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_products_uoms_page_uomspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_app_dashboard_receiving_grn_id_page_grndetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_receiving_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_receiving_status_badges_grnstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_receiving_status_badges_holdstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_api_grns", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_api_grns_grnsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_api_uoms", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_types_grn", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_types_grn_confirmgrnresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_types_grn_grn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_types_master_data_bin", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page", "to": "frontend_erp_system_types_master_data_uom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page_grndetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page_grndetailpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_id_page_grndetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_app_dashboard_receiving_grn_new_page_computeline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_app_dashboard_receiving_grn_new_page_draftline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_app_dashboard_receiving_grn_new_page_emptyline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_app_dashboard_receiving_grn_new_page_mode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_grns", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_grns_grnsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_purchase_orders", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_uoms", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_vendors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_validations_grn", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_validations_grn_grnheaderschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_validations_grn_splitserials", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_lib_validations_grn_validateline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_grn", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_grn_creategrnlineinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_grn_holdstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_master_data_bin", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_master_data_uom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_master_data_vendor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_procurement_purchaseorder", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page", "to": "frontend_erp_system_types_procurement_purchaseordersummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page_draftline", "to": "frontend_erp_system_types_grn_holdstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page_computeline", "to": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newkey", "to": "frontend_erp_system_app_dashboard_receiving_grn_new_page_emptyline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page_emptyline", "to": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_new_page_newgrnpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_app_dashboard_receiving_grn_page_grnlistpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_app_dashboard_receiving_grn_page_statusfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_receiving_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_receiving_status_badges_grnstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_lib_api_grns", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_lib_api_grns_grnsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_types_grn", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_types_grn_grnstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page", "to": "frontend_erp_system_types_grn_grnsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page_grnlistpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_receiving_grn_page_grnlistpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_page", "to": "frontend_erp_system_app_dashboard_settings_page_cards", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_page", "to": "frontend_erp_system_app_dashboard_settings_page_settingspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_app_dashboard_settings_roles_id_page_roledetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_auth_rolepermissiontree", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_auth_rolepermissiontree_rolepermissiontree", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_lib_api_nav", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_lib_api_nav_navapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_lib_api_roles", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_lib_api_roles_rolesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_lib_error_map_fielderrors", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_types_rbac", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_types_rbac_navitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page", "to": "frontend_erp_system_types_rbac_role", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page_roledetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_id_page_roledetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_app_dashboard_settings_roles_page_derivecode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_app_dashboard_settings_roles_page_rolespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_auth_rolepermissiontree", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_auth_rolepermissiontree_rolepermissiontree", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_alert_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_lib_api_nav", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_lib_api_nav_navapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_lib_api_roles", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_lib_api_roles_rolesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_types_rbac", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_types_rbac_navitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page", "to": "frontend_erp_system_types_rbac_role", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page_derivecode", "to": "frontend_erp_system_app_dashboard_settings_roles_page_rolespage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page_rolespage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_roles_page_rolespage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_app_dashboard_settings_users_id_page_userdetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_lib_api_roles", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_lib_api_roles_rolesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_lib_api_users", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_lib_api_users_usersapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_types_rbac", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_types_rbac_role", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_types_users", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page", "to": "frontend_erp_system_types_users_manageduser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page_userdetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_id_page_userdetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_app_dashboard_settings_users_page_userspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_api_employees", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_api_employees_employeecrosslinkapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_api_roles", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_api_roles_rolesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_api_users", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_api_users_usersapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_error_map_fielderrors", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_types_hrm_employeematch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_types_rbac", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_types_rbac_role", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_types_users", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_types_users_manageduser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page", "to": "frontend_erp_system_types_users_usertypeoption", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page_userspage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_settings_users_page_userspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_draftline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_emptyline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_api_reason_codes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_api_stock_adjustments", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_api_stock_adjustments_stockadjustmentsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_types_stock_createadjustmentlineinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_types_stock_reasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page", "to": "frontend_erp_system_types_stock_stockadjustment", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newkey", "to": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_emptyline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_emptyline", "to": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_new_page_newadjustmentpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_app_dashboard_stock_adjustments_page_adjustmentslistpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_stock_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_stock_status_badges_adjustmentstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_lib_api_reason_codes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_lib_api_stock_adjustments", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_lib_api_stock_adjustments_stockadjustmentsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page", "to": "frontend_erp_system_types_stock_stockadjustmentsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page_adjustmentslistpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page_adjustmentslistpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_adjustments_page_adjustmentslistpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_app_dashboard_stock_counts_id_page_countdetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_stock_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_stock_status_badges_countstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_lib_api_stock_counts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_lib_api_stock_counts_stockcountsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_types_stock_postcountresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page", "to": "frontend_erp_system_types_stock_stockcount", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page_countdetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page_countdetailpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_id_page_countdetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_app_dashboard_stock_counts_new_page_newcountpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_lib_api_stock_counts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_lib_api_stock_counts_stockcountsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page", "to": "frontend_erp_system_types_stock_counttype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page_newcountpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page_newcountpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_new_page_newcountpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_app_dashboard_stock_counts_page_countslistpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_stock_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_stock_status_badges_countstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_lib_api_stock_counts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_lib_api_stock_counts_stockcountsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page", "to": "frontend_erp_system_types_stock_stockcountsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page_countslistpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page_countslistpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_counts_page_countslistpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_app_dashboard_stock_enquiry_page_stockenquirypage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_lib_api_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_lib_api_stock_stockapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page", "to": "frontend_erp_system_types_stock_onhand", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page_stockenquirypage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page_stockenquirypage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_enquiry_page_stockenquirypage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_app_dashboard_stock_ledger_page_stockledgerpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_lib_api_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_lib_api_stock_stockapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page", "to": "frontend_erp_system_types_stock_ledgerentry", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page_stockledgerpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page_stockledgerpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_ledger_page_stockledgerpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_page", "to": "frontend_erp_system_app_dashboard_stock_page_areas", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_page", "to": "frontend_erp_system_app_dashboard_stock_page_stockhubpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_page", "to": "frontend_erp_system_components_ui_card", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_page", "to": "frontend_erp_system_components_ui_card_card", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_page", "to": "frontend_erp_system_components_ui_card_cardcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_page", "to": "frontend_erp_system_components_ui_card_cardheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_page", "to": "frontend_erp_system_components_ui_card_cardtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page_reorderalertspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_lib_api_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_lib_api_stock_stockapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page", "to": "frontend_erp_system_types_stock_reorderalert", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page_reorderalertspage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page_reorderalertspage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_reorder_alerts_page_reorderalertspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_app_dashboard_stock_transfers_id_page_transferdetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_stock_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_stock_status_badges_transferstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_lib_api_stock_transfers", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_lib_api_stock_transfers_stocktransfersapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_types_stock_dispatchtransferresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_types_stock_receivetransferresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page", "to": "frontend_erp_system_types_stock_stocktransfer", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page_transferdetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page_transferdetailpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_id_page_transferdetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_app_dashboard_stock_transfers_new_page_draftline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_app_dashboard_stock_transfers_new_page_emptyline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newkey", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_lib_api_stock_transfers", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_lib_api_stock_transfers_stocktransfersapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_types_master_data_bin", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page", "to": "frontend_erp_system_types_stock_createtransferlineinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newkey", "to": "frontend_erp_system_app_dashboard_stock_transfers_new_page_emptyline", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page_emptyline", "to": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_new_page_newtransferpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_app_dashboard_stock_transfers_page_transferslistpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_stock_status_badges", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_stock_status_badges_transferstatusbadge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_lib_api_stock_transfers", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_lib_api_stock_transfers_stocktransfersapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page", "to": "frontend_erp_system_types_stock_stocktransfersummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page_transferslistpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page_transferslistpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_transfers_page_transferslistpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_app_dashboard_stock_valuation_page_stockvaluationpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_app_dashboard_stock_valuation_page_valuationcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_lib_api_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_lib_api_stock_stockapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page", "to": "frontend_erp_system_types_stock_valuation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page_valuationcontent", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page_valuationcontent", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_valuation_page_valuationcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_api_reason_codes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_api_wastage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_api_wastage_wastageapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_types_master_data_bin", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_types_stock_reasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page", "to": "frontend_erp_system_types_stock_stockadjustment", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "to": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_new_page_newwastagepage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_api_reason_codes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_api_wastage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_api_wastage_wastageapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_api_wastage_wastagerecord", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page", "to": "frontend_erp_system_types_stock_reasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "to": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_stock_wastage_page_wastagepage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_app_dashboard_vendors_id_page_vendordetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_lib_api_vendors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_lib_error_map_fielderrors", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page", "to": "frontend_erp_system_types_master_data_vendor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page_vendordetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_id_page_vendordetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_app_dashboard_vendors_page_statusfilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_app_dashboard_vendors_page_vendorspage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_alert_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_dialog_dialogclose", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_select", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_select_select", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_lib_api_vendors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_lib_error_map_fielderrors", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page", "to": "frontend_erp_system_types_master_data_vendor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page_vendorspage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_vendors_page_vendorspage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_app_dashboard_warehouse_id_page_warehousedetailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_lib_error_map_fielderrors", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_types_master_data_bin", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page_warehousedetailpage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page_warehousedetailpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_id_page_warehousedetailpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_app_dashboard_warehouse_page_generatewarehousecode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_app_dashboard_warehouse_page_warehousecodebase", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_app_dashboard_warehouse_page_warehousespage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_types_master_data_bin", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page_warehousecodebase", "to": "frontend_erp_system_app_dashboard_warehouse_page_generatewarehousecode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page_generatewarehousecode", "to": "frontend_erp_system_app_dashboard_warehouse_page_warehousespage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page_warehousespage", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_dashboard_warehouse_page_warehousespage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_layout", "to": "frontend_erp_system_app_layout_geistmono", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_layout", "to": "frontend_erp_system_app_layout_geistsans", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_layout", "to": "frontend_erp_system_app_layout_metadata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_layout", "to": "frontend_erp_system_app_layout_rootlayout", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_layout", "to": "frontend_erp_system_components_ui_tooltip", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_layout", "to": "frontend_erp_system_components_ui_tooltip_tooltipprovider", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_otp_page", "to": "frontend_erp_system_app_login_forgot_otp_page_forgototppage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_otp_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_otp_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_otp_page", "to": "frontend_erp_system_components_ui_otp_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_otp_page", "to": "frontend_erp_system_components_ui_otp_input_otpinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_page", "to": "frontend_erp_system_app_login_forgot_page_forgotemailpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_page", "to": "frontend_erp_system_lib_validations", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_page", "to": "frontend_erp_system_lib_validations_validateemail", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_page_forgotemailpage", "to": "frontend_erp_system_lib_validations_validateemail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_app_login_forgot_reset_page_forgotresetpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_forgot_reset_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_app_login_page_loginform", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_app_login_page_loginpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_lib_api_auth", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_lib_api_auth_authapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_lib_auth_session", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_lib_auth_session_setstoreduser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_lib_validations", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_lib_validations_loginschema", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page", "to": "frontend_erp_system_lib_validations_loginvalues", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page_loginform", "to": "frontend_erp_system_lib_auth_session_setstoreduser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_login_page_loginform", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_app_page", "to": "frontend_erp_system_app_page_home", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_aliases", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_iconlibrary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_menuaccent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_menucolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_registries", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_rsc", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_rtl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_schema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_style", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_tailwind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components", "to": "frontend_erp_system_components_tsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_tailwind", "to": "frontend_erp_system_components_tailwind_basecolor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_tailwind", "to": "frontend_erp_system_components_tailwind_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_tailwind", "to": "frontend_erp_system_components_tailwind_css", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_tailwind", "to": "frontend_erp_system_components_tailwind_cssvariables", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_tailwind", "to": "frontend_erp_system_components_tailwind_prefix", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_aliases", "to": "frontend_erp_system_components_aliases_components", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_aliases", "to": "frontend_erp_system_components_aliases_hooks", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_aliases", "to": "frontend_erp_system_components_aliases_lib", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_aliases", "to": "frontend_erp_system_components_aliases_ui", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_aliases", "to": "frontend_erp_system_components_aliases_utils", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_appsidebar", "to": "frontend_erp_system_components_auth_authprovider", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_appsidebar", "to": "frontend_erp_system_components_auth_authprovider_useauth", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_appsidebar", "to": "frontend_erp_system_components_layouts_appsidebar_appsidebar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_appsidebar", "to": "frontend_erp_system_components_layouts_appsidebar_navitems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_appsidebar", "to": "frontend_erp_system_components_layouts_appsidebar_sidebarcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_appsidebar", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_appsidebar", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_appsidebar_sidebarcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_appsidebar_appsidebar", "to": "frontend_erp_system_components_auth_authprovider_useauth", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_appsidebar_appsidebar", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_breadcrumbs", "to": "frontend_erp_system_components_layouts_breadcrumbs_breadcrumbs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_breadcrumbs", "to": "frontend_erp_system_components_layouts_breadcrumbs_labelfor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_breadcrumbs", "to": "frontend_erp_system_components_layouts_breadcrumbs_segment_labels", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_breadcrumbs", "to": "frontend_erp_system_components_ui_breadcrumb", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_breadcrumbs", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumb", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_breadcrumbs", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumbitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_breadcrumbs", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumblist", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_breadcrumbs", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumbpage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_breadcrumbs", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumbseparator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_breadcrumbs_labelfor", "to": "frontend_erp_system_components_layouts_breadcrumbs_breadcrumbs", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_footer", "to": "frontend_erp_system_components_layouts_footer_footer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_footer", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_footer", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_footer_footer", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_layouts_header_header", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_layouts_header_initialnotifications", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_layouts_header_initials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_layouts_header_notification", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_layouts_header_procurement_titles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_layouts_header_stock_titles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_layouts_header_titlefrompath", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_theme_toggle", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_theme_toggle_themetoggle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_avatar", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_avatar_avatar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_avatar_avatarfallback", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_dropdown_menu", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenu", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuseparator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenutrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_popover", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_popover_popover", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_components_ui_popover_popovertrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_lib_api_auth", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_lib_api_auth_authapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_lib_auth_session", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_lib_auth_session_clearstoreduser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_lib_auth_session_displayname", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_lib_auth_session_getstoreduser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_types_auth", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header", "to": "frontend_erp_system_types_auth_authuser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header_initials", "to": "frontend_erp_system_components_layouts_header_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header_titlefrompath", "to": "frontend_erp_system_components_layouts_header_header", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header_header", "to": "frontend_erp_system_lib_auth_session_displayname", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header_header", "to": "frontend_erp_system_lib_auth_session_getstoreduser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_layouts_header_header", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_authprovider", "to": "frontend_erp_system_components_auth_authprovider_authcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_authprovider", "to": "frontend_erp_system_components_auth_authprovider_authcontextvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_authprovider", "to": "frontend_erp_system_components_auth_authprovider_authprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_authprovider", "to": "frontend_erp_system_components_auth_authprovider_useauth", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_authprovider", "to": "frontend_erp_system_lib_api_auth", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_authprovider", "to": "frontend_erp_system_lib_api_auth_authapi", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_authprovider", "to": "frontend_erp_system_types_rbac", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_authprovider", "to": "frontend_erp_system_types_rbac_meresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_rolepermissiontree", "to": "frontend_erp_system_components_auth_rolepermissiontree_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_rolepermissiontree", "to": "frontend_erp_system_components_auth_rolepermissiontree_rolepermissiontree", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_rolepermissiontree", "to": "frontend_erp_system_components_ui_checkbox", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_rolepermissiontree", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_rolepermissiontree", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_rolepermissiontree", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_rolepermissiontree", "to": "frontend_erp_system_types_rbac", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_rolepermissiontree", "to": "frontend_erp_system_types_rbac_navitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_auth_rolepermissiontree_props", "to": "frontend_erp_system_types_rbac_navitem", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_dashboard_recent_orders_table_columns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_dashboard_recent_orders_table_currency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_dashboard_recent_orders_table_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_dashboard_recent_orders_table_orders", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_dashboard_recent_orders_table_recentorderstable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_dashboard_recent_orders_table_statusstyles", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_ui_data_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_ui_data_table_datatable", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_dashboard_recent_orders_table", "to": "frontend_erp_system_components_ui_data_table_datatablecolumn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_hrm_codenamemasterpage_api", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_hrm_codenamemasterpage_codenamed", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_field", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_field_field", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_toast", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_components_ui_toast_toast", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_lib_error_map", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage", "to": "frontend_erp_system_types_common_paginationmeta", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage_codenamed", "to": "frontend_erp_system_types_common_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage_api", "to": "frontend_erp_system_components_hrm_codenamemasterpage_api_create", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage_api", "to": "frontend_erp_system_components_hrm_codenamemasterpage_api_list", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage_api", "to": "frontend_erp_system_components_hrm_codenamemasterpage_api_updatestatus", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage_api_list", "to": "frontend_erp_system_types_common_paginationmeta", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage_api_updatestatus", "to": "frontend_erp_system_types_common_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_hrm_codenamemasterpage_codenamemasterpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_components_procurement_status_badges_poclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_components_procurement_status_badges_postatusbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_components_procurement_status_badges_requisitionclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_components_procurement_status_badges_requisitionstatusbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_components_procurement_status_badges_rfqclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_components_procurement_status_badges_rfqstatusbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_types_procurement_purchaseorderstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_types_procurement_requisitionstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges", "to": "frontend_erp_system_types_procurement_rfqstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges_requisitionclass", "to": "frontend_erp_system_components_procurement_status_badges_requisitionstatusbadge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges_rfqclass", "to": "frontend_erp_system_components_procurement_status_badges_rfqstatusbadge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_procurement_status_badges_poclass", "to": "frontend_erp_system_components_procurement_status_badges_postatusbadge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_productionlinenodes", "to": "frontend_erp_system_components_production_productionlinenodes_lineheaderdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_productionlinenodes", "to": "frontend_erp_system_components_production_productionlinenodes_lineheadernode", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "frontend_erp_system_components_production_productionlinenodes", "to": "frontend_erp_system_components_production_productionlinenodes_lineheadernodecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_productionlinenodes", "to": "frontend_erp_system_components_production_productionlinenodes_linestagedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_productionlinenodes", "to": "frontend_erp_system_components_production_productionlinenodes_linestagenode", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "frontend_erp_system_components_production_productionlinenodes", "to": "frontend_erp_system_components_production_productionlinenodes_linestagenodecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_productionlinenodes", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_productionlinenodes", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_productionlinenodes_lineheadernode", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_components_production_runstagenode_fmt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_components_production_runstagenode_runheaderdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_components_production_runstagenode_runheadernode", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_components_production_runstagenode_runheadernodecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_components_production_runstagenode_runstagedata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_components_production_runstagenode_runstagenode", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_components_production_runstagenode_runstagenodecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_lib_production_status_colors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_lib_production_status_colors_stage_status_color", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_lib_production_status_colors_stage_status_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_lib_production_status_colors_stagestatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode", "to": "frontend_erp_system_types_production_productionrunstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode_runheaderdata", "to": "frontend_erp_system_types_production_productionrunstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode_runstagedata", "to": "frontend_erp_system_lib_production_status_colors_stagestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode_fmt", "to": "frontend_erp_system_components_production_runstagenode_runstagenode", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_runstagenode_runstagenode", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_components_production_stage_progress_strip_stagestatuslegend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_lib_production_status_colors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_lib_production_status_colors_stage_status_color", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_lib_production_status_colors_stage_status_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_lib_production_status_colors_stage_status_order", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_types_production_productionrunstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip", "to": "frontend_erp_system_types_production_stagesummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "to": "frontend_erp_system_lib_production_status_colors_stage_status_order", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip_stageprogressstrip", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_production_stage_progress_strip_stagestatuslegend", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges", "to": "frontend_erp_system_components_receiving_status_badges_grnclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges", "to": "frontend_erp_system_components_receiving_status_badges_grnstatusbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges", "to": "frontend_erp_system_components_receiving_status_badges_holdclass", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges", "to": "frontend_erp_system_components_receiving_status_badges_holdstatusbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges", "to": "frontend_erp_system_types_grn", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges", "to": "frontend_erp_system_types_grn_grnstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges", "to": "frontend_erp_system_types_grn_holdstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges_grnclass", "to": "frontend_erp_system_components_receiving_status_badges_grnstatusbadge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_receiving_status_badges_holdclass", "to": "frontend_erp_system_components_receiving_status_badges_holdstatusbadge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_stock_status_badges", "to": "frontend_erp_system_components_stock_status_badges_adjustmentstatusbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_stock_status_badges", "to": "frontend_erp_system_components_stock_status_badges_countstatusbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_stock_status_badges", "to": "frontend_erp_system_components_stock_status_badges_transferstatusbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_stock_status_badges", "to": "frontend_erp_system_components_ui_badge", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_stock_status_badges", "to": "frontend_erp_system_components_ui_badge_badge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_stock_status_badges", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_stock_status_badges", "to": "frontend_erp_system_types_stock_adjustmentstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_stock_status_badges", "to": "frontend_erp_system_types_stock_countstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_stock_status_badges", "to": "frontend_erp_system_types_stock_transferstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_theme_toggle", "to": "frontend_erp_system_components_theme_toggle_options", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_theme_toggle", "to": "frontend_erp_system_components_theme_toggle_themetoggle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_theme_toggle", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_theme_toggle", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_theme_toggle_themetoggle", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontentprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogoverlay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogportal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_components_ui_alert_dialog_alertdialogtrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_components_ui_alert_dialog_alertvariant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_components_ui_alert_dialog_variantconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_components_ui_button", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_components_ui_button_button", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog_alertdialogoverlay", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_alert_dialog_alertdialogcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar", "to": "frontend_erp_system_components_ui_avatar_avatar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar", "to": "frontend_erp_system_components_ui_avatar_avatarbadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar", "to": "frontend_erp_system_components_ui_avatar_avatarfallback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar", "to": "frontend_erp_system_components_ui_avatar_avatargroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar", "to": "frontend_erp_system_components_ui_avatar_avatargroupcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar", "to": "frontend_erp_system_components_ui_avatar_avatarimage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar_avatar", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar_avatarimage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar_avatarfallback", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar_avatarbadge", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar_avatargroup", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_avatar_avatargroupcount", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_badge", "to": "frontend_erp_system_components_ui_badge_badge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_badge", "to": "frontend_erp_system_components_ui_badge_badgevariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_badge", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_badge", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_badge_badgevariants", "to": "frontend_erp_system_components_ui_badge_badge", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_badge_badge", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_bar_chart", "to": "frontend_erp_system_components_ui_bar_chart_barchart", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_bar_chart", "to": "frontend_erp_system_components_ui_bar_chart_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumb", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumbellipsis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumbitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumblink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumblist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumbpage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb", "to": "frontend_erp_system_components_ui_breadcrumb_breadcrumbseparator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb_breadcrumblist", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb_breadcrumbitem", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb_breadcrumblink", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb_breadcrumbpage", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb_breadcrumbseparator", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_breadcrumb_breadcrumbellipsis", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_button_button", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_button_buttonprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_button_buttonsize", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_button_buttonvariant", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_button_buttonvariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_calendar", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_data_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_date_picker", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_dialog", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_pagination", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_sheet", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button_buttonvariants", "to": "frontend_erp_system_components_ui_button_button", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button_buttonvariants", "to": "frontend_erp_system_components_ui_calendar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button_buttonvariants", "to": "frontend_erp_system_components_ui_calendar_calendar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button_button", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button_button", "to": "frontend_erp_system_components_ui_data_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button_button", "to": "frontend_erp_system_components_ui_date_picker", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button_button", "to": "frontend_erp_system_components_ui_dialog", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button_button", "to": "frontend_erp_system_components_ui_pagination", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button_button", "to": "frontend_erp_system_components_ui_sheet", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_button_button", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_calendar", "to": "frontend_erp_system_components_ui_calendar_calendar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_calendar", "to": "frontend_erp_system_components_ui_calendar_calendarprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_calendar", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_calendar", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_calendar", "to": "frontend_erp_system_components_ui_date_picker", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_calendar_calendar", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_calendar_calendar", "to": "frontend_erp_system_components_ui_date_picker", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card", "to": "frontend_erp_system_components_ui_card_card", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card", "to": "frontend_erp_system_components_ui_card_cardaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card", "to": "frontend_erp_system_components_ui_card_cardcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card", "to": "frontend_erp_system_components_ui_card_carddescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card", "to": "frontend_erp_system_components_ui_card_cardfooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card", "to": "frontend_erp_system_components_ui_card_cardheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card", "to": "frontend_erp_system_components_ui_card_cardtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card_card", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card_cardheader", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card_cardtitle", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card_carddescription", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card_cardaction", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card_cardcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_card_cardfooter", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_checkbox", "to": "frontend_erp_system_components_ui_checkbox_checkbox", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_checkbox", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_checkbox", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_checkbox_checkbox", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_data_table_datatable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_data_table_datatablecolumn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_data_table_datatablefilter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_data_table_datatableprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_input", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_input_input", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_pagination", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_pagination_pagination", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_pagination_paginationcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_pagination_paginationitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_pagination_paginationlink", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_pagination_paginationnext", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_pagination_paginationprevious", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_table", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_table_table", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_data_table_datatable", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker", "to": "frontend_erp_system_components_ui_date_picker_datepicker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker", "to": "frontend_erp_system_components_ui_date_picker_datepickerprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker", "to": "frontend_erp_system_components_ui_date_picker_daterangepicker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker", "to": "frontend_erp_system_components_ui_date_picker_daterangepickerprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker", "to": "frontend_erp_system_components_ui_popover", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker", "to": "frontend_erp_system_components_ui_popover_popover", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker", "to": "frontend_erp_system_components_ui_popover_popovercontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker", "to": "frontend_erp_system_components_ui_popover_popovertrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker_datepicker", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_date_picker_daterangepicker", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_components_ui_dialog_dialog", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_components_ui_dialog_dialogclose", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_components_ui_dialog_dialogcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_components_ui_dialog_dialogdescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_components_ui_dialog_dialogfooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_components_ui_dialog_dialogheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_components_ui_dialog_dialogoverlay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_components_ui_dialog_dialogportal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_components_ui_dialog_dialogtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_components_ui_dialog_dialogtrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog_dialogoverlay", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog_dialogcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog_dialogheader", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog_dialogfooter", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog_dialogtitle", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dialog_dialogdescription", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucheckboxitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenugroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenulabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuportal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuradiogroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuradioitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuseparator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenushortcut", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubtrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenutrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenulabel", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuitem", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubtrigger", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenusubcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenucheckboxitem", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuradioitem", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenuseparator", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_dropdown_menu_dropdownmenushortcut", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_field", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_fieldcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_fielddescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_fielderror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_fieldgroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_fieldlabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_fieldlegend", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_fieldseparator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_fieldset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_fieldtitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_field_fieldvariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_label", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_label_label", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_separator", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_components_ui_separator_separator", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_fieldset", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_fieldlegend", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_fieldgroup", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_fieldvariants", "to": "frontend_erp_system_components_ui_field_field", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_field", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_fieldcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_fieldlabel", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_fieldtitle", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_fielddescription", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_fieldseparator", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_field_fielderror", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_input", "to": "frontend_erp_system_components_ui_input_input", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_input", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_input", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_input", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_input_input", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_input_input", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_label", "to": "frontend_erp_system_components_ui_label_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_label", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_label", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_label_label", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_line_chart", "to": "frontend_erp_system_components_ui_line_chart_linechart", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_line_chart", "to": "frontend_erp_system_components_ui_line_chart_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_otp_input", "to": "frontend_erp_system_components_ui_otp_input_otpinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_otp_input", "to": "frontend_erp_system_components_ui_otp_input_otpinputprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination", "to": "frontend_erp_system_components_ui_pagination_pagination", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination", "to": "frontend_erp_system_components_ui_pagination_paginationcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination", "to": "frontend_erp_system_components_ui_pagination_paginationellipsis", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination", "to": "frontend_erp_system_components_ui_pagination_paginationitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination", "to": "frontend_erp_system_components_ui_pagination_paginationlink", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination", "to": "frontend_erp_system_components_ui_pagination_paginationlinkprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination", "to": "frontend_erp_system_components_ui_pagination_paginationnext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination", "to": "frontend_erp_system_components_ui_pagination_paginationprevious", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination_pagination", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination_paginationcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination_paginationlink", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination_paginationprevious", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination_paginationnext", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pagination_paginationellipsis", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pie_chart", "to": "frontend_erp_system_components_ui_pie_chart_piechart", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_pie_chart", "to": "frontend_erp_system_components_ui_pie_chart_props", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_popover", "to": "frontend_erp_system_components_ui_popover_popover", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_popover", "to": "frontend_erp_system_components_ui_popover_popoverclose", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_popover", "to": "frontend_erp_system_components_ui_popover_popovercontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_popover", "to": "frontend_erp_system_components_ui_popover_popoverportal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_popover", "to": "frontend_erp_system_components_ui_popover_popovertrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_popover", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_popover", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_popover_popovercontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_collectitems", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_select", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_selectcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_selectgroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_selectitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_selectlabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_selectscrolldownbutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_selectscrollupbutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_selectseparator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_selecttrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_components_ui_select_selectvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_collectitems", "to": "frontend_erp_system_package_dependencies_react", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_collectitems", "to": "frontend_erp_system_components_ui_select_select", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_select", "to": "frontend_erp_system_package_dependencies_react", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_selectgroup", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_selectvalue", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_selecttrigger", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_selectcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_selectlabel", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_selectitem", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_selectseparator", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_selectscrollupbutton", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_select_selectscrolldownbutton", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_separator", "to": "frontend_erp_system_components_ui_separator_separator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_separator", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_separator", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_separator", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_separator_separator", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_separator_separator", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sheet_sheet", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sheet_sheetclose", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sheet_sheetcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sheet_sheetdescription", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sheet_sheetfooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sheet_sheetheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sheet_sheetoverlay", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sheet_sheetportal", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sheet_sheettitle", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sheet_sheettrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheet", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheetoverlay", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheetcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheetcontent", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheetheader", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheetheader", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheetfooter", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheettitle", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheettitle", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheetdescription", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sheet_sheetdescription", "to": "frontend_erp_system_components_ui_sidebar", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarcontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarcontextprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarfooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebargroup", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebargroupaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebargroupcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebargrouplabel", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarinset", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenu", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenuaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenubadge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenubutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenubuttonvariants", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenuitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenuskeleton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenusub", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenusubbutton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenusubitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarrail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarseparator", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebartrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_sidebar_usesidebar", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_skeleton", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_tooltip", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_tooltip_tooltip", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_tooltip_tooltipcontent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_components_ui_tooltip_tooltiptrigger", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_hooks_use_mobile", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_hooks_use_mobile_useismobile", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_usesidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebar", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_usesidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenubutton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_usesidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebarrail", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_usesidebar", "to": "frontend_erp_system_components_ui_sidebar_sidebartrigger", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_usesidebar", "to": "frontend_erp_system_package_dependencies_react", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarprovider", "to": "frontend_erp_system_hooks_use_mobile_useismobile", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarprovider", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarprovider", "to": "frontend_erp_system_package_dependencies_react", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebar", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebartrigger", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarrail", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarinset", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarinput", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarheader", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarfooter", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarseparator", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebargroup", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebargrouplabel", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebargroupaction", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebargroupcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenu", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenuitem", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenubuttonvariants", "to": "frontend_erp_system_components_ui_sidebar_sidebarmenubutton", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenubutton", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenuaction", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenubadge", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenuskeleton", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenuskeleton", "to": "frontend_erp_system_package_dependencies_react", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenusub", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenusubitem", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_sidebar_sidebarmenusubbutton", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_skeleton", "to": "frontend_erp_system_components_ui_skeleton_skeleton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_skeleton", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_skeleton", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_skeleton_skeleton", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_stat_card", "to": "frontend_erp_system_components_ui_stat_card_formatvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_stat_card", "to": "frontend_erp_system_components_ui_stat_card_sparkline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_stat_card", "to": "frontend_erp_system_components_ui_stat_card_statcard", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_stat_card", "to": "frontend_erp_system_components_ui_stat_card_statcardprops", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_stat_card", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_stat_card", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_stat_card_formatvalue", "to": "frontend_erp_system_components_ui_stat_card_statcard", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_stat_card_statcard", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_switch", "to": "frontend_erp_system_components_ui_switch_switch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_switch", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_switch", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_switch_switch", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table", "to": "frontend_erp_system_components_ui_table_table", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table", "to": "frontend_erp_system_components_ui_table_tablebody", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table", "to": "frontend_erp_system_components_ui_table_tablecaption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table", "to": "frontend_erp_system_components_ui_table_tablecell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table", "to": "frontend_erp_system_components_ui_table_tablefooter", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table", "to": "frontend_erp_system_components_ui_table_tablehead", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table", "to": "frontend_erp_system_components_ui_table_tableheader", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table", "to": "frontend_erp_system_components_ui_table_tablerow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table_table", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table_tableheader", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table_tablebody", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table_tablefooter", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table_tablerow", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table_tablehead", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table_tablecell", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_table_tablecaption", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_toast", "to": "frontend_erp_system_components_ui_toast_toast", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_toast", "to": "frontend_erp_system_components_ui_toast_toastdata", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_toast", "to": "frontend_erp_system_components_ui_toast_toaster", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_toast", "to": "frontend_erp_system_components_ui_toast_toastlist", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_toast", "to": "frontend_erp_system_components_ui_toast_toastmanager", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_toast", "to": "frontend_erp_system_components_ui_toast_toasttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_toast", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_toast", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_toast_toastlist", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_tooltip", "to": "frontend_erp_system_components_ui_tooltip_tooltip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_tooltip", "to": "frontend_erp_system_components_ui_tooltip_tooltipcontent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_tooltip", "to": "frontend_erp_system_components_ui_tooltip_tooltipprovider", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_tooltip", "to": "frontend_erp_system_components_ui_tooltip_tooltiptrigger", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_tooltip", "to": "frontend_erp_system_lib_utils", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_tooltip", "to": "frontend_erp_system_lib_utils_cn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_components_ui_tooltip_tooltipcontent", "to": "frontend_erp_system_lib_utils_cn", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_eslint_config", "to": "frontend_erp_system_eslint_config_eslintconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_hooks_use_mobile", "to": "frontend_erp_system_hooks_use_mobile_useismobile", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_hooks_use_mobile_useismobile", "to": "frontend_erp_system_package_dependencies_react", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_attendance", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_auth", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_brands", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_categories", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_client_apierror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_client_apirequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_client_apirequestwithetag", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_client_buildquery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_client_rawrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_client_readcsrftoken", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_client_requestoptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_client_ts_docref_rfc_7807", "label": "cites", "title": "cites [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_types_common_problemdetails", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_dashboard", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_employees", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_grns", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_hr_reports", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_hrm_master_factory", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_item_types", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_items", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_leave", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_nav", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_payroll", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_product_config", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_production_runs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_production_templates", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_purchase_orders", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_purchase_returns", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_reason_codes", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_requisitions", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_rfqs", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_roles", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_stock_adjustments", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_stock_counts", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_stock_transfers", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_uoms", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_users", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_vendors", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apierror", "to": "frontend_erp_system_lib_api_client_apierror_constructor", "label": "method", "title": "method [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apierror_constructor", "to": "frontend_erp_system_types_common_problemdetails", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_readcsrftoken", "to": "frontend_erp_system_lib_api_client_rawrequest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_rawrequest", "to": "frontend_erp_system_lib_api_client_apirequest", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_rawrequest", "to": "frontend_erp_system_lib_api_client_apirequestwithetag", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_attendance", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_auth", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_brands", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_categories", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_dashboard", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_employees", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_grns", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_hr_reports", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_hrm_master_factory", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_item_types", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_items", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_leave", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_nav", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_payroll", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_product_config", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_product_config_productconfig", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_production_runs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_production_templates", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_purchase_orders", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_purchase_returns", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_reason_codes", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_requisitions", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_rfqs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_roles", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_stock", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_stock_adjustments", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_stock_counts", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_stock_transfers", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_uoms", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_users", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_vendors", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequest", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_brands", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_categories", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_employees", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_hrm_master_factory", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_item_types", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_items", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_product_config", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_production_runs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_production_templates", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_purchase_orders", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_roles", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_apirequestwithetag", "to": "frontend_erp_system_lib_api_vendors", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_attendance", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_brands", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_categories", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_employees", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_grns", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_hr_reports", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_hrm_master_factory", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_item_types", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_items", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_leave", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_payroll", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_production_runs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_production_templates", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_purchase_orders", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_purchase_returns", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_reason_codes", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_requisitions", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_rfqs", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_roles", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_stock", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_stock_adjustments", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_stock_counts", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_stock_transfers", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_uoms", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_users", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_vendors", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_client_buildquery", "to": "frontend_erp_system_lib_api_warehouses", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_lib_api_attendance_attendanceapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_lib_api_attendance_attendancetemplateurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_lib_api_attendance_listattendancebatchesparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_types_hrm_attendancebatchstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_types_hrm_attendancerecord", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_types_hrm_attendancestatusvalue", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_types_hrm_attendanceuploadbatch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance", "to": "frontend_erp_system_types_hrm_rowvalidationstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_attendance_listattendancebatchesparams", "to": "frontend_erp_system_types_hrm_attendancebatchstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_auth", "to": "frontend_erp_system_lib_api_auth_authapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_auth", "to": "frontend_erp_system_types_auth", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_auth", "to": "frontend_erp_system_types_auth_authsession", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_auth", "to": "frontend_erp_system_types_auth_loginrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_auth", "to": "frontend_erp_system_types_auth_registerrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_auth", "to": "frontend_erp_system_types_rbac", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_auth", "to": "frontend_erp_system_types_rbac_meresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands", "to": "frontend_erp_system_lib_api_brands_brandsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands", "to": "frontend_erp_system_lib_api_brands_listbrandsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands", "to": "frontend_erp_system_types_master_data_brand", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands", "to": "frontend_erp_system_types_master_data_createbrandrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands", "to": "frontend_erp_system_types_master_data_updatebrandrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_brands_listbrandsparams", "to": "frontend_erp_system_types_common_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_lib_api_categories_categoriesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_lib_api_categories_listcategoriesparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_lib_api_categories_listsubcategoriesparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_lib_api_categories_subcategoriesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_master_data_category", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_master_data_createcategoryrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_master_data_createsubcategoryrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_master_data_subcategory", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_master_data_updatecategoryrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories", "to": "frontend_erp_system_types_master_data_updatesubcategoryrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_categories_listcategoriesparams", "to": "frontend_erp_system_types_common_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_dashboard", "to": "frontend_erp_system_lib_api_dashboard_dashboardapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_dashboard", "to": "frontend_erp_system_types_dashboard", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_dashboard", "to": "frontend_erp_system_types_dashboard_dashboardstats", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_lib_api_employees_createemployeeloanrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_lib_api_employees_createsalarystructurerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_lib_api_employees_employeecrosslinkapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_lib_api_employees_employeesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_lib_api_employees_listemployeesparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_createemployeerequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_employeebankdetail", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_employeedetail", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_employeedocument", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_employeelistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_employeeloan", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_employeematch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_employeesalarystructure", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_employeestatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_leavebalance", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_updateemployeerequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees", "to": "frontend_erp_system_types_hrm_usermatch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_employees_listemployeesparams", "to": "frontend_erp_system_types_hrm_employeestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_lib_api_grns_grnsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_lib_api_grns_listgrnsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_types_grn", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_types_grn_confirmgrnresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_types_grn_creategrnrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_types_grn_grn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_types_grn_grnstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_types_grn_grnsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_types_grn_releaseaction", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns", "to": "frontend_erp_system_types_grn_releasegrnlineresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_grns_listgrnsparams", "to": "frontend_erp_system_types_grn_grnstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hr_reports", "to": "frontend_erp_system_lib_api_hr_reports_hrreportsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hr_reports", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hr_reports", "to": "frontend_erp_system_types_hrm_attendancesummaryrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hr_reports", "to": "frontend_erp_system_types_hrm_documentexpiryreportrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hr_reports", "to": "frontend_erp_system_types_hrm_latearrivalreportrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hr_reports", "to": "frontend_erp_system_types_hrm_leavebalancereportrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hr_reports", "to": "frontend_erp_system_types_hrm_overtimereportrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hr_reports", "to": "frontend_erp_system_types_hrm_payrollregisterrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hr_reports", "to": "frontend_erp_system_types_hrm_salaryhistoryrow", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_master_factory", "to": "frontend_erp_system_lib_api_hrm_master_factory_createmasterapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_master_factory", "to": "frontend_erp_system_lib_api_hrm_master_factory_listmasterparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_master_factory", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_master_factory", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_master_factory", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_master_factory", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_master_factory", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_master_factory_listmasterparams", "to": "frontend_erp_system_types_common_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_master_factory_createmasterapi", "to": "frontend_erp_system_lib_api_hrm_masters", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_brancheshrmapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_createbranchrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_createdepartmentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_createdesignationrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_createemploymenttyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_createhrdocumenttyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_createleavetyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_createsalarycomponentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_createworkshiftrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_departmentsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_designationsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_employmenttypesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_hrdocumenttypesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_leavetypesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_salarycomponentsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_updatebranchrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_updatedepartmentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_updatedesignationrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_updateemploymenttyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_updatehrdocumenttyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_updateleavetyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_updatesalarycomponentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_updateworkshiftrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_lib_api_hrm_masters_workshiftsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_types_hrm_branch", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_types_hrm_department", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_types_hrm_designation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_types_hrm_employmenttype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_types_hrm_hrdocumenttype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_types_hrm_leavetype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_types_hrm_salarycomponent", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters", "to": "frontend_erp_system_types_hrm_workshift", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters_createhrdocumenttyperequest", "to": "frontend_erp_system_types_hrm_hrdocumenttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_hrm_masters_createsalarycomponentrequest", "to": "frontend_erp_system_types_hrm_salarycomponent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types", "to": "frontend_erp_system_lib_api_item_types_itemtypesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types", "to": "frontend_erp_system_lib_api_item_types_listitemtypesparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types", "to": "frontend_erp_system_types_master_data_createitemtyperequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types", "to": "frontend_erp_system_types_master_data_itemtype", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types", "to": "frontend_erp_system_types_master_data_updateitemtyperequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_item_types_listitemtypesparams", "to": "frontend_erp_system_types_common_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_lib_api_items_itemsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_lib_api_items_listitemsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_master_data_createitemrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_master_data_item", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_master_data_itemreordersetting", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_master_data_trackingmode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_master_data_updateitemreorderrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_master_data_updateitemrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_master_data_updateuomconversionsrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items", "to": "frontend_erp_system_types_master_data_updateuomconversionsresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items_listitemsparams", "to": "frontend_erp_system_types_common_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_items_listitemsparams", "to": "frontend_erp_system_types_master_data_trackingmode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_leave", "to": "frontend_erp_system_lib_api_leave_createleaverequestrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_leave", "to": "frontend_erp_system_lib_api_leave_leaverequestsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_leave", "to": "frontend_erp_system_lib_api_leave_listleaverequestsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_leave", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_leave", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_leave", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_leave", "to": "frontend_erp_system_types_hrm_leaverequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_leave", "to": "frontend_erp_system_types_hrm_leaverequeststatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_leave_listleaverequestsparams", "to": "frontend_erp_system_types_hrm_leaverequeststatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_nav", "to": "frontend_erp_system_lib_api_nav_navapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_nav", "to": "frontend_erp_system_types_rbac", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_nav", "to": "frontend_erp_system_types_rbac_navitem", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_lib_api_payroll_generatepayrollrunrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_lib_api_payroll_listpayrollrunsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_lib_api_payroll_payrollrunsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_lib_api_payroll_payrollstatutorysettingsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_lib_api_payroll_payslipviewurl", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_lib_api_payroll_taxslabsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_types_hrm_payrollline", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_types_hrm_payrolllinedetail", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_types_hrm_payrollrun", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_types_hrm_payrollrunstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_types_hrm_payrollstatutorysetting", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_types_hrm_payslip", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll", "to": "frontend_erp_system_types_hrm_taxslab", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_payroll_listpayrollrunsparams", "to": "frontend_erp_system_types_hrm_payrollrunstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_product_config", "to": "frontend_erp_system_lib_api_product_config_productconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_product_config", "to": "frontend_erp_system_lib_api_product_config_productconfigapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_product_config", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_product_config", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_product_config", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_product_config", "to": "frontend_erp_system_types_master_data_productconfig", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_product_config", "to": "frontend_erp_system_types_master_data_updateproductconfigrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_lib_api_production_runs_isstalestageerror", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_lib_api_production_runs_listrunsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_lib_api_production_runs_productionrunsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_lib_api_production_runs_stale_stage_codes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_approvestagerequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_approvestageresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_cancelrunrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_cancelrunresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_completestagerequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_createrunrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_productionrungraph", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_productionrunstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_productionrunsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_rejectintakeresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_rejectrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_returnleftoverrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_returnleftoverresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_runstage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_startstageresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_terminalrejectresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_transferremainderrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_transferresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs", "to": "frontend_erp_system_types_production_updatestagequantitiesrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs_listrunsparams", "to": "frontend_erp_system_types_production_productionrunstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_runs_stale_stage_codes", "to": "frontend_erp_system_lib_api_production_runs_isstalestageerror", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates", "to": "frontend_erp_system_lib_api_production_templates_listtemplatesparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates", "to": "frontend_erp_system_lib_api_production_templates_productiontemplatesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates", "to": "frontend_erp_system_types_production", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates", "to": "frontend_erp_system_types_production_productiontemplategraph", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates", "to": "frontend_erp_system_types_production_productiontemplatesummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates", "to": "frontend_erp_system_types_production_savetemplaterequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates", "to": "frontend_erp_system_types_production_templatestatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_production_templates_listtemplatesparams", "to": "frontend_erp_system_types_production_templatestatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_lib_api_purchase_orders_ispoeditable", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_lib_api_purchase_orders_listpurchaseordersparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_lib_api_purchase_orders_purchaseordersapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_types_procurement_cancelpurchaseorderrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_types_procurement_createpurchaseorderrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_types_procurement_purchaseorder", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_types_procurement_purchaseorderstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_types_procurement_purchaseordersummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders", "to": "frontend_erp_system_types_procurement_updatepurchaseorderrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_orders_listpurchaseordersparams", "to": "frontend_erp_system_types_procurement_purchaseorderstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_returns", "to": "frontend_erp_system_lib_api_purchase_returns_listpurchasereturnsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_returns", "to": "frontend_erp_system_lib_api_purchase_returns_purchasereturnsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_returns", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_returns", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_returns", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_returns", "to": "frontend_erp_system_types_procurement_createpurchasereturnrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_returns", "to": "frontend_erp_system_types_procurement_purchasereturn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_purchase_returns", "to": "frontend_erp_system_types_procurement_purchasereturnsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_reason_codes", "to": "frontend_erp_system_lib_api_reason_codes_listreasoncodesparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_reason_codes", "to": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_reason_codes", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_reason_codes", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_reason_codes", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_reason_codes", "to": "frontend_erp_system_types_stock_reasoncode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_reason_codes", "to": "frontend_erp_system_types_stock_reasoncodecontext", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_reason_codes", "to": "frontend_erp_system_lib_api_wastage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_reason_codes_listreasoncodesparams", "to": "frontend_erp_system_types_stock_reasoncodecontext", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_reason_codes_reasoncodesapi", "to": "frontend_erp_system_lib_api_wastage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_requisitions", "to": "frontend_erp_system_lib_api_requisitions_listrequisitionsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_requisitions", "to": "frontend_erp_system_lib_api_requisitions_requisitionsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_requisitions", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_requisitions", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_requisitions", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_requisitions", "to": "frontend_erp_system_types_procurement_createrequisitionrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_requisitions", "to": "frontend_erp_system_types_procurement_requisition", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_requisitions", "to": "frontend_erp_system_types_procurement_requisitionstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_requisitions", "to": "frontend_erp_system_types_procurement_requisitionsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_requisitions_listrequisitionsparams", "to": "frontend_erp_system_types_procurement_requisitionstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_lib_api_rfqs_listrfqsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_lib_api_rfqs_rfqsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_types_procurement", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_types_procurement_createquotationrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_types_procurement_createrfqrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_types_procurement_quotation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_types_procurement_rfq", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_types_procurement_rfqcomparison", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_types_procurement_rfqstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs", "to": "frontend_erp_system_types_procurement_rfqsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_rfqs_listrfqsparams", "to": "frontend_erp_system_types_procurement_rfqstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_lib_api_roles_listrolesparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_lib_api_roles_rolesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_types_rbac", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_types_rbac_assignrolepermissionsrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_types_rbac_createrolerequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_types_rbac_role", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_types_rbac_rolepermissions", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles", "to": "frontend_erp_system_types_rbac_updaterolerequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_roles_listrolesparams", "to": "frontend_erp_system_types_common_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_adjustments", "to": "frontend_erp_system_lib_api_stock_adjustments_listadjustmentsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_adjustments", "to": "frontend_erp_system_lib_api_stock_adjustments_stockadjustmentsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_adjustments", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_adjustments", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_adjustments", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_adjustments", "to": "frontend_erp_system_types_stock_createadjustmentrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_adjustments", "to": "frontend_erp_system_types_stock_stockadjustment", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_adjustments", "to": "frontend_erp_system_types_stock_stockadjustmentsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_adjustments", "to": "frontend_erp_system_lib_api_wastage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_adjustments_stockadjustmentsapi", "to": "frontend_erp_system_lib_api_wastage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_lib_api_stock_counts_listcountsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_lib_api_stock_counts_stockcountsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_types_stock_countstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_types_stock_createcountrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_types_stock_entercountsrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_types_stock_postcountresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_types_stock_stockcount", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts", "to": "frontend_erp_system_types_stock_stockcountsummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_counts_listcountsparams", "to": "frontend_erp_system_types_stock_countstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_lib_api_stock_transfers_listtransfersparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_lib_api_stock_transfers_stocktransfersapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_types_stock_createtransferrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_types_stock_dispatchtransferresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_types_stock_receivetransferlineinput", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_types_stock_receivetransferresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_types_stock_stocktransfer", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_types_stock_stocktransfersummary", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers", "to": "frontend_erp_system_types_stock_transferstatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_transfers_listtransfersparams", "to": "frontend_erp_system_types_stock_transferstatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_lib_api_stock_ledgerquery", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_lib_api_stock_onhandlistparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_lib_api_stock_stockapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_types_stock_ledgerentry", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_types_stock_onhand", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_types_stock_reorderalert", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_types_stock_reorderrequisitionresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_types_stock_valuation", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock", "to": "frontend_erp_system_lib_api_wastage", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_stock_stockapi", "to": "frontend_erp_system_lib_api_wastage", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_uoms", "to": "frontend_erp_system_lib_api_uoms_listuomsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_uoms", "to": "frontend_erp_system_lib_api_uoms_uomsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_uoms", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_uoms", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_uoms", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_uoms", "to": "frontend_erp_system_types_master_data_createuomrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_uoms", "to": "frontend_erp_system_types_master_data_uom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_users", "to": "frontend_erp_system_lib_api_users_listusersparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_users", "to": "frontend_erp_system_lib_api_users_usersapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_users", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_users", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_users", "to": "frontend_erp_system_types_users", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_users", "to": "frontend_erp_system_types_users_createuserrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_users", "to": "frontend_erp_system_types_users_manageduser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_users", "to": "frontend_erp_system_types_users_updateuserrolerequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_users", "to": "frontend_erp_system_types_users_usertypeoption", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors", "to": "frontend_erp_system_lib_api_vendors_listvendorsparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors", "to": "frontend_erp_system_lib_api_vendors_vendorsapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors", "to": "frontend_erp_system_types_common_apiresult", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors", "to": "frontend_erp_system_types_common_entitystatus", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors", "to": "frontend_erp_system_types_master_data_createvendorrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors", "to": "frontend_erp_system_types_master_data_updatevendorrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors", "to": "frontend_erp_system_types_master_data_vendor", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_vendors_listvendorsparams", "to": "frontend_erp_system_types_common_entitystatus", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_warehouses", "to": "frontend_erp_system_lib_api_warehouses_listwarehousesparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_warehouses", "to": "frontend_erp_system_lib_api_warehouses_warehousesapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_warehouses", "to": "frontend_erp_system_types_common", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_warehouses", "to": "frontend_erp_system_types_common_pagedresponse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_warehouses", "to": "frontend_erp_system_types_master_data", "label": "re_exports", "title": "re_exports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_warehouses", "to": "frontend_erp_system_types_master_data_bin", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_warehouses", "to": "frontend_erp_system_types_master_data_createbinrequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_warehouses", "to": "frontend_erp_system_types_master_data_createwarehouserequest", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_warehouses", "to": "frontend_erp_system_types_master_data_warehouse", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage", "to": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage", "to": "frontend_erp_system_lib_api_wastage_listwastageparams", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage", "to": "frontend_erp_system_lib_api_wastage_recordwastageinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage", "to": "frontend_erp_system_lib_api_wastage_wastage_codes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage", "to": "frontend_erp_system_lib_api_wastage_wastageapi", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage", "to": "frontend_erp_system_lib_api_wastage_wastagereasoncodeids", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage", "to": "frontend_erp_system_lib_api_wastage_wastagerecord", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage", "to": "frontend_erp_system_types_stock_stockadjustment", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage_wastage_codes", "to": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_api_wastage_iswastagereasoncode", "to": "frontend_erp_system_lib_api_wastage_wastagereasoncodeids", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_auth_session", "to": "frontend_erp_system_lib_auth_session_clearstoreduser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_auth_session", "to": "frontend_erp_system_lib_auth_session_displayname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_auth_session", "to": "frontend_erp_system_lib_auth_session_getstoreduser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_auth_session", "to": "frontend_erp_system_lib_auth_session_setstoreduser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_auth_session", "to": "frontend_erp_system_types_auth", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_auth_session", "to": "frontend_erp_system_types_auth_authuser", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_auth_session_setstoreduser", "to": "frontend_erp_system_lib_auth_session_clearstoreduser", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_error_map", "to": "frontend_erp_system_lib_error_map_apierrorlike", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_error_map", "to": "frontend_erp_system_lib_error_map_code_messages", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_error_map", "to": "frontend_erp_system_lib_error_map_detail_preferred_codes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_error_map", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_error_map", "to": "frontend_erp_system_lib_error_map_fielderrors", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_error_map", "to": "frontend_erp_system_lib_error_map_generic_codes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_error_map_generic_codes", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_error_map_detail_preferred_codes", "to": "frontend_erp_system_lib_error_map_errormessage", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_production_status_colors", "to": "frontend_erp_system_lib_production_status_colors_stage_status_color", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_production_status_colors", "to": "frontend_erp_system_lib_production_status_colors_stage_status_label", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_production_status_colors", "to": "frontend_erp_system_lib_production_status_colors_stage_status_order", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_production_status_colors", "to": "frontend_erp_system_lib_production_status_colors_stagestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_utils", "to": "frontend_erp_system_lib_utils_cn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations", "to": "frontend_erp_system_lib_validations_emailschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations", "to": "frontend_erp_system_lib_validations_loginschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations", "to": "frontend_erp_system_lib_validations_loginvalues", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations", "to": "frontend_erp_system_lib_validations_requiredstring", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations", "to": "frontend_erp_system_lib_validations_validateemail", "label": "indirect_call", "title": "indirect_call [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "frontend_erp_system_lib_validations_grn", "to": "frontend_erp_system_lib_validations_grn_grnheaderschema", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_grn", "to": "frontend_erp_system_lib_validations_grn_splitserials", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_grn", "to": "frontend_erp_system_lib_validations_grn_validateline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_grn", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_grn", "to": "frontend_erp_system_types_master_data_trackingmode", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_grn_validateline", "to": "frontend_erp_system_lib_validations_grn_splitserials", "label": "calls", "title": "calls [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_master_data", "to": "frontend_erp_system_lib_validations_master_data_validatebrandname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_master_data", "to": "frontend_erp_system_lib_validations_master_data_validatecategoryname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_master_data", "to": "frontend_erp_system_lib_validations_master_data_validateconversionline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_master_data", "to": "frontend_erp_system_lib_validations_master_data_validateitemform", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_master_data", "to": "frontend_erp_system_lib_validations_master_data_validateitemtypename", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_master_data", "to": "frontend_erp_system_lib_validations_master_data_validatereorderline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_master_data", "to": "frontend_erp_system_lib_validations_master_data_validateuomname", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_master_data", "to": "frontend_erp_system_lib_validations_master_data_validatevariantitemform", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_master_data", "to": "frontend_erp_system_lib_validations_master_data_validatevariantprices", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_procurement", "to": "frontend_erp_system_lib_validations_procurement_validatepoline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_procurement", "to": "frontend_erp_system_lib_validations_procurement_validatequotationline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_procurement", "to": "frontend_erp_system_lib_validations_procurement_validaterequisitionline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_procurement", "to": "frontend_erp_system_lib_validations_procurement_validatereturnline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_lib_validations_procurement", "to": "frontend_erp_system_lib_validations_procurement_validaterfqline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_next_config", "to": "frontend_erp_system_next_config_nextconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package", "to": "frontend_erp_system_package_dependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package", "to": "frontend_erp_system_package_devdependencies", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package", "to": "frontend_erp_system_package_name", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package", "to": "frontend_erp_system_package_private", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package", "to": "frontend_erp_system_package_scripts", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package", "to": "frontend_erp_system_package_version", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_scripts", "to": "frontend_erp_system_package_scripts_build", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_scripts", "to": "frontend_erp_system_package_scripts_dev", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_scripts", "to": "frontend_erp_system_package_scripts_lint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_scripts", "to": "frontend_erp_system_package_scripts_start", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_base_ui_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_chart_js", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_class_variance_authority", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_clsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_date_fns", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_hookform_resolvers", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_lucide_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_next", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_next_themes", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_radix_ui_react_icons", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_react_chartjs_2", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_react_day_picker", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_react_dom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_react_hook_form", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_react_loading_skeleton", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_shadcn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_tailwind_merge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_tanstack_react_query", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_tw_animate_css", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_xyflow_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies", "to": "frontend_erp_system_package_dependencies_zod", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_base_ui_react", "to": "base_ui_react", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_hookform_resolvers", "to": "hookform_resolvers", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_radix_ui_react_icons", "to": "radix_ui_react_icons", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_tanstack_react_query", "to": "tanstack_react_query", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_xyflow_react", "to": "xyflow_react", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_chart_js", "to": "chart_js", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_class_variance_authority", "to": "class_variance_authority", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_clsx", "to": "clsx", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_date_fns", "to": "date_fns", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_lucide_react", "to": "lucide_react", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_next", "to": "next", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_next_themes", "to": "next_themes", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_react", "to": "react", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_react_chartjs_2", "to": "react_chartjs_2", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_react_day_picker", "to": "react_day_picker", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_react_dom", "to": "react_dom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_react_hook_form", "to": "react_hook_form", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_react_loading_skeleton", "to": "react_loading_skeleton", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_shadcn", "to": "shadcn", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_tailwind_merge", "to": "tailwind_merge", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_tw_animate_css", "to": "tw_animate_css", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_dependencies_zod", "to": "zod", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies", "to": "frontend_erp_system_package_devdependencies_eslint", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies", "to": "frontend_erp_system_package_devdependencies_eslint_config_next", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies", "to": "frontend_erp_system_package_devdependencies_tailwindcss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies", "to": "frontend_erp_system_package_devdependencies_tailwindcss_postcss", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies", "to": "frontend_erp_system_package_devdependencies_types_node", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies", "to": "frontend_erp_system_package_devdependencies_types_react", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies", "to": "frontend_erp_system_package_devdependencies_types_react_dom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies", "to": "frontend_erp_system_package_devdependencies_typescript", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies_tailwindcss_postcss", "to": "tailwindcss_postcss", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies_types_node", "to": "types_node", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies_types_react", "to": "types_react", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies_types_react_dom", "to": "types_react_dom", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies_eslint", "to": "eslint", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies_eslint_config_next", "to": "eslint_config_next", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies_tailwindcss", "to": "tailwindcss", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_package_devdependencies_typescript", "to": "typescript", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_postcss_config", "to": "frontend_erp_system_postcss_config_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_proxy", "to": "frontend_erp_system_proxy_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_proxy", "to": "frontend_erp_system_proxy_proxy", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tailwind_config", "to": "frontend_erp_system_tailwind_config_config", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig", "to": "frontend_erp_system_tsconfig_compileroptions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig", "to": "frontend_erp_system_tsconfig_exclude", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig", "to": "frontend_erp_system_tsconfig_include", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_allowjs", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_esmoduleinterop", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_incremental", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_isolatedmodules", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_jsx", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_lib", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_module", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_moduleresolution", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_noemit", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_paths", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_plugins", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_resolvejsonmodule", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_skiplibcheck", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_strict", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions", "to": "frontend_erp_system_tsconfig_compileroptions_target", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions_lib", "to": "ref_dom", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions_lib", "to": "ref_dom_iterable", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_compileroptions_lib", "to": "ref_esnext", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_include", "to": "ref_mts", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_include", "to": "ref_next_dev_types_ts", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_include", "to": "ref_next_env_d_ts", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_include", "to": "ref_next_types_ts", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_include", "to": "ref_ts", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_include", "to": "ref_tsx", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_tsconfig_exclude", "to": "ref_node_modules", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_auth", "to": "frontend_erp_system_types_auth_authsession", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_auth", "to": "frontend_erp_system_types_auth_authuser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_auth", "to": "frontend_erp_system_types_auth_loginrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_auth", "to": "frontend_erp_system_types_auth_registerrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common", "to": "frontend_erp_system_types_common_apiresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common", "to": "frontend_erp_system_types_common_entitystatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common", "to": "frontend_erp_system_types_common_pagedresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common", "to": "frontend_erp_system_types_common_paginationmeta", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common", "to": "frontend_erp_system_types_common_problemdetails", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common", "to": "frontend_erp_system_types_common_ts_docref_rfc_7807", "label": "cites", "title": "cites [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common", "to": "frontend_erp_system_types_hrm", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common", "to": "frontend_erp_system_types_master_data", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common", "to": "frontend_erp_system_types_rbac", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common", "to": "frontend_erp_system_types_users", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_hrm", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_hrm_branch", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_hrm_department", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_hrm_designation", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_hrm_employeebankdetail", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_hrm_employmenttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_hrm_hrdocumenttype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_hrm_leavetype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_hrm_salarycomponent", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_hrm_workshift", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_master_data", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_master_data_brand", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_master_data_category", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_master_data_item", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_master_data_itemtype", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_master_data_subcategory", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_master_data_vendor", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_rbac", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_rbac_role", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_users", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_common_entitystatus", "to": "frontend_erp_system_types_users_manageduser", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_dashboard", "to": "frontend_erp_system_types_dashboard_dashboardstats", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_dashboard", "to": "frontend_erp_system_types_dashboard_warehousevaluation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_batchinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_confirmgrnresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_createdlayer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_creategrnlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_creategrnrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_grn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_grnline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_grnstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_grnsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_holdstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_purchaseorderstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_releaseaction", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_releasegrnlinerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_grn", "to": "frontend_erp_system_types_grn_releasegrnlineresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_attendancebatchstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_attendancerecord", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_attendancesourcetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_attendancestatusvalue", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_attendancesummaryrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_attendanceuploadbatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_branch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_createemployeerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_department", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_designation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_documentexpiryreportrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employeebankdetail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employeedetail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employeedocument", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employeedocumentstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employeelistitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employeeloan", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employeematch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employeesalarystructure", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employeesalarystructureline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employeestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_employmenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_gender", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_hrdocumentcategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_hrdocumenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_latearrivalreportrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_leavebalance", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_leavebalancereportrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_leaverequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_leaverequeststatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_leavetype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_loaninstallment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_loaninstallmentstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_loankind", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_loanstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_overtimereportrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_payrollline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_payrolllinecomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_payrolllinecomponentcategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_payrolllinedetail", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_payrollregisterrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_payrollrun", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_payrollrunstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_payrollstatutorysetting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_payslip", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_rowvalidationstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_salarycomponent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_salarycomponenttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_salaryhistoryrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_salarystructurestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_taxslab", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_updateemployeerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_usermatch", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_hrm", "to": "frontend_erp_system_types_hrm_workshift", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_bin", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_brand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_category", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_createbinrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_createbrandrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_createcategoryrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_createitemrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_createitemtyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_createsubcategoryrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_createuomrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_createvendorrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_createwarehouserequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_item", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_itemlistitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_itemreordersetting", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_itemtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_productconfig", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_stocknature", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_subcategory", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_trackingmode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_uom", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_uomconversion", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_updatebrandrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_updatecategoryrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_updateitemreorderrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_updateitemrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_updateitemtyperequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_updateproductconfigrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_updatesubcategoryrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_updateuomconversionsrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_updateuomconversionsresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_updatevendorrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_vendor", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_master_data", "to": "frontend_erp_system_types_master_data_warehouse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_cancelpurchaseorderrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_createpolineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_createpurchaseorderrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_createpurchasereturnlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_createpurchasereturnrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_createquotationrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_createreqlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_createrequisitionrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_createrfqlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_createrfqrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_poline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_pototals", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_purchaseorder", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_purchaseorderstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_purchaseordersummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_purchasereturn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_purchasereturnline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_purchasereturnstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_purchasereturnsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_quotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_quotationline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_reqline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_requisition", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_requisitionstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_requisitionsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_rfq", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_rfqcomparison", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_rfqcomparisoncell", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_rfqcomparisonrow", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_rfqline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_rfqstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_rfqsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_procurement_updatepurchaseorderrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement", "to": "frontend_erp_system_types_stock", "label": "imports_from", "title": "imports_from [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_procurement_requisition", "to": "frontend_erp_system_types_stock", "label": "imports", "title": "imports [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_approvestagerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_approvestageresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_cancelreturn", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_cancelrunrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_cancelrunresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_canvasannotation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_completeoutputline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_completestagerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_consumedinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_consumedlayer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_costpool", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_createrunrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_customfieldtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_fielddef", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_productionrungraph", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_productionrunstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_productionrunsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_productiontemplategraph", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_productiontemplatesummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_pulledback", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_receipt", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_rejectintakeresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_rejectrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_returnleftoverrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_returnleftoverresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_runedge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_runevent", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_runstage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_runstageeventtype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_runstageinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_runstageoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_runstagestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_saveedgeinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_savestageinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_savestageinputinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_savestageoutputinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_savetemplaterequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_scrapwriteoff", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_stageinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_stageinputsource", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_stageoutput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_stagequantityline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_stagesummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_startstageresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_templateedge", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_templatestage", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_templatestatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_terminalrejectresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_transfer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_transferline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_transferremainderrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_transferresult", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_production", "to": "frontend_erp_system_types_production_updatestagequantitiesrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_rbac", "to": "frontend_erp_system_types_rbac_assignrolepermissionsrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_rbac", "to": "frontend_erp_system_types_rbac_createrolerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_rbac", "to": "frontend_erp_system_types_rbac_meresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_rbac", "to": "frontend_erp_system_types_rbac_navitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_rbac", "to": "frontend_erp_system_types_rbac_role", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_rbac", "to": "frontend_erp_system_types_rbac_rolepermissions", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_rbac", "to": "frontend_erp_system_types_rbac_subnavitem", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_rbac", "to": "frontend_erp_system_types_rbac_updaterolerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_adjustmentline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_adjustmentstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_consumedlayer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_countline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_countstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_counttype", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_createadjustmentlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_createadjustmentrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_createcountrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_createdtransferlayer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_createtransferlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_createtransferrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_currency", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_dispatchtransferresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_entercountlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_entercountsrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_ledgerdirection", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_ledgerentry", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_onhand", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_postcountresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_reasoncode", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_reasoncodecontext", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_receivetransferlineinput", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_receivetransferrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_receivetransferresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_reorderalert", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_reorderrequisitionresponse", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_stockadjustment", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_stockadjustmentsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_stockcount", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_stockcountsummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_stocktransfer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_stocktransfersummary", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_transferline", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_transferstatus", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_valuation", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_stock", "to": "frontend_erp_system_types_stock_valuationlayer", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_users", "to": "frontend_erp_system_types_users_createuserrequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_users", "to": "frontend_erp_system_types_users_manageduser", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_users", "to": "frontend_erp_system_types_users_updateuserrolerequest", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_types_users", "to": "frontend_erp_system_types_users_usertypeoption", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_erp_system", "to": "docs_00_core_aspnetcore", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_erp_system", "to": "docs_00_core_hub", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_erp_system", "to": "docs_00_core_nextjs_frontend", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "readme_erp_system", "to": "docs_00_core_postgresql", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "backend_progress_phase1", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "docs_01_doc_guide_docmap", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "docs_02_security_accepted_risks", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "docs_10_backend_phase1_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "docs_11_backend_phase1_api", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "docs_12_backend_hrm_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "docs_13_backend_hrm_api", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "docs_20_frontend_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "docs_21_frontend_hrm_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "docs_21_frontend_phase2_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "docs_30_backend_phase2_mfg_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_hub", "to": "frontend_progress_phase1", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_backend_layering", "to": "docs_00_core_fifocostingservice", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_nextjs_frontend", "to": "frontend_erp_system_readme", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_authhex", "to": "docs_10_backend_phase1_authcontroller", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_authhex", "to": "docs_10_backend_phase1_shadow_user", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_authhex", "to": "docs_10_backend_phase1_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_authhex", "to": "docs_11_backend_phase1_rs256_jwt", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_unitofwork", "to": "docs_00_core_fifocostingservice", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_unitofwork", "to": "docs_12_backend_hrm_lock_boundary", "label": "depends_on", "title": "depends_on [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_00_core_fifocostingservice", "to": "docs_12_backend_hrm_attendancecomputation", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_00_core_fifocostingservice", "to": "docs_20_frontend_server_authoritative", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_00_core_fifocostingservice", "to": "docs_30_backend_phase2_fifo_integration", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_problemdetails", "to": "docs_11_backend_phase1_api", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_00_core_problemdetails", "to": "frontend_progress_error_map", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_01_doc_guide_docmap", "to": "docs_10_backend_phase1_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_01_doc_guide_docmap", "to": "docs_30_backend_phase2_mfg_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_02_security_accepted_risks", "to": "backend_progress_grn_unitcost_override", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_02_security_accepted_risks", "to": "docs_02_security_adjustment_highrisk", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_02_security_accepted_risks", "to": "docs_02_security_ar01_no_rbac", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_02_security_accepted_risks", "to": "docs_02_security_ar09_hrm_pii", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_02_security_accepted_risks", "to": "docs_02_security_csrf_httponlycookie", "label": "contains", "title": "contains [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_02_security_ar09_hrm_pii", "to": "frontend_progress_bypass_codes", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_02_security_csrf_httponlycookie", "to": "backend_progress_auth_proxy", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_02_security_csrf_httponlycookie", "to": "docs_20_frontend_same_origin_proxy", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_10_backend_phase1_spec", "to": "backend_progress_phase1", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_10_backend_phase1_spec", "to": "docs_11_backend_phase1_api", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_10_backend_phase1_spec", "to": "docs_12_backend_hrm_spec", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_10_backend_phase1_spec", "to": "docs_20_frontend_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_10_backend_phase1_spec", "to": "docs_30_backend_phase2_mfg_spec", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_10_backend_phase1_authcontroller", "to": "backend_progress_auth_proxy", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_10_backend_phase1_shadow_user", "to": "docs_12_backend_hrm_user_crosslink", "label": "depends_on", "title": "depends_on [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_10_backend_phase1_etag_concurrency", "to": "docs_30_backend_phase2_edit_lock", "label": "semantically_similar_to", "title": "semantically_similar_to [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "docs_11_backend_phase1_api", "to": "backend_progress_phase1", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_11_backend_phase1_api", "to": "docs_13_backend_hrm_api", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_11_backend_phase1_api", "to": "docs_20_frontend_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_11_backend_phase1_api", "to": "frontend_progress_phase1", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_12_backend_hrm_spec", "to": "backend_progress_hrm_phase2", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_12_backend_hrm_spec", "to": "docs_13_backend_hrm_api", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_12_backend_hrm_snapshot_rule", "to": "docs_13_backend_hrm_api_attendance_batch", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_12_backend_hrm_lock_boundary", "to": "docs_13_backend_hrm_api_payroll_run", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_13_backend_hrm_api", "to": "backend_progress_hrm_phase2", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_13_backend_hrm_api", "to": "docs_21_frontend_hrm_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_13_backend_hrm_api", "to": "frontend_progress_hrm_screens", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_13_backend_hrm_api_attendance_batch", "to": "docs_21_frontend_hrm_attendance_wizard", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_20_frontend_spec", "to": "docs_21_frontend_hrm_spec", "label": "extends", "title": "extends [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_20_frontend_spec", "to": "docs_21_frontend_phase2_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_20_frontend_spec", "to": "frontend_progress_phase1", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_20_frontend_api_client", "to": "docs_20_frontend_same_origin_proxy", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_20_frontend_api_client", "to": "frontend_progress_mock_deleted", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_21_frontend_hrm_spec", "to": "frontend_progress_hrm_screens", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_21_frontend_phase2_spec", "to": "docs_30_backend_phase2_mfg_spec", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_21_frontend_phase2_spec", "to": "frontend_progress_production_screens", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_21_frontend_phase2_template_canvas", "to": "docs_30_backend_phase2_dag_templates", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_21_frontend_phase2_stage_drawer", "to": "docs_30_backend_phase2_mfg_spec", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_30_backend_phase2_mfg_spec", "to": "backend_progress_mfg_smoke_312", "label": "implements", "title": "implements [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_30_backend_phase2_mfg_spec", "to": "frontend_progress_production_screens", "label": "references", "title": "references [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_30_backend_phase2_dag_templates", "to": "docs_30_backend_phase2_graph_validator", "label": "validates", "title": "validates [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "docs_30_backend_phase2_fifo_integration", "to": "docs_30_backend_phase2_cost_pool", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "backend_progress_phase1", "to": "frontend_progress_dashboard_stats", "label": "depends_on", "title": "depends_on [INFERRED]", "dashes": true, "width": 1, "color": {"opacity": 0.35}, "confidence": "INFERRED"}, {"from": "backend_progress_hrm_phase2", "to": "backend_progress_datetime_kind_fix", "label": "depends_on", "title": "depends_on [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_file_svg", "to": "frontend_erp_system_public_file_svg", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_globe_svg", "to": "erp_frontend_public", "label": "BELONGS_TO", "title": "BELONGS_TO [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_globe_svg", "to": "frontend_erp_system_public_globe_svg", "label": "HAS_PROPERTY", "title": "HAS_PROPERTY [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_globe_svg", "to": "nextjs_app_icon", "label": "IS_A", "title": "IS_A [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_frontend_public", "to": "frontend_erp_system_public_vercel_brand", "label": "references_platform", "title": "references_platform [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_frontend_public", "to": "frontend_erp_system_public_vercel_svg", "label": "belongs_to", "title": "belongs_to [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_frontend_public", "to": "frontend_erp_system_public_window_svg", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_images_background_png", "to": "dark_theme_design", "label": "EXEMPLIFIES", "title": "EXEMPLIFIES [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_images_background_png", "to": "dual_user_workstation", "label": "DEPICTS", "title": "DEPICTS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_images_background_png", "to": "erp_core_frontend", "label": "ASSET_OF", "title": "ASSET_OF [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_images_background_png", "to": "erp_dashboard_ui", "label": "DEPICTS", "title": "DEPICTS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_dashboard_ui", "to": "dual_user_workstation", "label": "INTERACTS_WITH", "title": "INTERACTS_WITH [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_dashboard_ui", "to": "dark_theme_design", "label": "USES", "title": "USES [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_dashboard_ui", "to": "financial_analytics_panel", "label": "CONTAINS", "title": "CONTAINS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_dashboard_ui", "to": "inventory_management_panel", "label": "CONTAINS", "title": "CONTAINS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_dashboard_ui", "to": "user_productivity_panel", "label": "CONTAINS", "title": "CONTAINS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_dashboard_ui", "to": "world_map_visualization", "label": "CONTAINS", "title": "CONTAINS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "dark_theme_design", "to": "erp_core_frontend", "label": "DESIGN_DECISION_FOR", "title": "DESIGN_DECISION_FOR [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_images_loginerps_png", "to": "erp_login_ui", "label": "IS_USED_IN", "title": "IS_USED_IN [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_images_loginerps_png", "to": "erp_system_branding", "label": "REPRESENTS", "title": "REPRESENTS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_login_ui", "to": "erp_system_branding", "label": "CONTAINS", "title": "CONTAINS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inventory_management_dashboard", "to": "erp_system_branding", "label": "SHOWCASES", "title": "SHOWCASES [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inventory_management_dashboard", "to": "order_processing_dashboard", "label": "PART_OF_SAME_SYSTEM", "title": "PART_OF_SAME_SYSTEM [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inventory_management_dashboard", "to": "male_user_laptop", "label": "INTERACTS_WITH", "title": "INTERACTS_WITH [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "order_processing_dashboard", "to": "erp_system_branding", "label": "SHOWCASES", "title": "SHOWCASES [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "order_processing_dashboard", "to": "integrated_analytics_dashboard", "label": "PART_OF_SAME_SYSTEM", "title": "PART_OF_SAME_SYSTEM [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integrated_analytics_dashboard", "to": "erp_system_branding", "label": "SHOWCASES", "title": "SHOWCASES [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integrated_analytics_dashboard", "to": "female_user_tablet", "label": "INTERACTS_WITH", "title": "INTERACTS_WITH [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_system_branding", "to": "female_user_tablet", "label": "DEPICTS", "title": "DEPICTS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_system_branding", "to": "male_user_laptop", "label": "DEPICTS", "title": "DEPICTS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hexa_erp_logo", "to": "erp_system", "label": "BELONGS_TO", "title": "BELONGS_TO [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hexa_erp_logo", "to": "hexa_erp_brand", "label": "REPRESENTS", "title": "REPRESENTS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hexa_erp_logo", "to": "hexagonal_icon", "label": "CONTAINS", "title": "CONTAINS [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hexa_erp_brand", "to": "erp_system", "label": "IS_TYPE_OF", "title": "IS_TYPE_OF [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "hexa_erp_brand", "to": "hexagonal_icon", "label": "SYMBOLIZES", "title": "SYMBOLIZES [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_system", "to": "erp_promotional_image", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_system", "to": "integrated_analytics_module", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_system", "to": "inventory_management_module", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_system", "to": "order_processing_module", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_system", "to": "erp_user_laptop", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_system", "to": "erp_user_tablet", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_promotional_image", "to": "erp_user_laptop", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "erp_promotional_image", "to": "erp_user_tablet", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "inventory_management_module", "to": "order_processing_module", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "order_processing_module", "to": "integrated_analytics_module", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "integrated_analytics_module", "to": "erp_user_tablet", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_next_svg_logo", "to": "erp_frontend_public_assets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_next_svg_logo", "to": "nextjs_brand", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "nextjs_brand", "to": "erp_frontend_public_assets", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_vercel_svg", "to": "frontend_erp_system_public_vercel_brand", "label": "depicts", "title": "depicts [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}, {"from": "frontend_erp_system_public_window_svg", "to": "svg_window_icon_ui", "label": "", "title": " [EXTRACTED]", "dashes": false, "width": 2, "color": {"opacity": 0.7}, "confidence": "EXTRACTED"}];
const LEGEND = [{"cid": 0, "color": "#4E79A7", "label": "HRM Dashboard Pages", "count": 165}, {"cid": 1, "color": "#F28E2B", "label": "Dashboard &amp; Procurement UI", "count": 133}, {"cid": 2, "color": "#E15759", "label": "Attendance Management UI", "count": 118}, {"cid": 3, "color": "#76B7B2", "label": "Employee Profile UI", "count": 117}, {"cid": 4, "color": "#59A14F", "label": "Product Catalog Frontend", "count": 112}, {"cid": 5, "color": "#EDC948", "label": "Backend API Controllers", "count": 110}, {"cid": 6, "color": "#B07AA1", "label": "Domain Entities", "count": 108}, {"cid": 7, "color": "#FF9DA7", "label": "Purchase Order Frontend", "count": 97}, {"cid": 8, "color": "#9C755F", "label": "Authentication API", "count": 89}, {"cid": 9, "color": "#BAB0AC", "label": "Leave Management API", "count": 88}, {"cid": 10, "color": "#4E79A7", "label": "Core Domain Models", "count": 82}, {"cid": 11, "color": "#F28E2B", "label": "Repository &amp; UoW Interfaces", "count": 79}, {"cid": 12, "color": "#E15759", "label": "Production Runs API", "count": 75}, {"cid": 13, "color": "#76B7B2", "label": "Attendance Batch API", "count": 72}, {"cid": 14, "color": "#59A14F", "label": "HRM Attendance DTOs", "count": 65}, {"cid": 15, "color": "#EDC948", "label": "Audit &amp; Finance Stubs", "count": 60}, {"cid": 16, "color": "#B07AA1", "label": "ETag Concurrency Layer", "count": 59}, {"cid": 17, "color": "#FF9DA7", "label": "Inventory Items API", "count": 59}, {"cid": 18, "color": "#9C755F", "label": "Purchase Orders API", "count": 57}, {"cid": 19, "color": "#BAB0AC", "label": "Production Run Entities", "count": 57}, {"cid": 20, "color": "#4E79A7", "label": "GRN Receiving API", "count": 56}, {"cid": 21, "color": "#F28E2B", "label": "Cross-Cutting Infrastructure", "count": 55}, {"cid": 22, "color": "#E15759", "label": "Stock Count API", "count": 53}, {"cid": 23, "color": "#76B7B2", "label": "GRN &amp; Bin Entities", "count": 53}, {"cid": 24, "color": "#59A14F", "label": "Branch &amp; Department Entities", "count": 52}, {"cid": 25, "color": "#EDC948", "label": "Audit Logs API", "count": 50}, {"cid": 26, "color": "#B07AA1", "label": "Production API Client", "count": 50}, {"cid": 27, "color": "#FF9DA7", "label": "Stock Transfer API", "count": 45}, {"cid": 28, "color": "#9C755F", "label": "HR Reports API", "count": 44}, {"cid": 29, "color": "#BAB0AC", "label": "Backend Progress Tracker", "count": 42}, {"cid": 30, "color": "#4E79A7", "label": "Role Management API", "count": 41}, {"cid": 31, "color": "#F28E2B", "label": "Stock Ledger Entities", "count": 41}, {"cid": 32, "color": "#E15759", "label": "AuthHex Identity Client", "count": 41}, {"cid": 33, "color": "#76B7B2", "label": "User Management API", "count": 40}, {"cid": 34, "color": "#59A14F", "label": "Stock Adjustment API", "count": 39}, {"cid": 35, "color": "#EDC948", "label": "Employment Types API", "count": 38}, {"cid": 36, "color": "#B07AA1", "label": "Auth Role DTOs", "count": 38}, {"cid": 37, "color": "#FF9DA7", "label": "Production Template Graph UI", "count": 38}, {"cid": 38, "color": "#9C755F", "label": "Brand Management API", "count": 37}, {"cid": 39, "color": "#BAB0AC", "label": "Warehouse Management API", "count": 37}, {"cid": 40, "color": "#4E79A7", "label": "HRM Branches &amp; Designations", "count": 36}, {"cid": 41, "color": "#F28E2B", "label": "HR Domain Enums", "count": 36}, {"cid": 42, "color": "#E15759", "label": "Employee Management API", "count": 35}, {"cid": 43, "color": "#76B7B2", "label": "Work Shift API", "count": 35}, {"cid": 44, "color": "#59A14F", "label": "RFQ Management API", "count": 35}, {"cid": 45, "color": "#EDC948", "label": "Department Management API", "count": 34}, {"cid": 46, "color": "#B07AA1", "label": "HR Document Types API", "count": 33}, {"cid": 47, "color": "#FF9DA7", "label": "App Header Layout", "count": 33}, {"cid": 48, "color": "#9C755F", "label": "Purchase Returns API", "count": 31}, {"cid": 49, "color": "#BAB0AC", "label": "Vendor Management API", "count": 29}, {"cid": 50, "color": "#4E79A7", "label": "Build &amp; Config", "count": 29}, {"cid": 51, "color": "#F28E2B", "label": "Item Types API", "count": 28}, {"cid": 52, "color": "#E15759", "label": "Dashboard &amp; Procurement UI", "count": 27}, {"cid": 53, "color": "#76B7B2", "label": "Authentication API", "count": 26}, {"cid": 54, "color": "#59A14F", "label": "Salary Components API", "count": 26}, {"cid": 55, "color": "#EDC948", "label": "Navigation Item Domain", "count": 26}, {"cid": 56, "color": "#B07AA1", "label": "HRM Branches API", "count": 25}, {"cid": 57, "color": "#FF9DA7", "label": "Payroll Line Entities", "count": 25}, {"cid": 58, "color": "#9C755F", "label": "Auth Session &amp; Roles", "count": 25}, {"cid": 59, "color": "#BAB0AC", "label": "Authentication API", "count": 24}, {"cid": 60, "color": "#4E79A7", "label": "Product Config Entities", "count": 24}, {"cid": 61, "color": "#F28E2B", "label": "File Storage Service", "count": 24}, {"cid": 62, "color": "#E15759", "label": "HR Document Enums", "count": 23}, {"cid": 63, "color": "#76B7B2", "label": "GRN Receiving Frontend", "count": 23}, {"cid": 64, "color": "#59A14F", "label": "HR Document Enums", "count": 22}, {"cid": 65, "color": "#EDC948", "label": "Shared UI Components", "count": 22}, {"cid": 66, "color": "#B07AA1", "label": "Payroll API", "count": 21}, {"cid": 67, "color": "#FF9DA7", "label": "Authentication API", "count": 20}, {"cid": 68, "color": "#9C755F", "label": "Tax Slab API", "count": 20}, {"cid": 69, "color": "#BAB0AC", "label": "RFQ Entities", "count": 20}, {"cid": 70, "color": "#4E79A7", "label": "Payroll DTOs", "count": 20}, {"cid": 71, "color": "#F28E2B", "label": "Payroll DTOs", "count": 19}, {"cid": 72, "color": "#E15759", "label": "Frontend Application", "count": 19}, {"cid": 73, "color": "#76B7B2", "label": "Dashboard &amp; Procurement UI", "count": 19}, {"cid": 74, "color": "#59A14F", "label": "Dashboard API", "count": 18}, {"cid": 75, "color": "#EDC948", "label": "Reason Codes API", "count": 18}, {"cid": 76, "color": "#B07AA1", "label": "Launch Configuration", "count": 18}, {"cid": 77, "color": "#FF9DA7", "label": "Product Config API", "count": 17}, {"cid": 78, "color": "#9C755F", "label": "Unit of Measure API", "count": 17}, {"cid": 79, "color": "#BAB0AC", "label": "Smoke Tests", "count": 17}, {"cid": 80, "color": "#4E79A7", "label": "React UI Components", "count": 17}, {"cid": 81, "color": "#F28E2B", "label": "Build &amp; Config", "count": 17}, {"cid": 82, "color": "#E15759", "label": "Payroll API", "count": 16}, {"cid": 83, "color": "#76B7B2", "label": "Production Templates API", "count": 16}, {"cid": 84, "color": "#59A14F", "label": "Reason Code Entities", "count": 16}, {"cid": 85, "color": "#EDC948", "label": "ERP Core Backend", "count": 15}, {"cid": 86, "color": "#B07AA1", "label": "Payslip API", "count": 15}, {"cid": 87, "color": "#FF9DA7", "label": "Batch Processing Entities", "count": 15}, {"cid": 88, "color": "#9C755F", "label": "Shadow User Auth", "count": 15}, {"cid": 89, "color": "#BAB0AC", "label": "Production Graph Validator", "count": 15}, {"cid": 90, "color": "#4E79A7", "label": "Stock Snapshot API", "count": 14}, {"cid": 91, "color": "#F28E2B", "label": "Requisition Domain", "count": 14}, {"cid": 92, "color": "#E15759", "label": "Production Template DTOs", "count": 14}, {"cid": 93, "color": "#76B7B2", "label": "Production Graph Validator", "count": 14}, {"cid": 94, "color": "#59A14F", "label": "Employee Documents Service", "count": 14}, {"cid": 95, "color": "#EDC948", "label": "Unit of Measure API", "count": 14}, {"cid": 96, "color": "#B07AA1", "label": "Employee Loan Entities", "count": 13}, {"cid": 97, "color": "#FF9DA7", "label": "Requisition Domain", "count": 13}, {"cid": 98, "color": "#9C755F", "label": "Employee DTOs", "count": 13}, {"cid": 99, "color": "#BAB0AC", "label": "RFQ Entities", "count": 13}, {"cid": 100, "color": "#4E79A7", "label": "Data Transfer Objects", "count": 13}, {"cid": 101, "color": "#F28E2B", "label": "Service Interfaces", "count": 13}, {"cid": 102, "color": "#E15759", "label": "Smoke Tests", "count": 13}, {"cid": 103, "color": "#76B7B2", "label": "Smoke Tests", "count": 13}, {"cid": 104, "color": "#59A14F", "label": "ETag Concurrency", "count": 12}, {"cid": 105, "color": "#EDC948", "label": "Category Management API", "count": 12}, {"cid": 106, "color": "#B07AA1", "label": "Data Transfer Objects", "count": 12}, {"cid": 107, "color": "#FF9DA7", "label": "ERP Core Backend", "count": 12}, {"cid": 108, "color": "#9C755F", "label": "Smoke Tests", "count": 12}, {"cid": 109, "color": "#BAB0AC", "label": "Layout Components", "count": 12}, {"cid": 110, "color": "#4E79A7", "label": "ERP Core Backend", "count": 11}, {"cid": 111, "color": "#F28E2B", "label": "ERP Core Backend", "count": 11}, {"cid": 112, "color": "#E15759", "label": "Domain Entities", "count": 11}, {"cid": 113, "color": "#76B7B2", "label": "Requisition Domain", "count": 11}, {"cid": 114, "color": "#59A14F", "label": "Dashboard &amp; Procurement UI", "count": 11}, {"cid": 115, "color": "#EDC948", "label": "Shared UI Components", "count": 11}, {"cid": 116, "color": "#B07AA1", "label": "Domain Entities", "count": 10}, {"cid": 117, "color": "#FF9DA7", "label": "Component Group 117", "count": 10}, {"cid": 118, "color": "#9C755F", "label": "ERP Core Backend", "count": 9}, {"cid": 119, "color": "#BAB0AC", "label": "Payroll DTOs", "count": 9}, {"cid": 120, "color": "#4E79A7", "label": "ERP Core Backend", "count": 9}, {"cid": 121, "color": "#F28E2B", "label": "Smoke Tests", "count": 9}, {"cid": 122, "color": "#E15759", "label": "Smoke Tests", "count": 9}, {"cid": 123, "color": "#76B7B2", "label": "Component Group 123", "count": 9}, {"cid": 124, "color": "#59A14F", "label": "Architecture Documentation", "count": 9}, {"cid": 125, "color": "#EDC948", "label": "Shared UI Components", "count": 9}, {"cid": 126, "color": "#B07AA1", "label": "Build &amp; Config", "count": 9}, {"cid": 127, "color": "#FF9DA7", "label": "Domain Entities", "count": 8}, {"cid": 128, "color": "#9C755F", "label": "Domain Entities", "count": 8}, {"cid": 129, "color": "#BAB0AC", "label": "Leave Domain", "count": 8}, {"cid": 130, "color": "#4E79A7", "label": "HRM Service Layer", "count": 8}, {"cid": 131, "color": "#F28E2B", "label": "Production Template Service", "count": 8}, {"cid": 132, "color": "#E15759", "label": "ERP Core Backend", "count": 8}, {"cid": 133, "color": "#76B7B2", "label": "Component Group 133", "count": 8}, {"cid": 134, "color": "#59A14F", "label": "Component Group 134", "count": 7}, {"cid": 135, "color": "#EDC948", "label": "Smoke Tests", "count": 7}, {"cid": 136, "color": "#B07AA1", "label": "Component Group 136", "count": 7}, {"cid": 137, "color": "#FF9DA7", "label": "Frontend Pages", "count": 7}, {"cid": 138, "color": "#9C755F", "label": "Shared UI Components", "count": 7}, {"cid": 139, "color": "#BAB0AC", "label": "Authentication API", "count": 6}, {"cid": 140, "color": "#4E79A7", "label": "Domain Entities", "count": 6}, {"cid": 141, "color": "#F28E2B", "label": "Domain Entities", "count": 6}, {"cid": 142, "color": "#E15759", "label": "Auth Infrastructure", "count": 6}, {"cid": 143, "color": "#76B7B2", "label": "Accounting Stubs", "count": 6}, {"cid": 144, "color": "#59A14F", "label": "Production Template Service", "count": 6}, {"cid": 145, "color": "#EDC948", "label": "Frontend Application", "count": 6}, {"cid": 146, "color": "#B07AA1", "label": "ERP Core Backend", "count": 5}, {"cid": 147, "color": "#FF9DA7", "label": "Frontend Pages", "count": 5}, {"cid": 148, "color": "#9C755F", "label": "Dashboard API", "count": 4}, {"cid": 149, "color": "#BAB0AC", "label": "Product Config API", "count": 3}, {"cid": 150, "color": "#4E79A7", "label": "ERP Core Backend", "count": 3}, {"cid": 151, "color": "#F28E2B", "label": "ERP Core Backend", "count": 3}, {"cid": 152, "color": "#E15759", "label": "AuthHex Identity Client", "count": 3}, {"cid": 153, "color": "#76B7B2", "label": "ERP Core Backend", "count": 3}, {"cid": 154, "color": "#59A14F", "label": "Smoke Tests", "count": 3}, {"cid": 155, "color": "#EDC948", "label": "Architecture Documentation", "count": 3}, {"cid": 156, "color": "#B07AA1", "label": "Architecture Documentation", "count": 3}, {"cid": 157, "color": "#FF9DA7", "label": "Component Group 157", "count": 3}, {"cid": 158, "color": "#9C755F", "label": "HRM Dashboard Pages", "count": 3}, {"cid": 159, "color": "#BAB0AC", "label": "Dashboard &amp; Procurement UI", "count": 3}, {"cid": 160, "color": "#4E79A7", "label": "Shared UI Components", "count": 3}, {"cid": 161, "color": "#F28E2B", "label": "Frontend Application", "count": 3}, {"cid": 162, "color": "#E15759", "label": "Component Group 162", "count": 2}, {"cid": 163, "color": "#76B7B2", "label": "Component Group 163", "count": 2}, {"cid": 164, "color": "#59A14F", "label": "Component Group 164", "count": 2}, {"cid": 165, "color": "#EDC948", "label": "ETag Concurrency", "count": 2}, {"cid": 166, "color": "#B07AA1", "label": "Dashboard &amp; Procurement UI", "count": 2}, {"cid": 167, "color": "#FF9DA7", "label": "Frontend Pages", "count": 2}, {"cid": 168, "color": "#9C755F", "label": "Build &amp; Config", "count": 2}, {"cid": 169, "color": "#BAB0AC", "label": "Frontend Application", "count": 2}, {"cid": 170, "color": "#4E79A7", "label": "Build &amp; Config", "count": 2}, {"cid": 171, "color": "#F28E2B", "label": "Build &amp; Config", "count": 2}, {"cid": 172, "color": "#E15759", "label": "Build &amp; Config", "count": 2}, {"cid": 173, "color": "#76B7B2", "label": "Build &amp; Config", "count": 2}, {"cid": 174, "color": "#59A14F", "label": "Build &amp; Config", "count": 2}, {"cid": 175, "color": "#EDC948", "label": "Build &amp; Config", "count": 2}, {"cid": 176, "color": "#B07AA1", "label": "Build &amp; Config", "count": 2}, {"cid": 177, "color": "#FF9DA7", "label": "Build &amp; Config", "count": 2}, {"cid": 178, "color": "#9C755F", "label": "Build &amp; Config", "count": 2}, {"cid": 179, "color": "#BAB0AC", "label": "Build &amp; Config", "count": 2}, {"cid": 180, "color": "#4E79A7", "label": "Frontend Application", "count": 2}, {"cid": 181, "color": "#F28E2B", "label": "Frontend Application", "count": 2}, {"cid": 182, "color": "#E15759", "label": "Architecture Documentation", "count": 1}, {"cid": 183, "color": "#76B7B2", "label": "Architecture Documentation", "count": 1}, {"cid": 184, "color": "#59A14F", "label": "Architecture Documentation", "count": 1}, {"cid": 185, "color": "#EDC948", "label": "Architecture Documentation", "count": 1}, {"cid": 186, "color": "#B07AA1", "label": "Architecture Documentation", "count": 1}, {"cid": 187, "color": "#FF9DA7", "label": "Architecture Documentation", "count": 1}, {"cid": 188, "color": "#9C755F", "label": "File Storage Service", "count": 1}, {"cid": 189, "color": "#BAB0AC", "label": "Architecture Documentation", "count": 1}, {"cid": 190, "color": "#4E79A7", "label": "Architecture Documentation", "count": 1}, {"cid": 191, "color": "#F28E2B", "label": "Frontend Application", "count": 1}, {"cid": 192, "color": "#E15759", "label": "Frontend Progress Tracker", "count": 1}];
// HTML-escape helper — prevents XSS when injecting graph data into innerHTML
function esc(s) {
return String(s).replace(/&/g,'&amp;').replace(/</g,'&lt;').replace(/>/g,'&gt;').replace(/"/g,'&quot;').replace(/'/g,'&#39;');
}
// Build vis datasets
const nodesDS = new vis.DataSet(RAW_NODES.map(n => ({
id: n.id, label: n.label, color: n.color, size: n.size,
font: n.font, title: n.title,
_community: n.community, _community_name: n.community_name,
_source_file: n.source_file, _file_type: n.file_type, _degree: n.degree,
})));
const edgesDS = new vis.DataSet(RAW_EDGES.map((e, i) => ({
id: i, from: e.from, to: e.to,
label: '',
title: e.title,
dashes: e.dashes,
width: e.width,
color: e.color,
arrows: { to: { enabled: true, scaleFactor: 0.5 } },
})));
const container = document.getElementById('graph');
const network = new vis.Network(container, { nodes: nodesDS, edges: edgesDS }, {
physics: {
enabled: true,
solver: 'forceAtlas2Based',
forceAtlas2Based: {
gravitationalConstant: -60,
centralGravity: 0.005,
springLength: 120,
springConstant: 0.08,
damping: 0.4,
avoidOverlap: 0.8,
},
stabilization: { iterations: 200, fit: true },
},
interaction: {
hover: true,
tooltipDelay: 100,
hideEdgesOnDrag: true,
navigationButtons: false,
keyboard: false,
},
nodes: { shape: 'dot', borderWidth: 1.5 },
edges: { smooth: { type: 'continuous', roundness: 0.2 }, selectionWidth: 3 },
});
network.once('stabilizationIterationsDone', () => {
network.setOptions({ physics: { enabled: false } });
});
function showInfo(nodeId) {
const n = nodesDS.get(nodeId);
if (!n) return;
const neighborIds = network.getConnectedNodes(nodeId);
const neighborItems = neighborIds.map(nid => {
const nb = nodesDS.get(nid);
const color = nb ? nb.color.background : '#555';
return `<span class="neighbor-link" style="border-left-color:${esc(color)}" data-nid="${esc(nid)}">${esc(nb ? nb.label : nid)}</span>`;
}).join('');
document.getElementById('info-content').innerHTML = `
<div class="field"><b>${esc(n.label)}</b></div>
<div class="field">Type: ${esc(n._file_type || 'unknown')}</div>
<div class="field">Community: ${esc(n._community_name)}</div>
<div class="field">Source: ${esc(n._source_file || '-')}</div>
<div class="field">Degree: ${n._degree}</div>
${neighborIds.length ? `<div class="field" style="margin-top:8px;color:#aaa;font-size:11px">Neighbors (${neighborIds.length})</div><div id="neighbors-list">${neighborItems}</div>` : ''}
`;
}
function focusNode(nodeId) {
network.focus(nodeId, { scale: 1.4, animation: true });
network.selectNodes([nodeId]);
showInfo(nodeId);
}
// Neighbor links use a data attribute + one delegated listener rather than an
// inline onclick. A node id/label sourced from a document or a scraped URL
// (graphify add) can contain a double-quote; dropping the stringified id
// unescaped into a quoted onclick both broke every link and allowed a hostile
// source to inject an event handler into the local report (stored XSS, #1838).
// esc() on data-nid keeps the value inside the attribute; the listener reads it
// back verbatim. Bound to document so it survives the innerHTML rebuild that
// recreates #neighbors-list on each showInfo().
document.addEventListener('click', e => {
const el = e.target.closest('.neighbor-link');
if (el && el.dataset.nid !== undefined) focusNode(el.dataset.nid);
});
// Track hovered node — hover detection is more reliable than click params
let hoveredNodeId = null;
network.on('hoverNode', params => {
hoveredNodeId = params.node;
container.style.cursor = 'pointer';
});
network.on('blurNode', () => {
hoveredNodeId = null;
container.style.cursor = 'default';
});
container.addEventListener('click', () => {
if (hoveredNodeId !== null) {
showInfo(hoveredNodeId);
network.selectNodes([hoveredNodeId]);
}
});
network.on('click', params => {
if (params.nodes.length > 0) {
showInfo(params.nodes[0]);
} else if (hoveredNodeId === null) {
document.getElementById('info-content').innerHTML = '<span class="empty">Click a node to inspect it</span>';
}
});
const searchInput = document.getElementById('search');
const searchResults = document.getElementById('search-results');
searchInput.addEventListener('input', () => {
const q = searchInput.value.toLowerCase().trim();
searchResults.innerHTML = '';
if (!q) { searchResults.style.display = 'none'; return; }
const matches = RAW_NODES.filter(n => n.label.toLowerCase().includes(q)).slice(0, 20);
if (!matches.length) { searchResults.style.display = 'none'; return; }
searchResults.style.display = 'block';
matches.forEach(n => {
const el = document.createElement('div');
el.className = 'search-item';
el.textContent = n.label;
el.style.borderLeft = `3px solid ${n.color.background}`;
el.style.paddingLeft = '8px';
el.onclick = () => {
network.focus(n.id, { scale: 1.5, animation: true });
network.selectNodes([n.id]);
showInfo(n.id);
searchResults.style.display = 'none';
searchInput.value = '';
};
searchResults.appendChild(el);
});
});
document.addEventListener('click', e => {
if (!searchResults.contains(e.target) && e.target !== searchInput)
searchResults.style.display = 'none';
});
const hiddenCommunities = new Set();
const selectAllCb = document.getElementById('select-all-cb');
function updateSelectAllState() {
const total = LEGEND.length;
const hidden = hiddenCommunities.size;
selectAllCb.checked = hidden === 0;
selectAllCb.indeterminate = hidden > 0 && hidden < total;
}
function toggleAllCommunities(hide) {
document.querySelectorAll('.legend-item').forEach(item => {
hide ? item.classList.add('dimmed') : item.classList.remove('dimmed');
});
document.querySelectorAll('.legend-cb').forEach(cb => {
cb.checked = !hide;
});
LEGEND.forEach(c => {
if (hide) hiddenCommunities.add(c.cid); else hiddenCommunities.delete(c.cid);
});
const updates = RAW_NODES.map(n => ({ id: n.id, hidden: hide }));
nodesDS.update(updates);
updateSelectAllState();
}
const legendEl = document.getElementById('legend');
LEGEND.forEach(c => {
const item = document.createElement('div');
item.className = 'legend-item';
const cb = document.createElement('input');
cb.type = 'checkbox';
cb.className = 'legend-cb';
cb.checked = true;
cb.addEventListener('change', (e) => {
e.stopPropagation();
if (cb.checked) {
hiddenCommunities.delete(c.cid);
item.classList.remove('dimmed');
} else {
hiddenCommunities.add(c.cid);
item.classList.add('dimmed');
}
const updates = RAW_NODES
.filter(n => n.community === c.cid)
.map(n => ({ id: n.id, hidden: !cb.checked }));
nodesDS.update(updates);
updateSelectAllState();
});
item.innerHTML = `<div class="legend-dot" style="background:${c.color}"></div>
<span class="legend-label">${c.label}</span>
<span class="legend-count">${c.count}</span>`;
item.prepend(cb);
item.onclick = (e) => {
if (e.target === cb) return;
cb.checked = !cb.checked;
cb.dispatchEvent(new Event('change'));
};
legendEl.appendChild(item);
});
</script>
<script>
// Render hyperedges as shaded regions
const hyperedges = [{"id": "he_fifo_stock_audit_integrity", "label": "FIFO + UoW + Audit Trail = Stock Integrity Triad", "nodes": ["docs_00_core_fifocostingservice", "docs_00_core_unitofwork", "docs_02_security_accepted_risks"], "relation": "jointly_enforce", "confidence": "INFERRED", "confidence_score": 0.85, "source_file": "docs/00-CORE.md", "rationale": "FIFO row-locked inside UoW transaction plus immutable audit trail together enforce stock integrity; audit trail is the AR-01 compensating control that makes deferred RBAC acceptable."}, {"id": "he_auth_cookie_csrf_proxy", "label": "httpOnly Cookie + CSRF + Same-Origin Proxy = Frontend Auth Pattern", "nodes": ["docs_02_security_csrf_httponlycookie", "docs_20_frontend_same_origin_proxy", "docs_10_backend_phase1_authcontroller"], "relation": "jointly_implement", "confidence": "INFERRED", "confidence_score": 0.9, "source_file": "docs/02-SECURITY.md", "rationale": "The three mechanisms together eliminate XSS token theft, CSRF, and CORS complexity by keeping tokens httpOnly, validating CSRF tokens on mutations, and making the API same-origin via the Next.js proxy."}, {"id": "he_attendance_payroll_lock_pipeline", "label": "Attendance Confirmation \u2192 Payroll Lock \u2192 Loan Stamp Pipeline", "nodes": ["docs_13_backend_hrm_api_attendance_batch", "docs_13_backend_hrm_api_payroll_run", "docs_12_backend_hrm_lock_boundary"], "relation": "jointly_govern", "confidence": "EXTRACTED", "confidence_score": 1.0, "source_file": "docs/12-BACKEND-HRM.md", "rationale": "Confirmed attendance is the only valid input to payroll generation; loan installment and attendance batch stamps are deferred to Locked state to prevent lossy regeneration."}];
// afterDrawing passes ctx already transformed to network coordinate space.
// Draw node positions raw — no manual pan/zoom/DPR math needed.
network.on('afterDrawing', function(ctx) {
hyperedges.forEach(h => {
const positions = h.nodes
.map(nid => network.getPositions([nid])[nid])
.filter(p => p !== undefined);
if (positions.length < 2) return;
ctx.save();
ctx.globalAlpha = 0.12;
ctx.fillStyle = '#6366f1';
ctx.strokeStyle = '#6366f1';
ctx.lineWidth = 2;
ctx.beginPath();
// Centroid and expanded hull in network coordinates
const cx = positions.reduce((s, p) => s + p.x, 0) / positions.length;
const cy = positions.reduce((s, p) => s + p.y, 0) / positions.length;
const expanded = positions.map(p => ({
x: cx + (p.x - cx) * 1.15,
y: cy + (p.y - cy) * 1.15
}));
ctx.moveTo(expanded[0].x, expanded[0].y);
expanded.slice(1).forEach(p => ctx.lineTo(p.x, p.y));
ctx.closePath();
ctx.fill();
ctx.globalAlpha = 0.4;
ctx.stroke();
// Label
ctx.globalAlpha = 0.8;
ctx.fillStyle = '#4f46e5';
ctx.font = 'bold 11px sans-serif';
ctx.textAlign = 'center';
ctx.fillText(h.label, cx, cy - 5);
ctx.restore();
});
});
</script>
</body>
</html>